Merge pull request #1504 from prismicio/dani/link-variant-2 #3795
Annotations
2 errors, 2 warnings, and 1 notice
Running E2E tests:
playwright/tests/settings/settings.spec.ts#L34
1) [chromium] › settings/settings.spec.ts:17:5 › I can install the GitHub app ────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Sign in to GitHub · GitHub"
Received: "Unicorn! · GitHub"
32 | const gitHubPage = await gitHubPagePromise;
33 | await gitHubPage.waitForLoadState();
> 34 | expect(await gitHubPage.title()).toBe("Sign in to GitHub · GitHub");
| ^
35 | });
36 |
37 | test("I can connect a GitHub repository to my Prismic repository", async ({
at /home/runner/work/slice-machine/slice-machine/playwright/tests/settings/settings.spec.ts:34:36
|
Running E2E tests:
playwright/tests/settings/settings.spec.ts#L34
1) [chromium] › settings/settings.spec.ts:17:5 › I can install the GitHub app ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Sign in to GitHub · GitHub"
Received: "Unicorn! · GitHub"
32 | const gitHubPage = await gitHubPagePromise;
33 | await gitHubPage.waitForLoadState();
> 34 | expect(await gitHubPage.title()).toBe("Sign in to GitHub · GitHub");
| ^
35 | });
36 |
37 | test("I can connect a GitHub repository to my Prismic repository", async ({
at /home/runner/work/slice-machine/slice-machine/playwright/tests/settings/settings.spec.ts:34:36
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "e2e-all-blob-reports", "html-report--attempt-1".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Running E2E tests
1 flaky
[chromium] › settings/settings.spec.ts:17:5 › I can install the GitHub app ─────────────────────
14 passed (2.3m)
|
Loading