fixup tests

This commit is contained in:
Johannes Zellner 2022-03-31 16:15:42 +02:00
parent 7152b64937
commit 1ef215ab84

View file

@ -146,7 +146,7 @@ describe('Application life cycle test', function () {
});
it('shows confirmation page', function () {
return browser.wait(until.elementLocated(By.xpath('//span[contains(text(), "Waiting for e-mail confirmation to be completed")]')), TEST_TIMEOUT);
return browser.wait(until.elementLocated(By.xpath('//div[contains(text(), "Waiting for e-mail confirmation to be completed")]')), TEST_TIMEOUT);
});
it('uninstall app (no sso)', async function () {