Skip to content

Failing e2e tests "Revalidate path" but CI is still green #477

@vicb

Description

@vicb

There is a failure in the e2e tests:

examples/e2e/app-router e2e:   1) [chromium] › e2e/revalidateTag.test.ts:71:5 › Revalidate path ─────────────────────────────────
examples/e2e/app-router e2e:     Error: expect(received).not.toEqual(expected) // deep equality
examples/e2e/app-router e2e:     Expected: not "RequestID: CB7VRMZdJEi4c8sGAg1CVBilvBE3BiPhfkyMddU43MjaXJsaXURJ6A=="
examples/e2e/app-router e2e:       90 |   elLayout = page.getByText("RequestID:");
examples/e2e/app-router e2e:       91 |   const newReqId = await elLayout.textContent();
examples/e2e/app-router e2e:     > 92 |   expect(newReqId).not.toEqual(initialReqId);
examples/e2e/app-router e2e:          |                        ^
examples/e2e/app-router e2e:       93 |
examples/e2e/app-router e2e:       94 |   elLayout = page.getByText("Date:");
examples/e2e/app-router e2e:       95 |   const newDate = await elLayout.textContent();
examples/e2e/app-router e2e:         at /home/runner/work/opennextjs-cloudflare/opennextjs-cloudflare/examples/e2e/app-router/e2e/revalidateTag.test.ts:92:24

I can see it both locally and on the CI -> We should fix the CI to report a correct status

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions