Commit 1bd1230a by raeeschachar

Merge pull request #11112 from edx/raees/chrome-bokchoy-test-quality-button-visibility

Fixed test quality button visibility failing on Chrome
parents e7dab0df 93f8228e
......@@ -1155,7 +1155,7 @@ class YouTubeQualityTest(VideoBaseTest):
self.video.click_player_button('play')
self.assertTrue(self.video.is_quality_button_visible)
self.video.wait_for(lambda: self.video.is_quality_button_visible, 'waiting for quality button to appear')
@skip_if_browser('firefox')
def test_quality_button_works_correctly(self):
......
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