Commit 0e88264d by raeeschachar

Merge pull request #11111 from edx/raees/chrome-bokchoy-test-url-routing

Fixed test url routing failing on Chrome
parents 77d85614 4694b0a6
......@@ -298,6 +298,7 @@ class TeamsTabTest(TeamsTabBase):
team_id=team['id']
))
)
self.teams_page.wait_for_page()
self.teams_page.wait_for_ajax()
self.assertTrue(self.teams_page.q(css=selector).present)
self.assertTrue(self.teams_page.q(css=selector).visible)
......
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