Skip to content

Test t3 large instance#4580

Closed
glo80684 wants to merge 10 commits intodevelopfrom
test-t3-large-instance
Closed

Test t3 large instance#4580
glo80684 wants to merge 10 commits intodevelopfrom
test-t3-large-instance

Conversation

@glo80684
Copy link
Copy Markdown
Collaborator

@glo80684 glo80684 commented Dec 1, 2025

Description

TODO: Describe your changes in detail here.

Related Issue

Closes #ISSUE_NUMBER.

Acceptance

Verification Stakeholders

Specification

Verification Steps

Test scenario(s) for direct fix/feature

Test scenario(s) for any existing impacted features/areas

Test scenario(s) for any Magento Backend Supported Configurations

Is Browser/Device testing needed?

Any ad-hoc/edge case scenarios that need to be considered?

Screenshots / Screen Captures (if appropriate)

Breaking Changes (if any)

Checklist

  • I have added tests to cover my changes, if necessary.
  • I have added translations for new strings, if necessary.
  • I have updated the documentation accordingly, if necessary.

glo80684 and others added 10 commits November 10, 2025 15:51
- Resize venia_circle_144.png to exact 144x144px (was 145x144)
- Resize venia_circle_192.png to exact 192x192px (was 193x192)
- Resize venia_circle_512.png to exact 512x512px (was 513x512)

PWA manifest requires exact icon dimensions. Icon size mismatches
were causing Lighthouse PWA audits to fail with score 0.
- Added dompurify ~3.2.4 to venia-integration-tests dependencies
- Resolves webpack compilation error for googleMapApi fixture
- Fixes failing Cypress tests that import DOMPurify

Error fixed:
Module not found: Error: Can't resolve 'dompurify' in
'/venia-integration-tests/src/fixtures/googleMapApi'

