We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1232e commit ed84b5cCopy full SHA for ed84b5c
test/e2e/community-events.spec.ts
@@ -28,7 +28,7 @@ test("map loads and Zurich meetup link works", async ({ page }) => {
28
// Find the scrollview container with past events and meetups
29
30
// Find the Zurich meetup card in the scrollable list (not the map popup)
31
- const link = page.getByText(/Zurich/i).first()
+ const link = page.getByRole("link", { name: /Zurich/i }).first()
32
await link.scrollIntoViewIfNeeded()
33
await link.click()
34
0 commit comments