Skip to content

Bump @playwright/test from 1.45.3 to 1.48.1 #155

Bump @playwright/test from 1.45.3 to 1.48.1

Bump @playwright/test from 1.45.3 to 1.48.1 #155

Triggered via pull request October 21, 2024 04:26
Status Success
Total duration 2m 59s
Artifacts

pipeline.yml

on: pull_request
deploy-to-ionos
0s
deploy-to-ionos
deploy-to-github-pages
0s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 notices
[chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues: test/a11y/example.spec.ts#L11
1) [chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: locator('h1:has-text(\'Wie viele Menschen?\')') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for locator('h1:has-text(\'Wie viele Menschen?\')') 9 | await expect( 10 | page.locator("h1:has-text('Wie viele Menschen?')"), > 11 | ).toBeVisible(); | ^ 12 | 13 | const accessibilityScanResults = await new AxeBuilder({ page }).analyze(); 14 | at /home/runner/work/wie-viele-menschen/wie-viele-menschen/test/a11y/example.spec.ts:11:7
🎭 Playwright Run Summary
6 passed (14.0s)
🎭 Playwright Run Summary
1 flaky [chromium] › example.spec.ts:5:3 › index › should not have any automatically detectable accessibility issues