We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819817a commit 71c39f4Copy full SHA for 71c39f4
1 file changed
test/e2e/community-events.spec.ts
@@ -142,9 +142,6 @@ test("map tooltip appears on marker hover", async ({ page }) => {
142
test("event type filters hide cards and lock the last active tag", async ({
143
page,
144
}) => {
145
- // TODO: @hasparus figure out why this fails only on CI
146
- if (process.env.CI) test.skip()
147
-
148
const pastEventsSection = page
149
.locator("section")
150
.filter({
0 commit comments