open-webui: update assert in test after wording change
This commit is contained in:
parent
aa290b517c
commit
9736456153
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ let
|
||||||
password = "CharliePassword";
|
password = "CharliePassword";
|
||||||
nextPageExpect = [
|
nextPageExpect = [
|
||||||
"page.get_by_role('button', name=re.compile('Accept')).click()"
|
"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