mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-21 23:31:00 +00:00
fixup tests
This commit is contained in:
parent
7152b64937
commit
1ef215ab84
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue