replaced cra with webpack in dev react project #328
Annotations
3 errors, 1 warning, and 4 notices
e2e/dev-react/dev.spec.ts#L1
1) [Desktop Chrome] › dev.spec.ts:3:5 › should contain the editor ────────────────────────────────
Test timeout of 15000ms exceeded.
|
e2e/dev-react/dev.spec.ts#L4
1) [Desktop Chrome] › dev.spec.ts:3:5 › should contain the editor ────────────────────────────────
Error: page.goto: net::ERR_ABORTED; maybe frame was detached?
=========================== logs ===========================
navigating to "http://localhost:3000/", waiting until "load"
============================================================
2 |
3 | test('should contain the editor', async ({ page }) => {
> 4 | await page.goto('/')
| ^
5 | await expect(page.locator('#editor')).toHaveCount(1)
6 | })
7 |
at /home/runner/work/destack/destack/e2e/dev-react/dev.spec.ts:4:14
|
e2e/dev-react/dev.spec.ts#L1
1) [Desktop Chrome] › dev.spec.ts:3:5 › should contain the editor ────────────────────────────────
Pending operations:
- page.goto at e2e/dev-react/dev.spec.ts:4:14
|
[Desktop Chrome] › dev.spec.ts#L1
[Desktop Chrome] › dev.spec.ts took 20.3s
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading