Skip to content

chore(deps): update all non-major dependencies #7688

chore(deps): update all non-major dependencies

chore(deps): update all non-major dependencies #7688

Triggered via pull request August 20, 2025 14:16
Status Success
Total duration 35m 12s
Artifacts

quality.yml

on: pull_request
Matrix: End-to-end Tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 notices
e2e/number-input.e2e.ts:133:7 › number input › dec longpress: should spin value downwards: e2e/models/number-input.model.ts#L44
1) e2e/number-input.e2e.ts:133:7 › number input › dec longpress: should spin value downwards ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveValue(expected) failed Locator: locator('[data-testid=input]') Expected string: "10" Received string: "0" Timeout: 10000ms Call log: - Expect "toHaveValue" with timeout 10000ms - waiting for locator('[data-testid=input]') 2 × locator resolved to <input dir="ltr" value="8" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="8" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "8" - locator resolved to <input dir="ltr" value="6" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="6" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "6" - locator resolved to <input dir="ltr" value="1" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="1" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "1" 10 × locator resolved to <input dir="ltr" value="0" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="0" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "0" at models/number-input.model.ts:44 42 | 43 | async seeInputHasValue(value: string) { > 44 | await expect(this.input).toHaveValue(value) | ^ 45 | } 46 | 47 | async seeInputIsInvalid() { at NumberInputModel.seeInputHasValue (/home/runner/work/zag/zag/e2e/models/number-input.model.ts:44:30) at /home/runner/work/zag/zag/e2e/number-input.e2e.ts:141:13
e2e/number-input.e2e.ts:133:7 › number input › dec longpress: should spin value downwards: e2e/models/number-input.model.ts#L44
1) e2e/number-input.e2e.ts:133:7 › number input › dec longpress: should spin value downwards ───── Error: expect(locator).toHaveValue(expected) failed Locator: locator('[data-testid=input]') Expected string: "10" Received string: "0" Timeout: 10000ms Call log: - Expect "toHaveValue" with timeout 10000ms - waiting for locator('[data-testid=input]') 2 × locator resolved to <input dir="ltr" value="8" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="8" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "8" - locator resolved to <input dir="ltr" value="6" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="6" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "6" - locator resolved to <input dir="ltr" value="1" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="1" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "1" 10 × locator resolved to <input dir="ltr" value="0" type="text" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" aria-valuenow="0" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-valuemax="100" data-scope="number-input" pattern="-?[0-9]*(.[0-9]+)?" id="number-input:«R1m»:input" aria-roledescription="numberfield"/> - unexpected value "0" at models/number-input.model.ts:44 42 | 43 | async seeInputHasValue(value: string) { > 44 | await expect(this.input).toHaveValue(value) | ^ 45 | } 46 | 47 | async seeInputIsInvalid() { at NumberInputModel.seeInputHasValue (/home/runner/work/zag/zag/e2e/models/number-input.model.ts:44:30) at /home/runner/work/zag/zag/e2e/number-input.e2e.ts:141:13
🎭 Playwright Run Summary
11 skipped 10 passed (24.4s)
🎭 Playwright Run Summary
11 skipped 19 passed (33.3s)
🎭 Playwright Run Summary
1 skipped 33 passed (48.9s)
🎭 Playwright Run Summary
4 skipped 26 passed (42.3s)
🎭 Playwright Run Summary
1 skipped 31 passed (47.9s)
🎭 Playwright Run Summary
40 passed (1.1m)
🎭 Playwright Run Summary
1 skipped 35 passed (1.0m)
🎭 Playwright Run Summary
1 skipped 23 passed (45.1s)
🎭 Playwright Run Summary
1 flaky e2e/number-input.e2e.ts:133:7 › number input › dec longpress: should spin value downwards ────── 2 skipped 28 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 40 passed (1.2m)
🎭 Playwright Run Summary
2 skipped 31 passed (3.1m)
🎭 Playwright Run Summary
22 passed (1.1m)