feat: extend i18n support across dashboard with language switcher #80
frontend-visual-regression.yml
on: pull_request
visual-regression
2m 33s
Annotations
10 errors, 1 warning, and 1 notice
|
[mobile-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable:
frontend/tests/e2e/create-payment.visual.spec.ts#L19
4) [mobile-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Create Payment Link' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create Payment Link' })
17 | const formShell = heading.locator("xpath=ancestor::main[1]");
18 |
> 19 | await expect(heading).toBeVisible();
| ^
20 | await expect(formShell).toBeVisible();
21 | await expect(page.locator("select#trusted-address")).toBeVisible();
22 |
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/create-payment.visual.spec.ts:19:27
|
|
[mobile-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports:
frontend/tests/e2e/checkout.visual.spec.ts#L19
3) [mobile-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Complete Payment')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Complete Payment')
17 | const checkoutMain = page.locator("main");
18 | await expect(checkoutMain).toBeVisible();
> 19 | await expect(page.getByText("Complete Payment")).toBeVisible();
| ^
20 | await expect(page.getByText("Styled payment")).toBeVisible();
21 |
22 | const noOverflow = await expectNoHorizontalOverflow(page);
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/checkout.visual.spec.ts:19:54
|
|
[mobile-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports:
frontend/tests/e2e/checkout.visual.spec.ts#L19
3) [mobile-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Complete Payment')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Complete Payment')
17 | const checkoutMain = page.locator("main");
18 | await expect(checkoutMain).toBeVisible();
> 19 | await expect(page.getByText("Complete Payment")).toBeVisible();
| ^
20 | await expect(page.getByText("Styled payment")).toBeVisible();
21 |
22 | const noOverflow = await expectNoHorizontalOverflow(page);
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/checkout.visual.spec.ts:19:54
|
|
[mobile-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports:
frontend/tests/e2e/checkout.visual.spec.ts#L19
3) [mobile-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
Error: expect(locator).toBeVisible() failed
Locator: getByText('Complete Payment')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Complete Payment')
17 | const checkoutMain = page.locator("main");
18 | await expect(checkoutMain).toBeVisible();
> 19 | await expect(page.getByText("Complete Payment")).toBeVisible();
| ^
20 | await expect(page.getByText("Styled payment")).toBeVisible();
21 |
22 | const noOverflow = await expectNoHorizontalOverflow(page);
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/checkout.visual.spec.ts:19:54
|
|
[desktop-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable:
frontend/tests/e2e/create-payment.visual.spec.ts#L19
2) [desktop-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Create Payment Link' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create Payment Link' })
17 | const formShell = heading.locator("xpath=ancestor::main[1]");
18 |
> 19 | await expect(heading).toBeVisible();
| ^
20 | await expect(formShell).toBeVisible();
21 | await expect(page.locator("select#trusted-address")).toBeVisible();
22 |
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/create-payment.visual.spec.ts:19:27
|
|
[desktop-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable:
frontend/tests/e2e/create-payment.visual.spec.ts#L19
2) [desktop-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Create Payment Link' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create Payment Link' })
17 | const formShell = heading.locator("xpath=ancestor::main[1]");
18 |
> 19 | await expect(heading).toBeVisible();
| ^
20 | await expect(formShell).toBeVisible();
21 | await expect(page.locator("select#trusted-address")).toBeVisible();
22 |
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/create-payment.visual.spec.ts:19:27
|
|
[desktop-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable:
frontend/tests/e2e/create-payment.visual.spec.ts#L19
2) [desktop-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable
Error: expect(locator).toBeVisible() failed
Locator: getByRole('heading', { name: 'Create Payment Link' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('heading', { name: 'Create Payment Link' })
17 | const formShell = heading.locator("xpath=ancestor::main[1]");
18 |
> 19 | await expect(heading).toBeVisible();
| ^
20 | await expect(formShell).toBeVisible();
21 | await expect(page.locator("select#trusted-address")).toBeVisible();
22 |
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/create-payment.visual.spec.ts:19:27
|
|
[desktop-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports:
frontend/tests/e2e/checkout.visual.spec.ts#L19
1) [desktop-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Complete Payment')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Complete Payment')
17 | const checkoutMain = page.locator("main");
18 | await expect(checkoutMain).toBeVisible();
> 19 | await expect(page.getByText("Complete Payment")).toBeVisible();
| ^
20 | await expect(page.getByText("Styled payment")).toBeVisible();
21 |
22 | const noOverflow = await expectNoHorizontalOverflow(page);
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/checkout.visual.spec.ts:19:54
|
|
[desktop-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports:
frontend/tests/e2e/checkout.visual.spec.ts#L19
1) [desktop-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('Complete Payment')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Complete Payment')
17 | const checkoutMain = page.locator("main");
18 | await expect(checkoutMain).toBeVisible();
> 19 | await expect(page.getByText("Complete Payment")).toBeVisible();
| ^
20 | await expect(page.getByText("Styled payment")).toBeVisible();
21 |
22 | const noOverflow = await expectNoHorizontalOverflow(page);
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/checkout.visual.spec.ts:19:54
|
|
[desktop-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports:
frontend/tests/e2e/checkout.visual.spec.ts#L19
1) [desktop-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
Error: expect(locator).toBeVisible() failed
Locator: getByText('Complete Payment')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('Complete Payment')
17 | const checkoutMain = page.locator("main");
18 | await expect(checkoutMain).toBeVisible();
> 19 | await expect(page.getByText("Complete Payment")).toBeVisible();
| ^
20 | await expect(page.getByText("Styled payment")).toBeVisible();
21 |
22 | const noOverflow = await expectNoHorizontalOverflow(page);
at /home/runner/work/Stellar_Payment_API/Stellar_Payment_API/frontend/tests/e2e/checkout.visual.spec.ts:19:54
|
|
visual-regression
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
4 failed
[desktop-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
[desktop-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable
[mobile-chrome] › tests/e2e/checkout.visual.spec.ts:16:7 › Checkout Visual Regression › checkout layout remains stable across viewports
[mobile-chrome] › tests/e2e/create-payment.visual.spec.ts:15:7 › Create Payment Visual Regression › create payment form remains visually stable
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
frontend-visual-regression-artifacts
|
3.19 MB |
sha256:820cd1f0db0e3353dabc5a241f713d48d6d07c3ee72786eb62da99e071341784
|
|