Build, TypeScripts, tests #1627
Annotations
3 errors, 1 warning, and 1 notice
__tests__/STF_01.spec.ts#L1
1) [Desktop Chrome] › STF_01.spec.ts:10:1 › STF_01: Add items to the basket ──────────────────────
Test timeout of 60000ms exceeded.
|
__tests__/utils.ts#L47
1) [Desktop Chrome] › STF_01.spec.ts:10:1 › STF_01: Add items to the basket ──────────────────────
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
at utils.ts:47
45 | } catch {}
46 |
> 47 | await page.waitForURL(/\?variant=.+/);
| ^
48 | }
49 |
50 | export async function addCurrentProductToCart({ page }: { page: Page }) {
at selectRandomAvailableVariant (/home/runner/work/storefront/storefront/__tests__/utils.ts:47:13)
at /home/runner/work/storefront/storefront/__tests__/STF_01.spec.ts:14:2
|
|
|
|
The logs for this run have expired and are no longer available.
Loading