mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-25 17:21:00 +00:00
better xpath
This commit is contained in:
parent
07b6993803
commit
97e71fc637
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ describe('Application life cycle test', function () {
|
||||||
if (mode === 'none') {
|
if (mode === 'none') {
|
||||||
await browser.get('https://' + app.fqdn);
|
await browser.get('https://' + app.fqdn);
|
||||||
await browser.sleep(2000);
|
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")]'));
|
await visible(By.xpath('//span[contains(text()[2], "is currently not possible")]'));
|
||||||
} else if (mode === 'open') {
|
} else if (mode === 'open') {
|
||||||
await browser.get('https://' + app.fqdn + '/auth/sign_up');
|
await browser.get('https://' + app.fqdn + '/auth/sign_up');
|
||||||
|
|
Loading…
Reference in a new issue