Update to v4.1.0+glitch

This commit is contained in:
2023-02-11 10:36:24 -05:00
parent 3d1f2d3bb7
commit fdda59498e
7 changed files with 114 additions and 31 deletions

View File

@@ -55,7 +55,7 @@ describe('Application life cycle test', function () {
if (mode === 'none') {
await browser.get('https://' + app.fqdn);
await browser.sleep(2000);
await browser.findElement(By.xpath('//button/span[contains(text(), "Create account")]')).click();
await browser.findElement(By.xpath('//div[@class="sign-in-banner"]/descendant::button/span[contains(text(), "Create account")]')).click();
await visible(By.xpath('//span[contains(text()[2], "is currently not possible")]'));
} else if (mode === 'open') {
await browser.get('https://' + app.fqdn + '/auth/sign_up');