Skip to content

test: add ats test - check for express buttons #1941

test: add ats test - check for express buttons

test: add ats test - check for express buttons #1941

Triggered via pull request March 13, 2026 14:13
Status Failure
Total duration 17m 58s
Artifacts 2

integration.yml

on: pull_request
Matrix: phpunit
Matrix: test-install-zip
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 13 warnings, and 1 notice
acceptance
Process completed with exit code 1.
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:38:1 › Check Express Buttons in Checkout Confirm @Storefront: paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts#L77
2) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:38:1 › Check Express Buttons in Checkout Confirm @storefront Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.checkout-aside-action').locator('iframe.component-frame[title="PayPal"]').contentFrame().locator('[data-funding-source="paylater"]') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('.checkout-aside-action').locator('iframe.component-frame[title="PayPal"]').contentFrame().locator('[data-funding-source="paylater"]') 75 | await ShopCustomer.expects(StorefrontCheckoutConfirm.cartActionsContainer).toBeVisible(); 76 | await ShopCustomer.expects(StorefrontCheckoutConfirm.paypalButton('paypal')).toBeVisible(); > 77 | await ShopCustomer.expects(StorefrontCheckoutConfirm.paypalButton('paylater')).toBeVisible(); | ^ 78 | }); 79 | at /home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts:77:84
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:38:1 › Check Express Buttons in Checkout Confirm @Storefront: paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts#L77
2) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:38:1 › Check Express Buttons in Checkout Confirm @storefront Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: locator('.checkout-aside-action').locator('iframe.component-frame[title="PayPal"]').contentFrame().locator('[data-funding-source="paylater"]') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('.checkout-aside-action').locator('iframe.component-frame[title="PayPal"]').contentFrame().locator('[data-funding-source="paylater"]') 75 | await ShopCustomer.expects(StorefrontCheckoutConfirm.cartActionsContainer).toBeVisible(); 76 | await ShopCustomer.expects(StorefrontCheckoutConfirm.paypalButton('paypal')).toBeVisible(); > 77 | await ShopCustomer.expects(StorefrontCheckoutConfirm.paypalButton('paylater')).toBeVisible(); | ^ 78 | }); 79 | at /home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts:77:84
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:38:1 › Check Express Buttons in Checkout Confirm @Storefront: paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts#L77
2) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:38:1 › Check Express Buttons in Checkout Confirm @storefront Error: expect(locator).toBeVisible() failed Locator: locator('.checkout-aside-action').locator('iframe.component-frame[title="PayPal"]').contentFrame().locator('[data-funding-source="paylater"]') Expected: visible Timeout: 15000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 15000ms - waiting for locator('.checkout-aside-action').locator('iframe.component-frame[title="PayPal"]').contentFrame().locator('[data-funding-source="paylater"]') 75 | await ShopCustomer.expects(StorefrontCheckoutConfirm.cartActionsContainer).toBeVisible(); 76 | await ShopCustomer.expects(StorefrontCheckoutConfirm.paypalButton('paypal')).toBeVisible(); > 77 | await ShopCustomer.expects(StorefrontCheckoutConfirm.paypalButton('paylater')).toBeVisible(); | ^ 78 | }); 79 | at /home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts:77:84
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @Storefront: paypal/tests/acceptance/page-objects/Storefront/OffCanvasCart.ts#L19
1) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @storefront Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.elementHandle: Target page, context or browser has been closed Call log: - waiting for locator('.offcanvas-cart-actions').locator('iframe.component-frame[title*="PayPal-paylater"]').first() at ../page-objects/Storefront/OffCanvasCart.ts:19 17 | .first(); 18 | > 19 | const iframe = await iframeLocator.elementHandle(); | ^ 20 | const frame = await iframe?.contentFrame(); 21 | if (!frame) throw new Error('PayPal frame not available'); 22 | return frame.getByRole('link'); at OffCanvasCart.paypalButton (/home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/page-objects/Storefront/OffCanvasCart.ts:19:44) at /home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts:34:62
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @Storefront: paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts#L0
1) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @storefront Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @Storefront: paypal/tests/acceptance/page-objects/Storefront/OffCanvasCart.ts#L19
1) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @storefront Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.elementHandle: Target page, context or browser has been closed Call log: - waiting for locator('.offcanvas-cart-actions').locator('iframe.component-frame[title*="PayPal-paylater"]').first() at ../page-objects/Storefront/OffCanvasCart.ts:19 17 | .first(); 18 | > 19 | const iframe = await iframeLocator.elementHandle(); | ^ 20 | const frame = await iframe?.contentFrame(); 21 | if (!frame) throw new Error('PayPal frame not available'); 22 | return frame.getByRole('link'); at OffCanvasCart.paypalButton (/home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/page-objects/Storefront/OffCanvasCart.ts:19:44) at /home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts:34:62
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @Storefront: paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts#L0
1) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @storefront Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @Storefront: paypal/tests/acceptance/page-objects/Storefront/OffCanvasCart.ts#L19
1) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @storefront Error: locator.elementHandle: Target page, context or browser has been closed Call log: - waiting for locator('.offcanvas-cart-actions').locator('iframe.component-frame[title*="PayPal-paylater"]').first() at ../page-objects/Storefront/OffCanvasCart.ts:19 17 | .first(); 18 | > 19 | const iframe = await iframeLocator.elementHandle(); | ^ 20 | const frame = await iframe?.contentFrame(); 21 | if (!frame) throw new Error('PayPal frame not available'); 22 | return frame.getByRole('link'); at OffCanvasCart.paypalButton (/home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/page-objects/Storefront/OffCanvasCart.ts:19:44) at /home/runner/work/SwagPayPal/SwagPayPal/paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts:34:62
[PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @Storefront: paypal/tests/acceptance/tests/Checkout/CheckExpressButtons.spec.ts#L0
1) [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @storefront Test timeout of 180000ms exceeded.
check
Process completed with exit code 1.
build-zip
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4, shopware/shopware-cli-action@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
test-install-zip (trunk)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/checkout@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
test-install-zip (v6.7.0.0)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/checkout@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (false, trunk, mysql:8.0, 8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (true, trunk, mariadb:10.11, 8.2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (false, v6.7.0.0, mysql:8.0, 8.4)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (mysql:8.0, trunk, 8.4, true)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (mysql:8.0, trunk, 8.3, true)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (mysql:8.0, v6.7.0.0, 8.2, true)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (mysql:8.0, trunk, 8.2, true)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (mysql:8.0, v6.7.0.0, 8.3, true)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
phpunit (mysql:8.0, v6.7.0.0, 8.4, true)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
acceptance
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/download-artifact@v5, actions/setup-node@v4, actions/upload-artifact@v4, runs-on/action@v1, shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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=*** 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=***. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
2 failed [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:3:1 › Check Express Buttons in Off Canvas Cart @storefront [PayPal] › tests/Checkout/CheckExpressButtons.spec.ts:38:1 › Check Express Buttons in Checkout Confirm @storefront 3 passed (7.2m)

Artifacts

Produced during runtime
Name Size Digest
SwagPayPal.zip Expired
1.93 MB
sha256:b16493794a9ca60e86ae070ea926bc767f797bd040466cb46c3a066c23f7e8cc
acceptance-test-result Expired
10.5 MB
sha256:45b890c2fde90f6e813dff74c285ce7e0a20163166f8caa763c53ff5d8ae5f5d