Dockerfile refactored, tests updated, tests dependencies updated

This commit is contained in:
Vladimir D
2024-10-16 11:41:14 +04:00
parent 8a34a7093e
commit d7dcfc832d
4 changed files with 210 additions and 21 deletions

View File

@@ -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 () {