Skip to content
Snippets Groups Projects
Commit bc2914ee authored by Muddasser's avatar Muddasser
Browse files

Merge pull request #11655 from edx/muddasser-chrome-bokchoy-test_can_add_remove_allowance

Test should wait for ajax calls to finish before checking the changes
parents 03585a48 1e8163e2
No related merge requests found
......@@ -839,6 +839,7 @@ class SpecialExamsPageAllowanceSection(PageObject):
self.q(css='input#user_info').fill(username)
self.q(css="input#addNewAllowance").click()
self.wait_for_element_absence("div.modal div.modal-header", "Popup should be hidden")
self.wait_for_ajax()
class SpecialExamsPageAttemptsSection(PageObject):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment