0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 19:05:09 +01:00

Wait for url

This commit is contained in:
Danilo Ješić 2023-06-09 15:05:32 +02:00
parent b7b5729532
commit b05ffbac3c

View file

@ -16,6 +16,7 @@ def create_conversation(playwright: Playwright) -> str:
page.get_by_role("button", name="Close modal").click(timeout=15_000) page.get_by_role("button", name="Close modal").click(timeout=15_000)
page.get_by_role("link", name="Talk", exact=True).click() page.get_by_role("link", name="Talk", exact=True).click()
page.wait_for_url("**/apps/spreed/")
page.get_by_role("button", name="Create a new group conversation").click() page.get_by_role("button", name="Create a new group conversation").click()
page.get_by_placeholder("Conversation name").fill("Random talk") page.get_by_placeholder("Conversation name").fill("Random talk")
page.locator("label").filter(has_text="Allow guests to join via link").locator("svg").click() page.locator("label").filter(has_text="Allow guests to join via link").locator("svg").click()