mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
Update test_setup_wizard.py
This commit is contained in:
@@ -35,6 +35,7 @@ def run_setup_wizard_test():
|
|||||||
|
|
||||||
# Brand slide
|
# Brand slide
|
||||||
driver.set_select("domain", "Manufacturing")
|
driver.set_select("domain", "Manufacturing")
|
||||||
|
time.sleep(2)
|
||||||
driver.wait_till_clickable(".next-btn").click()
|
driver.wait_till_clickable(".next-btn").click()
|
||||||
|
|
||||||
# Org slide
|
# Org slide
|
||||||
@@ -59,4 +60,4 @@ def run_setup_wizard_test():
|
|||||||
|
|
||||||
driver.close()
|
driver.close()
|
||||||
|
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user