Dockerfile refactored, tests updated, tests dependencies updated
This commit is contained in:
@@ -163,8 +163,8 @@ describe('Application life cycle test', function () {
|
||||
await login('test@cloudron.io', testPassword);
|
||||
});
|
||||
|
||||
it('shows confirmation page', function () {
|
||||
return browser.wait(until.elementLocated(By.xpath('//div[contains(text(), "Waiting for e-mail confirmation to be completed")]')), TEST_TIMEOUT);
|
||||
it('shows confirmation page', async function () {
|
||||
await waitForElement(By.xpath('//a[@href="/auth/confirmation/new"]'));
|
||||
});
|
||||
|
||||
it('uninstall app (no sso)', async function () {
|
||||
|
||||
Reference in New Issue
Block a user