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 49afd64 commit 5147d4dCopy full SHA for 5147d4d
test/e2e/community-events.spec.ts
@@ -15,10 +15,7 @@ test("Zurich meetup link works", async ({ page }) => {
15
})
16
.toBe(true)
17
18
- const mapContainer = page.locator("#meetups-map")
19
- await mapContainer.focus()
20
-
21
- const pastEventsSection = page.locator("text=Past events & meetups")
+ const pastEventsSection = page.getByText("Past events & meetups")
22
await pastEventsSection.scrollIntoViewIfNeeded()
23
24
const link = page.getByRole("link", { name: /Zurich/i }).first()
0 commit comments