Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e861b609
Commit
e861b609
authored
Jul 28, 2016
by
raeeschachar
Committed by
GitHub
Jul 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13101 from edx/raees/chrome-bokchoy-skip-discussion-sort-preference
Skipped test failing on chrome due to old version
parents
97489999
e8d32c83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
common/test/acceptance/tests/discussion/test_discussion.py
+3
-1
No files found.
common/test/acceptance/tests/discussion/test_discussion.py
View file @
e861b609
...
...
@@ -5,7 +5,6 @@ Tests for discussion pages
import
datetime
from
uuid
import
uuid4
from
flaky
import
flaky
from
nose.plugins.attrib
import
attr
from
pytz
import
UTC
...
...
@@ -35,6 +34,7 @@ from ...fixtures.discussion import (
MultipleThreadFixture
)
from
.helpers
import
BaseDiscussionMixin
from
..helpers
import
skip_if_browser
THREAD_CONTENT_WITH_LATEX
=
"""Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
...
...
@@ -1235,6 +1235,7 @@ class DiscussionSortPreferenceTest(UniqueCourseTest):
selected_sort
=
self
.
sort_page
.
get_selected_sort_preference
()
self
.
assertEqual
(
selected_sort
,
"activity"
)
@skip_if_browser
(
'chrome'
)
# TODO TE-1542 and TE-1543
def
test_change_sort_preference
(
self
):
"""
Test that if user sorting preference is changing properly.
...
...
@@ -1246,6 +1247,7 @@ class DiscussionSortPreferenceTest(UniqueCourseTest):
selected_sort
=
self
.
sort_page
.
get_selected_sort_preference
()
self
.
assertEqual
(
selected_sort
,
sort_type
)
@skip_if_browser
(
'chrome'
)
# TODO TE-1542 and TE-1543
def
test_last_preference_saved
(
self
):
"""
Test that user last preference is saved.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment