mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
Fixup tests
This commit is contained in:
parent
2e661e50f8
commit
bf5ec0eae5
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ describe('Application life cycle test', function () {
|
||||||
await browser.sleep(2000);
|
await browser.sleep(2000);
|
||||||
await browser.findElement(By.xpath('//div[@class="logged-in-display-name"]')).click();
|
await browser.findElement(By.xpath('//div[@class="logged-in-display-name"]')).click();
|
||||||
await browser.sleep(2000);
|
await browser.sleep(2000);
|
||||||
await browser.findElement(By.xpath('//a[contains(text(), "Log out")]')).click();
|
await browser.findElement(By.xpath('//button[contains(text(), "Log out")]')).click();
|
||||||
await browser.sleep(2000);
|
await browser.sleep(2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue