Update to deal with flaky test
TNL-5298
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
"""
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user