try to fix build tests #357
Annotations
5 errors and 4 notices
e2e/build-react/build.spec.ts#L6
1) [Desktop Chrome] › build.spec.ts:3:5 › should show the production version ─────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text=Understand')
4 | await page.goto('/')
5 | await expect(page).toHaveURL('/')
> 6 | await expect(page.locator('text=Understand')).toBeVisible()
| ^
7 | })
8 |
at /home/runner/work/destack/destack/e2e/build-react/build.spec.ts:6:49
|
e2e/build-react/build.spec.ts#L6
1) [Desktop Chrome] › build.spec.ts:3:5 › should show the production version ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text=Understand')
4 | await page.goto('/')
5 | await expect(page).toHaveURL('/')
> 6 | await expect(page.locator('text=Understand')).toBeVisible()
| ^
7 | })
8 |
at /home/runner/work/destack/destack/e2e/build-react/build.spec.ts:6:49
|
e2e/build-react/build.spec.ts#L6
2) [Desktop Firefox] › build.spec.ts:3:5 › should show the production version ────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text=Understand')
4 | await page.goto('/')
5 | await expect(page).toHaveURL('/')
> 6 | await expect(page.locator('text=Understand')).toBeVisible()
| ^
7 | })
8 |
at /home/runner/work/destack/destack/e2e/build-react/build.spec.ts:6:49
|
e2e/build-react/build.spec.ts#L6
2) [Desktop Firefox] › build.spec.ts:3:5 › should show the production version ────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('text=Understand')
4 | await page.goto('/')
5 | await expect(page).toHaveURL('/')
> 6 | await expect(page.locator('text=Understand')).toBeVisible()
| ^
7 | })
8 |
at /home/runner/work/destack/destack/e2e/build-react/build.spec.ts:6:49
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading