fix(deps): update eslint #4961
Annotations
1 error, 1 warning, and 1 notice
e2e/models/dialog.model.ts#L50
1) dialog.e2e.ts:50:7 › dialog › [nested] focus return to child dialog trigger ───────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-testid=\'trigger-2\']')
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-testid=\'trigger-2\']')
at models/dialog.model.ts:50
48 |
49 | seeTriggerIsFocused() {
> 50 | return expect(this.trigger).toBeFocused()
| ^
51 | }
52 | }
53 |
at DialogModel.seeTriggerIsFocused (/home/runner/work/zag/zag/e2e/models/dialog.model.ts:50:33)
at /home/runner/work/zag/zag/e2e/dialog.e2e.ts:55:23
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job succeeded
Loading