-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working