open-webui: update assert in test after wording change

This commit is contained in:
ibizaman 2026-06-03 21:51:01 +02:00
parent f34d773248
commit 24ad14db96

View file

@ -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()"
];
}
];