Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: increased wait time for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zubair-ce07 committed Sep 18, 2023
1 parent 9001558 commit eb9f8af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def _decide(self, approve, confirm=True):
self.selenium.find_element_by_css_selector('#refundActionModal .btn-default').click()

# Wait for the modal to be gone
WebDriverWait(self.selenium, 100).until(
WebDriverWait(self.selenium, 80).until(
lambda d: not d.find_element_by_css_selector('#refundActionModal').is_displayed()
)

Expand Down

0 comments on commit eb9f8af

Please sign in to comment.