From c0cc83c85c61c178188f87d5b6e15192c96fd4e9 Mon Sep 17 00:00:00 2001 From: Vladimir D Date: Wed, 9 Jul 2025 11:33:50 +0400 Subject: [PATCH] tests updated --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index edebb84..d3296b3 100755 --- a/test/test.js +++ b/test/test.js @@ -150,7 +150,7 @@ describe('Application life cycle test', function () { }); it('shows confirmation page', async function () { - await waitForElement(By.xpath('//a[@href="/auth/confirmation/new"]')); + await waitForElement(By.xpath('//a[@href="/auth/confirmation/new"] | //form[@id="edit_user_1"]')); }); it('uninstall app (no sso)', async function () {