homeassistant: fix playwright test
This commit is contained in:
parent
ddc910eca1
commit
9195f93566
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ let
|
|||
"page.get_by_label(re.compile('Confirm password')).fill('adminpassword')"
|
||||
"page.get_by_role('button', name=re.compile('Create account')).click()"
|
||||
|
||||
"expect(page.get_by_text('We found compatible devices')).to_be_visible()"
|
||||
"expect(page.get_by_text('All set!')).to_be_visible()"
|
||||
"page.get_by_role('button', name=re.compile('Finish')).click()"
|
||||
|
||||
"expect(page).to_have_title(re.compile('Overview'), timeout=15000)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue