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 () {