Commit 93f8228e by raeeschachar

Fixed test quality button visibility failing on Chrome

parent 1ece96a5
......@@ -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