mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-01 07:14:58 +00:00
Make tests language independent
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user