Use $app/state instead of $app/stores #3014
Annotations
1 error, 1 warning, and 1 notice
Run npm run e2e:coverage -- --preview --shard=2/10:
e2e/select/select.e2e-spec.ts#L175
1) [main:angular:webkit] › select/select.e2e-spec.ts:143:3 › Select tests › Custom select › Navigation
Error: First badge must have been removed
expect(received).toStrictEqual(expected) // deep equality
- Expected - 0
+ Received + 1
Array [
+ "JavaScript",
"JSON",
]
Call Log:
- Timeout 5000ms exceeded while waiting on the predicate
173 |
174 | await keyboard.press('Enter');
> 175 | await expect.poll(getBadgesState, 'First badge must have been removed').toStrictEqual(['JSON']);
| ^
176 |
177 | await keyboard.press('ArrowRight');
178 | await keyboard.press('Enter');
at /home/runner/work/AgnosUI/AgnosUI/e2e/select/select.e2e-spec.ts:175:4
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run npm run e2e:coverage -- --preview --shard=2/10
1 flaky
[main:angular:webkit] › select/select.e2e-spec.ts:143:3 › Select tests › Custom select › Navigation
105 passed (2.9m)
|
Loading