mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Fixed admin tests.
This commit is contained in:
parent
0e4937b50f
commit
95d99424e1
2 changed files with 1 additions and 2 deletions
|
@ -7,7 +7,7 @@ export const loginToAdmin = async (page: Page, username: string, password: strin
|
|||
await page.waitForSelector('input[name="username"]');
|
||||
await page.fill('input[name="username"]', username);
|
||||
await page.fill('input[name="password"]', password);
|
||||
await page.click('input[type="button"]');
|
||||
await page.click('input[type="submit"]');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue