From 24ad14db96a245bd585d352157ce1a2959858d4e Mon Sep 17 00:00:00 2001 From: ibizaman Date: Wed, 3 Jun 2026 21:51:01 +0200 Subject: [PATCH] open-webui: update assert in test after wording change --- test/services/open-webui.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/services/open-webui.nix b/test/services/open-webui.nix index d524b26..62ad86e 100644 --- a/test/services/open-webui.nix +++ b/test/services/open-webui.nix @@ -133,7 +133,7 @@ let password = "CharliePassword"; nextPageExpect = [ "page.get_by_role('button', name=re.compile('Accept')).click()" - "expect(page.get_by_text('unauthorized')).to_be_visible()" + "expect(page.get_by_text('do not have permission')).to_be_visible()" ]; } ];