Build, TypeScripts, tests #1633
Annotations
3 errors, 3 warnings, and 1 notice
__tests__/STF_05.spec.ts#L1
1) [Desktop Chrome] › STF_05.spec.ts:9:1 › STF_05: Checkout as a unlogged user ───────────────────
Test timeout of 60000ms exceeded.
|
__tests__/STF_05.spec.ts#L37
1) [Desktop Chrome] › STF_05.spec.ts:9:1 › STF_05: Checkout as a unlogged user ───────────────────
Error: locator.fill: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('paymentMethods').frameLocator('iframe').getByLabel('Card number')
35 | await page.getByTestId("paymentMethods").waitFor();
36 | const stripeIframe = page.getByTestId("paymentMethods").frameLocator("iframe");
> 37 | await stripeIframe.getByLabel("Card number").fill("4242424242424242");
| ^
38 | await stripeIframe.getByLabel("Expiration").fill("03/30");
39 | await stripeIframe.getByLabel("CVC").fill("737");
40 | await page.getByRole("button", { name: "Pay now" }).click();
at /home/runner/work/storefront/storefront/__tests__/STF_05.spec.ts:37:47
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, patrickedqvist/[email protected], actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
|
This job failed
Loading