Skip to content

Bump @playwright/test from 1.35.0 to 1.35.1 #685

Bump @playwright/test from 1.35.0 to 1.35.1

Bump @playwright/test from 1.35.0 to 1.35.1 #685

Triggered via pull request July 10, 2023 16:53
Status Failure
Total duration 2m 29s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 notice
[Mobile Safari] › App.test.ts:154:1 › Updates cards based on color scheme: tests/e2e/App.test.ts#L162
1) [Mobile Safari] › App.test.ts:154:1 › Updates cards based on color scheme ───────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "/dark/" Received string: "http://localhost:5173/src/images/light/13H.svg" 160 | const card = page.getByTitle(" of ", { exact: false }).first(); 161 | const imageSrc = await card.getAttribute("src"); > 162 | expect(imageSrc).toContain("/dark/"); | ^ 163 | } 164 | 165 | { at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:162:22
[Mobile Safari] › App.test.ts:154:1 › Updates cards based on color scheme: tests/e2e/App.test.ts#L177
1) [Mobile Safari] › App.test.ts:154:1 › Updates cards based on color scheme ───────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "/light/" Received string: "http://localhost:5173/src/images/dark/5D.svg" 175 | const card = page.getByTitle(" of ", { exact: false }).first(); 176 | const imageSrc = await card.getAttribute("src"); > 177 | expect(imageSrc).toContain("/light/"); | ^ 178 | } 179 | 180 | { at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:177:22
[Mobile Safari] › App.test.ts:154:1 › Updates cards based on color scheme: tests/e2e/App.test.ts#L162
1) [Mobile Safari] › App.test.ts:154:1 › Updates cards based on color scheme ───────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "/dark/" Received string: "http://localhost:5173/src/images/light/5D.svg" 160 | const card = page.getByTitle(" of ", { exact: false }).first(); 161 | const imageSrc = await card.getAttribute("src"); > 162 | expect(imageSrc).toContain("/dark/"); | ^ 163 | } 164 | 165 | { at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:162:22
[chromium] › App.test.ts:154:1 › Updates cards based on color scheme: tests/e2e/App.test.ts#L177
2) [chromium] › App.test.ts:154:1 › Updates cards based on color scheme ────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "/light/" Received string: "http://localhost:5173/src/images/dark/11D.svg" 175 | const card = page.getByTitle(" of ", { exact: false }).first(); 176 | const imageSrc = await card.getAttribute("src"); > 177 | expect(imageSrc).toContain("/light/"); | ^ 178 | } 179 | 180 | { at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:177:22
[webkit] › App.test.ts:154:1 › Updates cards based on color scheme: tests/e2e/App.test.ts#L162
3) [webkit] › App.test.ts:154:1 › Updates cards based on color scheme ──────────────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "/dark/" Received string: "http://localhost:5173/src/images/light/6D.svg" 160 | const card = page.getByTitle(" of ", { exact: false }).first(); 161 | const imageSrc = await card.getAttribute("src"); > 162 | expect(imageSrc).toContain("/dark/"); | ^ 163 | } 164 | 165 | { at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:162:22
[Mobile Chrome] › App.test.ts:154:1 › Updates cards based on color scheme: tests/e2e/App.test.ts#L177
4) [Mobile Chrome] › App.test.ts:154:1 › Updates cards based on color scheme ───────────────────── Error: expect(received).toContain(expected) // indexOf Expected substring: "/light/" Received string: "http://localhost:5173/src/images/dark/4S.svg" 175 | const card = page.getByTitle(" of ", { exact: false }).first(); 176 | const imageSrc = await card.getAttribute("src"); > 177 | expect(imageSrc).toContain("/light/"); | ^ 178 | } 179 | 180 | { at /home/runner/work/24-card-game-solver/24-card-game-solver/tests/e2e/App.test.ts:177:22
ci
Process completed with exit code 1.
🎭 Playwright Run Summary
1 failed [Mobile Safari] › App.test.ts:154:1 › Updates cards based on color scheme ────────────────────── 3 flaky [chromium] › App.test.ts:154:1 › Updates cards based on color scheme ─────────────────────────── [webkit] › App.test.ts:154:1 › Updates cards based on color scheme ───────────────────────────── [Mobile Chrome] › App.test.ts:154:1 › Updates cards based on color scheme ────────────────────── 31 passed (53.0s)

Artifacts

Produced during runtime
Name Size
playwright-report Expired
2.8 MB