Skip to content

build(deps-dev): bump cssnano from 6.1.2 to 7.1.2 #1140

build(deps-dev): bump cssnano from 6.1.2 to 7.1.2

build(deps-dev): bump cssnano from 6.1.2 to 7.1.2 #1140

Triggered via pull request November 9, 2025 06:13
Status Failure
Total duration 6m 2s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 1 warning, and 1 notice
[chromium] › test/playwright-tests/disabled.spec.ts:96:5 › enabling a disabled mathfield should make it focusable again: test/playwright-tests/disabled.spec.ts#L4
4) [chromium] › test/playwright-tests/disabled.spec.ts:96:5 › enabling a disabled mathfield should make it focusable again Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input: test/playwright-tests/disabled.spec.ts#L4
3) [chromium] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input: test/playwright-tests/disabled.spec.ts#L4
3) [chromium] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input: test/playwright-tests/disabled.spec.ts#L4
3) [chromium] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it: test/playwright-tests/disabled.spec.ts#L4
2) [chromium] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it: test/playwright-tests/disabled.spec.ts#L4
2) [chromium] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it: test/playwright-tests/disabled.spec.ts#L4
2) [chromium] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable: test/playwright-tests/disabled.spec.ts#L4
1) [chromium] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable: test/playwright-tests/disabled.spec.ts#L4
1) [chromium] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
[chromium] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable: test/playwright-tests/disabled.spec.ts#L4
1) [chromium] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8080/test/smoke/ Call log: - navigating to "http://localhost:8080/test/smoke/", waiting until "load" 2 | 3 | test.beforeEach(async ({ page }) => { > 4 | await page.goto('http://localhost:8080/test/smoke/'); | ^ 5 | await page.waitForSelector('math-field', { timeout: 5000 }); 6 | }); 7 | at /home/runner/work/mathlive/mathlive/test/playwright-tests/disabled.spec.ts:4:14
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
15 failed [chromium] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable [chromium] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it [chromium] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input [chromium] › test/playwright-tests/disabled.spec.ts:96:5 › enabling a disabled mathfield should make it focusable again [chromium] › test/playwright-tests/disabled.spec.ts:123:5 › disabled mathfield should not trigger focus event on click [firefox] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable [firefox] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it [firefox] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input [firefox] › test/playwright-tests/disabled.spec.ts:96:5 › enabling a disabled mathfield should make it focusable again [firefox] › test/playwright-tests/disabled.spec.ts:123:5 › disabled mathfield should not trigger focus event on click [webkit] › test/playwright-tests/disabled.spec.ts:8:5 › disabled mathfield should not be focusable [webkit] › test/playwright-tests/disabled.spec.ts:37:5 › clicking disabled mathfield should not focus it [webkit] › test/playwright-tests/disabled.spec.ts:64:5 › disabled mathfield should not accept keyboard input [webkit] › test/playwright-tests/disabled.spec.ts:96:5 › enabling a disabled mathfield should make it focusable again [webkit] › test/playwright-tests/disabled.spec.ts:123:5 › disabled mathfield should not trigger focus event on click 2 skipped 142 passed (4.4m)