mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
nextcloud_tests.py: Increase wait time during settings check
This commit is contained in:
parent
5dcd4b1ff6
commit
2f639cf1c2
@ -179,7 +179,7 @@ def test_nextcloud(IP: str, nc_port: str, driver: WebDriver, skip_release_check:
|
|||||||
test.report("password", "Wrong password" not in driver.page_source, msg="Failed to login with provided password")
|
test.report("password", "Wrong password" not in driver.page_source, msg="Failed to login with provided password")
|
||||||
|
|
||||||
test.new("settings config")
|
test.new("settings config")
|
||||||
wait = WebDriverWait(driver, 60 * wait_multiplier)
|
wait = WebDriverWait(driver, 60 * wait_multiplier * 3)
|
||||||
try:
|
try:
|
||||||
wait.until(VisibilityOfElementLocatedByAnyLocator([(By.CSS_SELECTOR, "#security-warning-state-ok"),
|
wait.until(VisibilityOfElementLocatedByAnyLocator([(By.CSS_SELECTOR, "#security-warning-state-ok"),
|
||||||
(By.CSS_SELECTOR, "#security-warning-state-warning"),
|
(By.CSS_SELECTOR, "#security-warning-state-warning"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user