From 9195f9356668e4ea4628948d6b3e10ec2ce68475 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sun, 24 Aug 2025 22:08:32 +0200 Subject: [PATCH] homeassistant: fix playwright test --- test/services/home-assistant.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/services/home-assistant.nix b/test/services/home-assistant.nix index 2ce4f1a..d3fc0d6 100644 --- a/test/services/home-assistant.nix +++ b/test/services/home-assistant.nix @@ -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)"