open-webui: update assert in test after wording change
This commit is contained in:
parent
f34d773248
commit
24ad14db96
1 changed files with 1 additions and 1 deletions
|
|
@ -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()"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue