mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
nextcloud_tests.py: Add debug output if settings check does not succeed
This commit is contained in:
parent
c6f196dc09
commit
9ab14a99e7
@ -235,6 +235,8 @@ def test_nextcloud(IP: str, nc_port: str, driver: WebDriver, skip_release_check:
|
||||
test.check(True)
|
||||
|
||||
except Exception as e:
|
||||
|
||||
print(driver.find_element(By.CSS_SELECTOR, "#security-warning").get_attribute("innerHTML"))
|
||||
test.check(e)
|
||||
|
||||
close_first_run_wizard(driver, wait_multiplier)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user