refactor(demo): transform sample source code at compile time #285
Annotations
1 error and 1 notice
e2e/select/select.e2e-spec.ts#L68
1) [angular:webkit] › select/select.e2e-spec.ts:55:2 › Select tests › Close actions ──────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: false
Received: true
66 |
67 | await page.locator('body').click({position: {x: 0, y: 0}});
> 68 | expect((await selectPO.state()).isOpen).toEqual(false);
| ^
69 | });
70 |
71 | test(`Config`, async ({page}) => {
at /home/runner/work/AgnosUI/AgnosUI/e2e/select/select.e2e-spec.ts:68:43
|
|
The logs for this run have expired and are no longer available.
Loading