Commit 4694b0a6 by raeeschachar

Fixed test url routing failing on Chrome

parent da7830db
......@@ -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