From 9ab14a99e7578494ed6f64604147c662c4b65b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:36:05 +0200 Subject: [PATCH] nextcloud_tests.py: Add debug output if settings check does not succeed --- tests/nextcloud_tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/nextcloud_tests.py b/tests/nextcloud_tests.py index b213fb07..8f65f007 100755 --- a/tests/nextcloud_tests.py +++ b/tests/nextcloud_tests.py @@ -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)