update room url

This commit is contained in:
Tomáš Mládek 2024-09-17 20:47:10 +02:00
parent ab1a45730d
commit 021cb4a00f

View file

@ -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");