fix(deps): update all non-major dependencies #775
Annotations
5 errors and 1 notice
Run xvfb-run pnpm playwright test --reporter github,html:
e2e/popup.test.ts#L19
1) e2e/popup.test.ts:12:1 › empty settings page screenshot ───────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
724 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/prod-guard/prod-guard/e2e/popup.test.ts-snapshots/empty-settings-page-screenshot-1-linux.png
Received: /home/runner/work/prod-guard/prod-guard/test-results/popup-empty-settings-page-screenshot/empty-settings-page-screenshot-1-actual.png
Diff: /home/runner/work/prod-guard/prod-guard/test-results/popup-empty-settings-page-screenshot/empty-settings-page-screenshot-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 724 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 724 pixels (ratio 0.01 of all image pixels) are different.
17 | await expect(page.getByText(/"dataVersion": *\d/)).toBeVisible();
18 |
> 19 | await expect(page.getByTestId("layout-root")).toHaveScreenshot();
| ^
20 | });
21 |
at /home/runner/work/prod-guard/prod-guard/e2e/popup.test.ts:19:49
|
Run xvfb-run pnpm playwright test --reporter github,html:
e2e/warnings.test.ts#L23
2) e2e/warnings.test.ts:7:1 › add top banner warning ─────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
245 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/prod-guard/prod-guard/e2e/warnings.test.ts-snapshots/add-top-banner-warning-1-linux.png
Received: /home/runner/work/prod-guard/prod-guard/test-results/warnings-add-top-banner-warning/add-top-banner-warning-1-actual.png
Diff: /home/runner/work/prod-guard/prod-guard/test-results/warnings-add-top-banner-warning/add-top-banner-warning-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 245 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 245 pixels (ratio 0.01 of all image pixels) are different.
21 |
22 | await page.getByTestId("layout-root").click(); // unfocus any boxes for consistent screenshot
> 23 | await expect(page.getByTestId("layout-root")).toHaveScreenshot();
| ^
24 |
25 | await page.getByRole("button", { name: "Save" }).click();
26 |
at /home/runner/work/prod-guard/prod-guard/e2e/warnings.test.ts:23:49
|
Run xvfb-run pnpm playwright test --reporter github,html:
e2e/warnings.test.ts#L54
3) e2e/warnings.test.ts:38:1 › add bottom banner warning ─────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
245 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/prod-guard/prod-guard/e2e/warnings.test.ts-snapshots/add-bottom-banner-warning-1-linux.png
Received: /home/runner/work/prod-guard/prod-guard/test-results/warnings-add-bottom-banner-warning/add-bottom-banner-warning-1-actual.png
Diff: /home/runner/work/prod-guard/prod-guard/test-results/warnings-add-bottom-banner-warning/add-bottom-banner-warning-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 245 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 245 pixels (ratio 0.01 of all image pixels) are different.
52 |
53 | await page.getByTestId("layout-root").click(); // unfocus any boxes for consistent screenshot
> 54 | await expect(page.getByTestId("layout-root")).toHaveScreenshot();
| ^
55 |
56 | await page.getByRole("button", { name: "Save" }).click();
57 |
at /home/runner/work/prod-guard/prod-guard/e2e/warnings.test.ts:54:49
|
Run xvfb-run pnpm playwright test --reporter github,html:
e2e/warnings.test.ts#L83
4) e2e/warnings.test.ts:69:1 › add border warning ────────────────────────────────────────────────
Error: expect(locator).toHaveScreenshot(expected)
238 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/prod-guard/prod-guard/e2e/warnings.test.ts-snapshots/add-border-warning-1-linux.png
Received: /home/runner/work/prod-guard/prod-guard/test-results/warnings-add-border-warning/add-border-warning-1-actual.png
Diff: /home/runner/work/prod-guard/prod-guard/test-results/warnings-add-border-warning/add-border-warning-1-diff.png
Call log:
- expect.toHaveScreenshot with timeout 5000ms
- verifying given screenshot expectation
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 238 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for getByTestId('layout-root')
- locator resolved to <div data-testid="layout-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 238 pixels (ratio 0.01 of all image pixels) are different.
81 |
82 | await page.getByTestId("layout-root").click(); // unfocus any boxes for consistent screenshot
> 83 | await expect(page.getByTestId("layout-root")).toHaveScreenshot();
| ^
84 |
85 | await page.getByRole("button", { name: "Save" }).click();
86 |
at /home/runner/work/prod-guard/prod-guard/e2e/warnings.test.ts:83:49
|
Run xvfb-run pnpm playwright test --reporter github,html
Process completed with exit code 1.
|
Run xvfb-run pnpm playwright test --reporter github,html
4 failed
e2e/popup.test.ts:12:1 › empty settings page screenshot ────────────────────────────────────────
e2e/warnings.test.ts:7:1 › add top banner warning ──────────────────────────────────────────────
e2e/warnings.test.ts:38:1 › add bottom banner warning ──────────────────────────────────────────
e2e/warnings.test.ts:69:1 › add border warning ─────────────────────────────────────────────────
1 passed (8.4s)
|
Loading