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
7a5b618e
Commit
7a5b618e
authored
Aug 18, 2016
by
Albert St. Aubin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to deal with flaky test
TNL-5298
parent
38fe6e6d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
3 deletions
+1
-3
common/test/acceptance/pages/studio/course_info.py
+1
-0
common/test/acceptance/tests/studio/test_studio_course_info.py
+0
-3
No files found.
common/test/acceptance/pages/studio/course_info.py
View file @
7a5b618e
...
...
@@ -38,6 +38,7 @@ class CourseUpdatesPage(CoursePage):
Clicks the new-update button.
"""
click_css
(
self
,
'.new-update-button'
,
require_notification
=
False
)
self
.
wait_for_element_visibility
(
'.CodeMirror'
,
'Waiting for .CodeMirror'
)
def
submit_update
(
self
,
message
):
"""
...
...
common/test/acceptance/tests/studio/test_studio_course_info.py
View file @
7a5b618e
"""
Acceptance Tests for Course Information
"""
from
flaky
import
flaky
from
common.test.acceptance.pages.studio.course_info
import
CourseUpdatesPage
from
common.test.acceptance.tests.studio.base_studio_test
import
StudioCourseTest
...
...
@@ -108,7 +106,6 @@ class UsersCanAddUpdatesTest(StudioCourseTest):
self
.
course_updates_page
.
click_new_update_save_button
()
self
.
assertTrue
(
self
.
course_updates_page
.
is_first_update_date
(
'June 1, 2013'
))
@flaky
# TODO fix this, see TNL-5298
def
test_outside_tag_preserved
(
self
):
"""
Scenario: Text outside of tags is preserved
...
...
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