nextcloud_tests.py: Add debug output if settings check does not succeed

This commit is contained in:
Tobias Knöppler 2025-09-13 18:36:05 +02:00
parent c6f196dc09
commit 9ab14a99e7

View File

@ -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)