Replace Webpack with Vite #2958
Annotations
3 errors and 2 notices
Wait for build:
playwright/tests/wait-for-build.spec.ts#L37
1) [chromium] › wait-for-build.spec.ts:23:5 › waits for the services to deploy and connect ───────
Error: Timed out 60000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[data-test="interfaces-table"]').locator('tr:has-text("INST2_INT") td').nth(2)
Expected string: "CONNECTED"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 60000ms
- waiting for locator('[data-test="interfaces-table"]').locator('tr:has-text("INST2_INT") td').nth(2)
35 | await expect(
36 | page.locator('[data-test="interfaces-table"]').locator('tr:has-text("INST2_INT") td >> nth=2'),
> 37 | ).toContainText('CONNECTED', {
| ^
38 | timeout: 60000,
39 | })
40 | })
at /home/runner/work/cosmos/cosmos/playwright/tests/wait-for-build.spec.ts:37:5
|
Wait for build:
playwright/tests/wait-for-build.spec.ts#L37
1) [chromium] › wait-for-build.spec.ts:23:5 › waits for the services to deploy and connect ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 60000ms waiting for expect(locator).toContainText(expected)
Locator: locator('[data-test="interfaces-table"]').locator('tr:has-text("INST2_INT") td').nth(2)
Expected string: "CONNECTED"
Received: <element(s) not found>
Call log:
- expect.toContainText with timeout 60000ms
- waiting for locator('[data-test="interfaces-table"]').locator('tr:has-text("INST2_INT") td').nth(2)
35 | await expect(
36 | page.locator('[data-test="interfaces-table"]').locator('tr:has-text("INST2_INT") td >> nth=2'),
> 37 | ).toContainText('CONNECTED', {
| ^
38 | timeout: 60000,
39 | })
40 | })
at /home/runner/work/cosmos/cosmos/playwright/tests/wait-for-build.spec.ts:37:5
|
Wait for build
Process completed with exit code 1.
|
Check for test.only
209 did not run
|
Wait for build
1 failed
[chromium] › wait-for-build.spec.ts:23:5 › waits for the services to deploy and connect ────────
1 passed (2.2m)
|
Loading