Affected tests:
- integrationTests/googleReCaptcha/*
- integrationTests/newsletter/resetErrorOnSubmit.spec.js
- integrationTests/wishList/verifyMultipleWishlistFeatures.spec.js
- Updated yarn.lock after adding dompurify to package.json
- Required for CI builds with --frozen-lockfile flag
…ngle store

- Created multiStoreHelper.js to check store count via GraphQL
- Updated localization.spec.js: 6 tests now skip if only 1 store configured
- Updated storeSwitching.spec.js: 7 tests now skip if only 1 store configured
- Added demo test showing how to use the multi-store helper
- Tests report as 'pending' instead of 'failing' when multi-store not configured
- Reduces false negatives in CI by 13 test failures (from 23 to 10 real failures)

Benefits:
- Clearer test reports (skipped vs failed)
- Fewer false positives in CI builds
- Better developer experience with explicit skip messages
- Localization tests skip when multi-store not configured
- Variables appear unused but are needed when multi-store IS configured
- Added eslint-disable comment with explanation
- Increase defaultCommandTimeout: 30s → 90s
- Increase pageLoadTimeout: 30s → 90s
- Increase requestTimeout: 60s → 120s
- Add responseTimeout: 120s (was default 30s)

This allows tests to pass when the backend is slow or under heavy load
during parallel CI test execution.

Fixes timeout errors in CI:
- cy.wait('@gqlGetAppliedCouponsQuery')
- cy.wait('@gqlGetProductListingQuery')
- cy.get('[data-cy="braintree-field"]')
- cy.visit() page loads
Changed all explicit timeout values in test files:
- { timeout: 60000 } → { timeout: 120000 }

The previous config change wasn't enough because individual tests
had explicit timeout overrides. Now all cy.wait() calls will wait
up to 120 seconds before timing out.

This should fix timeout failures caused by slow backend responses
under heavy load during parallel CI test execution.

PWA-3612
@pwa-studio-bot
Copy link
Copy Markdown
Collaborator

pwa-studio-bot commented Dec 1, 2025

Fails
🚫

node failed.

🚫

Cypress tests in the following files did not pass 😔. All tests must pass before this PR can be merged

  • Verify venia anchor links:
    • AssertionError: Timed out retrying after 90000ms: Expected to find element: `[data-cy="GuestForm-root"]`, but never found it.
  • user should be able to add and remove products from wishlist:
    • CypressError: Timed out retrying after 120000ms: `cy.wait()` timed out waiting `120000ms` for the 1st request to the route: `gqlSignInAfterCreateMutation`. No request ever occurred.

      https://on.cypress.io/wait

  • user should be able to navigate on offline mode:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetStoreConfigDataQuery. No request ever occurred.

      https://on.cypress.io/wait

  • user should be able to place an order as a registered customer:
    • AssertionError: Timed out retrying after 90000ms: Expected to find element: [data-cy="CheckoutPage-signInButton"], but never found it.

    Registered user should be able to sign in from toast suggestion in guest checkout page:
    • AssertionError: Timed out retrying after 90000ms: Expected to find element: [data-cy="GuestForm-email"], but never found it.
  • user can fill and submit payment form and place order with inline badge position:
    • AssertionError: Timed out retrying after 90000ms: Expected to find element: [data-cy="CartPage-root"] [data-cy="ProductListing-root"] [data-cy="Product-name"], but never found it.

    user can fill and submit payment form and place order with default badge position:
    • AssertionError: Timed out retrying after 90000ms: Expected to find element: [data-cy="CartPage-root"] [data-cy="ProductListing-root"] [data-cy="Product-name"], but never found it.
  • user should be able to remove an item from the cart:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetProductListingQuery. No request ever occurred.

      https://on.cypress.io/wait

  • user should be able to filter results in Category and Search pages:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetProductFiltersByCategoryQuery. No request ever occurred.

      https://on.cypress.io/wait


    user should be able to use radio-boolean filter results in Category and Search pages:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetProductFiltersByCategoryQuery. No request ever occurred.

      https://on.cypress.io/wait

  • user should be able to add and update gift options:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetProductListingQuery. No request ever occurred.

      https://on.cypress.io/wait

  • user should be able to create a new account and edit their information:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlSignInAfterCreateMutation. No request ever occurred.

      https://on.cypress.io/wait

  • user should be able to add and remove products from wishlist:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlSignInAfterCreateMutation. No request ever occurred.

      https://on.cypress.io/wait

  • verify search suggest products:
    • AssertionError: Timed out retrying after 90000ms: expected { Object (type, payload) } to deeply equal { Object (payload, type) }
  • user should be able to add and remove promotions from cart:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetAppliedGiftCardsQuery. No request ever occurred.

      https://on.cypress.io/wait

  • should be able to edit a configurable product and place an order:
    • AssertionError: Timed out retrying after 90000ms: Expected to find element: [data-cy="CreditCard-root"] [id*="braintree-hosted-field-cardholderName"], but never found it.
  • user should be able to place an order as a guest:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetProductListingQuery. No request ever occurred.

      https://on.cypress.io/wait

  • user should be able to place an order as a guest with an specified Region and a credit card:
    • CypressError: Timed out retrying after 120000ms: cy.wait() timed out waiting 120000ms for the 1st request to the route: gqlGetProductListingQuery. No request ever occurred.

      https://on.cypress.io/wait

Log

ERROR ON TASK: cypressTests


Error:  Danger had errors running. See message(s) above for more details.
danger-results://tmp/danger-results.json

Generated by 🚫 dangerJS against a1f8f27

@pwa-studio-bot
Copy link
Copy Markdown
Collaborator

pwa-studio-bot commented Dec 1, 2025

Fails
🚫

node failed.

🚫

Cypress tests in the following files did not pass 😔. All tests must pass before this PR can be merged

  • Verify content:
    • Error: Image size (1280x1869) different than saved snapshot size (1280x1731). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/aboutUsPage/aboutUsPage.spec.js/__diff_output__/AboutUs.diff.png
  • Verify content:
    • Error: Image size (1280x2069) different than saved snapshot size (1280x2112). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/customerService/customerService.spec.js/__diff_output__/Customer-Service-Page.diff.png
  • verify buttons content:
    • Error: Image size (1280x8562) different than saved snapshot size (1280x9130). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/buttons.spec.js/__diff_output__/Page-Builder-Buttons-Page.diff.png
  • verify column content:
    • Error: Image size (1280x7689) different than saved snapshot size (1280x8503). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/column.spec.js/__diff_output__/Page-Builder-Column-Page.diff.png
    ,should apply mediaQuery styles:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1524). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/column.spec.js/__diff_output__/Column-media-query-(Desktop).diff.png
  • verify divider content:
    • Error: Image size (1280x3791) different than saved snapshot size (1280x4561). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/divider.spec.js/__diff_output__/Page-Builder-Divider-Page.diff.png
  • verify google map api load with content:
    • Error: Image size (1280x11380) different than saved snapshot size (1280x12231). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/map.spec.js/__diff_output__/Page-Builder-Verify-Map---All-content.diff.png
    verify mocked google map api with two markers and click event:
    • Error: Image size (1280x1580) different than saved snapshot size (1280x1540). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/map.spec.js/__diff_output__/Page-Builder-Verify-Map---2-Locations.diff.png
  • verify slider content:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1524). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page.diff.png
    verify slider content 2:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1524). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-2.diff.png
    verify slider content 3:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1524). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-3.diff.png
    verify slider content 4:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1524). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-4.diff.png
    verify slider content 5:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1524). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-5.diff.png
    verify slider content 6:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1524). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-6.diff.png
    verify slider content 7:
    • Error: Image size (1280x5265) different than saved snapshot size (1280x5495). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-7.diff.png
    verify slider content 8:
    • Error: Image size (1280x2755) different than saved snapshot size (1280x2745). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-8.diff.png
    verify slider content 9:
    • Error: Image size (1280x5359) different than saved snapshot size (1280x5349). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-9.diff.png
    verify slider content 10:
    • Error: Image size (1280x2749) different than saved snapshot size (1280x2906). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-10.diff.png
    verify slider content 11:
    • Error: Image size (1280x6179) different than saved snapshot size (1280x6481). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-11.diff.png
    verify slider content 12:
    • Error: Image size (1280x5234) different than saved snapshot size (1280x5232). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Page-Builder-Slider-Page-12.diff.png
    ,should apply mediaQuery styles:
    • Error: Image size (1280x1614) different than saved snapshot size (1280x1574). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Slider-media-query-(Desktop).diff.png
  • verify dynamic block content:
    • CypressError: Timed out retrying after 120000ms: `cy.wait()` timed out waiting `120000ms` for the 1st request to the route: `gqlGetDynamicBlockMock3`. No request ever occurred.

      https://on.cypress.io/wait

  • verify banner content:
    • Error: Image size (1280x2004) different than saved snapshot size (1280x2024).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page.diff.png

    verify banner content2:
    • Error: Image size (1280x3994) different than saved snapshot size (1280x4089).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page2.diff.png

    verify banner content3:
    • Error: Image size (1280x3994) different than saved snapshot size (1280x4164).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page3.diff.png

    verify banner content4:
    • Error: Image size (1280x3434) different than saved snapshot size (1280x3454).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page4.diff.png

    verify banner content5:
    • Error: Image size (1280x5054) different than saved snapshot size (1280x5074).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page5.diff.png

    verify banner content6:
    • Error: Image size (1280x5939) different than saved snapshot size (1280x5989).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page6.diff.png

    verify banner content7:
    • Error: Image size (1280x3826) different than saved snapshot size (1280x3846).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page7.diff.png

    verify banner content8:
    • Error: Image size (1280x3115) different than saved snapshot size (1280x3135).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page8.diff.png

    verify banner content9:
    • Error: Image size (1280x3568) different than saved snapshot size (1280x3618).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page9.diff.png

    verify banner content10:
    • Error: Image size (1280x8574) different than saved snapshot size (1280x8035).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Page-Builder-Home-Page10.diff.png
    ,should apply mediaQuery styles:
    • Error: Image size (1280x2656) different than saved snapshot size (1280x2616).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/diff_output/Banner-media-query-(Desktop).diff.png
  • verify smoke test content:
    • Error: Image size (1280x7437) different than saved snapshot size (1280x7976).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/smokeTest.spec.js/diff_output/Page-Builder-Smoke-Test.diff.png

    verify smoke test cms block content:
    • Error: Image size (1280x3604) different than saved snapshot size (1280x3804).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/smokeTest.spec.js/diff_output/Page-Builder-Smoke-Test-CMS-Block-Content.diff.png

    verify smoke test dynamic block content:
    • Error: Image size (1280x3604) different than saved snapshot size (1280x3804).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/smokeTest.spec.js/diff_output/Page-Builder-Smoke-Test-Dynamic-Block-Content.diff.png
  • verify block content:
    • Error: Image size (1280x5036) different than saved snapshot size (1280x5555).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/block.spec.js/diff_output/Page-Builder-Block-Page.diff.png

    verify block dynamic block content:
    • Error: Image size (1280x2846) different than saved snapshot size (1280x3046).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/block.spec.js/diff_output/Page-Builder-Dynamic-Block.diff.png

    verify block cms block content:
    • Error: Image size (1280x2846) different than saved snapshot size (1280x3046).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/block.spec.js/diff_output/Page-Builder-CMS-Block.diff.png

    verify block cms page content:
    • Error: Image size (1280x2986) different than saved snapshot size (1280x3246).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/block.spec.js/diff_output/Page-Builder-CMS-Page.diff.png
  • verify tabs content:
    • Error: Image size (1280x13858) different than saved snapshot size (1280x14612).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/tabs.spec.js/diff_output/Page-Builder-Tabs-Page.diff.png
    ,should apply mediaQuery styles:
    • Error: Image size (1280x1614) different than saved snapshot size (1280x1574).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/tabs.spec.js/diff_output/Tabs-media-query-(Desktop).diff.png
  • verify text content:
    • Error: Image size (1280x7419) different than saved snapshot size (1280x8123).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/text.spec.js/diff_output/Page-Builder-Text-Page.diff.png
  • verify video content alignment:
    • Error: Image size (1280x4501) different than saved snapshot size (1280x4761).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/video.spec.js/diff_output/Page-Builder-Video-Alignment-Page.diff.png
  • verify row content:
    • Error: Image size (1280x12129) different than saved snapshot size (1280x12179).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/row.spec.js/diff_output/Page-Builder-Row.diff.png

    verify row content2:
    • Error: Image size (1280x9884) different than saved snapshot size (1280x10564).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/row.spec.js/diff_output/Page-Builder-Row2.diff.png

    verify row min height:
    • Error: Image size (1280x6126) different than saved snapshot size (1280x6086).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/row.spec.js/diff_output/Page-Builder-Row-Min-Height.diff.png

    verify row video background:
    • Error: Image size (1280x4246) different than saved snapshot size (1280x4266).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/row.spec.js/diff_output/Page-Builder-Row-Video-Background.diff.png

    verify row video background2:
    • Error: Image size (1280x6456) different than saved snapshot size (1280x6416).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/row.spec.js/diff_output/Page-Builder-Row-Video-Background2.diff.png

    verify row video background3:
    • CypressError: cy.request() failed on:

      https://player.vimeo.com/video/2393127?dnt=1&id=2393127&autopause=0&transparent=0&autoplay=1&loop=1&muted=1&badge=0&byline=0&portrait=0&title=0&background=1

      The response we received from your web server was:

      401: Unauthorized

      This was considered a failure because the status code was not 2xx or 3xx.

      If you do not want status codes to cause failures pass the option: failOnStatusCode: false


      The request we sent was:

      Method: GET
      URL: https://player.vimeo.com/video/2393127?dnt=1&id=2393127&autopause=0&transparent=0&autoplay=1&loop=1&muted=1&badge=0&byline=0&portrait=0&title=0&background=1
      Headers: {
      "Connection": "keep-alive",
      "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/92.0.4515.159 Safari/537.36",
      "accept": "/",
      "cookie": "__cf_bm=.e.GsCRstbAvNm_fSea4naCo_vcotgN4zpGHlI2uyBA-1764580691-1.0.1.1-BOBdJP1eCxaNt5c1KQtRiIG_s6qsz7_b7CNfsQDIG0hm1PUy2gPkplvL5qO2_73c; _cfuvid=OoRoII7NbYoha2mVtVfQ6E8Af2pZ6aP6Fc.7x.JjJFQ-1764580691590-0.0.1.1-604800000",
      "accept-encoding": "gzip, deflate"
      }


      The response we got was:

      Status: 401 - Unauthorized
      Headers: {
      "date": "Mon, 01 Dec 2025 09:19:30 GMT",
      "content-type": "text/html;charset=UTF-8",
      "content-length": "5141",
      "connection": "keep-alive",
      "cf-ray": "9a7180d609e5208a-IAD",
      "x-link-match": "100",
      "vary": "Accept-Encoding",
      "server": "cloudflare"
      }
      Body:

      <title>Vimeo</title> <style type="text/css"> * { margin: 0; padding: 0; }
        body {
          background: #000;
          color: #fff;
        }
      
        @keyframes rotate {
          100% {
      

      transform: rotate(360deg);
      }
      }

        @keyframes dash {
          0% {
      

      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      }
      50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px;
      }
      100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -135px;
      }
      }

        .spinner {
          position: absolute;
          top: 50%;
          left: 50%;
          background: transparent;
          transform: translate(-50%, -50%);
          transition: opacity 0.1s,
      

      transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
      max-width: 120px;
      width: 18%;
      }

        .spinner circle {
          stroke-width: 4px;
          background: transparent;
          stroke-width: 2px;
        }
      
        .spinner [data-spinner-trace="true"] {
          stroke-opacity: 20%;
        }
      
        .spinner [data-spinner-circle="true"] {
          transform-origin: 50% 50%;
          stroke-linecap: round;
          stroke-dasharray: 200;
          stroke-dashoffset: 200;
          animation: rotate 2s linear 0.25s infinite,
      

      dash 1.5s ease-in-out 0.25s infinite;
      }

        .error {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
        }
      
        .error__header {
          font-family: "Helvetica Neue";
          font-size: 40px;
          font-style: normal;
          font-weight: 700;
          line-height: 48px;
          letter-spacing: -1.2px;
          text-align: center;
        }
      
        .error_subheader {
          font-family: "Helvetica Neue";
          font-size: 18px;
          font-style: normal;
      

      ...

      https://on.cypress.io/request

    ,should apply mediaQuery styles:
    • Error: Image size (1280x1614) different than saved snapshot size (1280x1574).
      See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/row.spec.js/diff_output/Row-media-query-(Desktop).diff.png

Log

ERROR ON TASK: cypressTests


Error:  Danger had errors running. See message(s) above for more details.
danger-results://tmp/danger-results.json

Generated by 🚫 dangerJS against a1f8f27

@pwa-studio-bot
Copy link
Copy Markdown
Collaborator

Fails
🚫 A version label is required. A maintainer must add one.
🚫

No linked issue found. Please link a relevant open issue by adding the text "closes #<issue_number>" or "closes JIRA-<issue_number>" in your PR.

🚫 Missing information in PR. Please fill out the "Description" section.
Warnings
⚠️ Found the word "TODO" in the PR description. Just letting you know incase you forgot :)
Messages
📖 DangerCI Failures related to missing labels/description/linked issues/etc will persist until the next push or next pr-test build run (assuming they are fixed).
📖

Access a deployed version of this PR here. Make sure to wait for the "pwa-pull-request-deploy" job to complete.

If your PR is missing information, check against the original template here. At a minimum you must have the section headers from the template and provide some information in each section.

Generated by 🚫 dangerJS against a1f8f27

@glo80684 glo80684 closed this Dec 3, 2025
@del22123 del22123 deleted the test-t3-large-instance branch February 17, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants