Fixup tests

master v1.22.5
Johannes Zellner 2021-10-22 08:27:40 +02:00
parent 67a138be41
commit 73027148c6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ describe('Application life cycle test', function () {
await browser.findElement(By.id('user_name')).sendKeys(username);
await browser.findElement(By.id('password')).sendKeys(password);
await browser.findElement(By.tagName('form')).submit();
await browser.findElement(By.xpath('//form[@action="/user/login"]//button')).click();
await browser.wait(until.elementLocated(By.linkText('Dashboard')), TIMEOUT);
}