From 1ef215ab84b2189be8b014deb5827151591a44a5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 31 Mar 2022 16:15:42 +0200 Subject: [PATCH] fixup tests --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 863f226..8737075 100755 --- a/test/test.js +++ b/test/test.js @@ -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 () {