mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
more test fixing
This commit is contained in:
parent
6f63008dd3
commit
441b8dba99
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ describe('Application life cycle test', function () {
|
||||||
async function closeAccountSetupDialog() {
|
async function closeAccountSetupDialog() {
|
||||||
await browser.get('https://' + app.fqdn);
|
await browser.get('https://' + app.fqdn);
|
||||||
|
|
||||||
|
await waitForElement(By.xpath('//span[contains(text(), "show me this anymore")]'));
|
||||||
await browser.findElement(By.xpath('//span[contains(text(), "show me this anymore")]')).click();
|
await browser.findElement(By.xpath('//span[contains(text(), "show me this anymore")]')).click();
|
||||||
await browser.findElement(By.xpath('//a[contains(text(), "Set up")]')).click();
|
await browser.findElement(By.xpath('//a[contains(text(), "Set up")]')).click();
|
||||||
await browser.sleep(3000);
|
await browser.sleep(3000);
|
||||||
|
|
Loading…
Reference in a new issue