mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +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() {
|
||||
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('//a[contains(text(), "Set up")]')).click();
|
||||
await browser.sleep(3000);
|
||||
|
|
Loading…
Reference in a new issue