Skip to content

Commit

Permalink
Increaed wait time for logout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Nov 13, 2024
1 parent 0ab9027 commit 5a6497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/choose_vaccines_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def check_back_button_exists():
return check_element_exists(BACK_ELEMENT, True)

def check_age_based_warning_exists():
time.sleep(1)
time.sleep(2)
return check_element_exists(AGE_BASED_WARNING, True)

def check_minimum_interval_based_warning_exists():
Expand Down

0 comments on commit 5a6497c

Please sign in to comment.