From 81c32c75d5e83de26ce2e610402e0037636391e2 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 3 Jun 2026 23:53:51 +0200 Subject: [PATCH] scrutiny: remove click in test --- test/blocks/monitoring.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/test/blocks/monitoring.nix b/test/blocks/monitoring.nix index fbc1fa7..cd29286 100644 --- a/test/blocks/monitoring.nix +++ b/test/blocks/monitoring.nix @@ -226,7 +226,6 @@ let username = "charlie"; password = "CharliePassword"; nextPageExpect = [ - "page.get_by_role('button', name=re.compile('Accept')).click()" # I don't understand why this is not needed. Maybe it keeps somewhere the previous token? "expect(page.get_by_text(re.compile('[Ll]ogin failed'))).to_be_visible(timeout=10000)" ]; }