mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-10 18:21:03 +00:00
Make tests language independent
This commit is contained in:
parent
366e8560b0
commit
84c505ad43
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ describe('Application life cycle test', function () {
|
|||
await browser.findElement(By.xpath('//input[@name="username"]')).sendKeys(username);
|
||||
await browser.findElement(By.xpath('//input[@name="password"]')).sendKeys(password);
|
||||
await browser.sleep(2000);
|
||||
await browser.findElement(By.xpath('//button[@type="submit" and contains(text(), "Sign in")]')).click();
|
||||
await browser.findElement(By.id('loginSubmitButton')).click();
|
||||
await browser.sleep(2000);
|
||||
|
||||
athenticated_by_oidc = true;
|
||||
|
|
Loading…
Reference in a new issue