Commit ee479a0b by Matt Drayer

Merge pull request #8673 from edx/mattdrayer/SOL-449

mattdrayer/SOL-449: Add flaky decorator to bok choy test
parents 091dc4c3 f7262a21
"""
Acceptance tests for Studio's Settings Details pages
"""
from flaky import flaky
from unittest import skip
from .base_studio_test import StudioCourseTest
......@@ -40,6 +41,7 @@ class SettingsMilestonesTest(StudioCourseTest):
self.assertTrue(self.settings_detail.pre_requisite_course_options)
@flaky # TODO: fix this. SOL-449
def test_prerequisite_course_save_successfully(self):
"""
Scenario: Selecting course from Pre-Requisite course drop down save the selected course as pre-requisite
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment