update room url
This commit is contained in:
parent
ab1a45730d
commit
021cb4a00f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const page = await browser
|
|||
.pages()
|
||||
.then((pages) => pages[0] || browser.newPage());
|
||||
await page.goto("https://meet.vpsfree.cz");
|
||||
await page.locator("#enter_room_field").fill("parsifal-parsifal-parsifal");
|
||||
await page.locator("#enter_room_field").fill("parsifalove");
|
||||
await page.locator("#enter_room_button").click();
|
||||
|
||||
await page.waitForSelector("body");
|
||||
|
|
Loading…
Reference in a new issue