Fixed multiple ui tests
This commit is contained in:
@@ -17,12 +17,14 @@ def run_setup_wizard_test():
|
||||
# Language slide
|
||||
driver.set_select("language", "English (United States)")
|
||||
driver.wait_for_ajax(True)
|
||||
driver.wait_for('.next-btn', timeout=100)
|
||||
driver.wait_till_clickable(".next-btn").click()
|
||||
|
||||
# Region slide
|
||||
driver.wait_for_ajax(True)
|
||||
driver.set_select("country", "India")
|
||||
driver.wait_for_ajax(True)
|
||||
driver.wait_for('.next-btn', timeout=100)
|
||||
driver.wait_till_clickable(".next-btn").click()
|
||||
|
||||
# Profile slide
|
||||
|
||||
Reference in New Issue
Block a user