chore(deps): lock file maintenance #9421
Annotations
2 errors and 1 notice
|
Run tests:
e2e/models/number-input.model.ts#L48
1) e2e/number-input.e2e.ts:512:9 › number input › backspace and delete behavior › deleting digits around decimal
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveValue(expected) failed
Locator: locator('[data-testid=input]')
Expected: "12.5"
Received: "1245"
Timeout: 10000ms
Call log:
- Expect "toHaveValue" with timeout 10000ms
- waiting for locator('[data-testid=input]')
- locator resolved to <input dir="ltr" type="text" value="1,245" data-invalid="" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-invalid="true" aria-valuemax="1000" aria-valuenow="1245" data-scope="number-input" id="number-input:_R_1m_:input" aria-roledescription="numberfield"/>
13 × unexpected value "1245"
- locator resolved to <input dir="ltr" type="text" value="1245" data-invalid="" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-invalid="true" aria-valuemax="1000" aria-valuenow="1245" data-scope="number-input" id="number-input:_R_1m_:input" aria-roledescription="numberfield"/>
- unexpected value "1245"
at models/number-input.model.ts:48
46 |
47 | async seeInputHasValue(value: string) {
> 48 | await expect(this.input).toHaveValue(value)
| ^
49 | }
50 |
51 | async seeInputValueIsApprox(expectedValue: number, tolerance = 1) {
at NumberInputModel.seeInputHasValue (/home/runner/work/zag/zag/e2e/models/number-input.model.ts:48:30)
at /home/runner/work/zag/zag/e2e/number-input.e2e.ts:528:15
|
|
Run tests:
e2e/models/number-input.model.ts#L48
1) e2e/number-input.e2e.ts:512:9 › number input › backspace and delete behavior › deleting digits around decimal
Error: expect(locator).toHaveValue(expected) failed
Locator: locator('[data-testid=input]')
Expected: "12.5"
Received: "1245"
Timeout: 10000ms
Call log:
- Expect "toHaveValue" with timeout 10000ms
- waiting for locator('[data-testid=input]')
2 × locator resolved to <input dir="ltr" type="text" value="1,245" data-invalid="" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-invalid="true" aria-valuemax="1000" aria-valuenow="1245" data-scope="number-input" id="number-input:_R_1m_:input" aria-roledescription="numberfield"/>
- unexpected value "1245"
12 × locator resolved to <input dir="ltr" type="text" value="1245" data-invalid="" data-part="input" role="spinbutton" autocorrect="off" aria-valuemin="0" autocomplete="off" spellcheck="false" data-testid="input" inputmode="decimal" aria-invalid="true" aria-valuemax="1000" aria-valuenow="1245" data-scope="number-input" id="number-input:_R_1m_:input" aria-roledescription="numberfield"/>
- unexpected value "1245"
at models/number-input.model.ts:48
46 |
47 | async seeInputHasValue(value: string) {
> 48 | await expect(this.input).toHaveValue(value)
| ^
49 | }
50 |
51 | async seeInputValueIsApprox(expectedValue: number, tolerance = 1) {
at NumberInputModel.seeInputHasValue (/home/runner/work/zag/zag/e2e/models/number-input.model.ts:48:30)
at /home/runner/work/zag/zag/e2e/number-input.e2e.ts:528:15
|
|
Run tests
1 flaky
e2e/number-input.e2e.ts:512:9 › number input › backspace and delete behavior › deleting digits around decimal
2 skipped
69 passed (1.9m)
|
background
wait
wait-all
cancel
Loading