tests updated

This commit is contained in:
Vladimir D
2025-07-09 11:33:50 +04:00
parent d4db2c4b0c
commit c0cc83c85c

View File

@@ -150,7 +150,7 @@ describe('Application life cycle test', function () {
}); });
it('shows confirmation page', async 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 () { it('uninstall app (no sso)', async function () {