Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 14.1.0 release notes #4328

Merged
merged 2 commits into from
Sep 26, 2024
Merged

release 14.1.0 release notes #4328

merged 2 commits into from
Sep 26, 2024

Conversation

glo82145
Copy link
Collaborator

@glo82145 glo82145 commented Sep 26, 2024

Description

Release note for PWA 14.1.0

Related Issue

Closes #PWA-3349.

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.

@pwa-studio-bot
Copy link
Collaborator

pwa-studio-bot commented Sep 26, 2024

Messages
📖

Associated JIRA tickets: PWA-3349.

📖 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.

Generated by 🚫 dangerJS against 28db944

Copy link
Contributor

@glo42707 glo42707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@glo82145
Copy link
Collaborator Author

run Adobe CLA Signed

@glo82145
Copy link
Collaborator Author

run Adobe CLA Signed

@pwa-studio-bot
Copy link
Collaborator

pwa-studio-bot commented Sep 26, 2024

Fails
🚫

node failed.

🚫

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

  • user should be routed to 404 page when accessing an unknown route:
    • AssertionError: Timed out retrying after 30000ms: Expected to find element: `[data-cy="ErrorView-root"]`, but never found it.
  • user should be able to add and update gift options:
    • CypressError: Timed out retrying after 30000ms: `cy.clear()` failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="41dd1fd4-e4f2-4e46-a188-022d29019c4f" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • Verify venia anchor links:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="04f87ce8-381a-497c-8a0f-09642d487dc7" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • user should be able to access the Categories via Home page and from Main Menu left drawer:
    • AssertionError: Timed out retrying after 30000ms: expected '[ <a.categoryLeaf-target-IF0.flex.flex-auto.justify-start.h-[3.5rem].items-center.-mx-5.px-sm.w-full>, 2 more... ]' to be 'visible'

      This element [ <a.categoryLeaf-target-IF0.flex.flex-auto.justify-start.h-[3.5rem].items-center.-mx-5.px-sm.w-full>, 2 more... ] is not visible because its parent <aside.navigation-root_open-qjl.navigation-root-eCb.bg-white.bottom-0.grid.left-0.max-w-modal.opacity-0.overflow-hidden.fixed.top-0.w-full.z-menu.invisible.shadow-modal> has CSS property: visibility: hidden

  • user should be able to place an order as a registered customer:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="bd8ca63a-41e8-4bfc-8485-b6911897a0e0" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with


    Registered user should be able to sign in from toast suggestion in guest checkout page:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="aa21d3a5-723f-41c5-887f-0e02e9889b1d" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • Discount summary dropdown renders correctly:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="b353698c-6781-45ad-a0c3-6b05683ecf03" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • user should be able to remove an item from the cart:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="a4fbb7c5-faa1-4b52-b53e-96b4888031e2" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • user can edit account information with default badge position:
    • CypressError: Timed out retrying after 30050ms: cy.click() failed because this element is not visible:

      <button class="linkButton-root-Bk1 clickable-root-3it cursor-pointer inline-flex items-center justify-center leading-none pointer-events-auto text-center font-semibold max-w-full text-brand-dark underline hover_text-colorDefault" type="button" data-cy="linkButton-root">...</button>

      This element <button.linkButton-root-Bk1.clickable-root-3it.cursor-pointer.inline-flex.items-center.justify-center.leading-none.pointer-events-auto.text-center.font-semibold.max-w-full.text-brand-dark.underline.hover_text-colorDefault> is not visible because its parent <div.editForm-changePasswordButtonContainer-J0y.pt-xs> has CSS property: visibility: hidden

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with


    user can edit account information with inline badge position:
    • CypressError: Timed out retrying after 30050ms: cy.click() failed because this element is not visible:

      <button class="linkButton-root-Bk1 clickable-root-3it cursor-pointer inline-flex items-center justify-center leading-none pointer-events-auto text-center font-semibold max-w-full text-brand-dark underline hover_text-colorDefault" type="button" data-cy="linkButton-root">...</button>

      This element <button.linkButton-root-Bk1.clickable-root-3it.cursor-pointer.inline-flex.items-center.justify-center.leading-none.pointer-events-auto.text-center.font-semibold.max-w-full.text-brand-dark.underline.hover_text-colorDefault> is not visible because its parent <div.editForm-changePasswordButtonContainer-J0y.pt-xs> has CSS property: visibility: hidden

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

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

      https://on.cypress.io/wait

  • user should be able to filter results in Category and Search pages:
    • AssertionError: Timed out retrying after 30000ms: Expected to find content: '100-200' within the element: [
    • , 1 more... ] and with the selector: '[data-cy="FilterList-item"]' but never did.

    user should be able to use radio-boolean filter results in Category and Search pages:
    • AssertionError: Timed out retrying after 30000ms: Expected to find content: '0-100' within the element: [
    • , 1 more... ] and with the selector: '[data-cy="FilterList-item"]' but never did.
  • user should be able to add and remove promotions from cart:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="d138489d-7e72-4e53-b737-8d33a077d3a0" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • user should be able to update their address book:
    • CypressError: Timed out retrying after 60000ms: cy.wait() timed out waiting 60000ms for the 1st request to the route: gqlSignInAfterCreateMutation. No request ever occurred.

      https://on.cypress.io/wait

  • should be able to edit a configurable product and place an order:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="c1eda870-8b2f-4d37-a0e5-38c036fc9f55" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • user can fill and submit payment form and place order with inline badge position:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="26d6093e-3432-476b-b12f-a802b6e82826" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with


    user can fill and submit payment form and place order with default badge position:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="6b8af4cf-9975-40d0-bf0b-f3f5c7fe0664" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

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

      https://on.cypress.io/wait

  • user should be able to place an order as a guest:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="4ec820a7-4db2-41c6-8a20-4042ac3d79cb" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

  • user should be able to create a new account and edit their information:
    • CypressError: Timed out retrying after 60000ms: cy.wait() timed out waiting 60000ms for the 1st request to the route: gqlSignInAfterCreateMutation. 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: cy.visit() failed trying to load:

      https://pr-4328.pwa-venia.com/valeria-two-layer-tank.html

      The response we received from your web server was:

      502: Bad Gateway

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

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

  • contains valid CMS Page data specific to the different store:
    • CypressError: cy.visit() failed trying to load:

      https://pr-4328.pwa-venia.com/

      The response we received from your web server was:

      502: Bad Gateway

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

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


    shows categories specific to the different store:
    • CypressError: Timed out retrying after 30050ms: cy.click() failed because this element is not visible:

      <button data-cy="SwitcherItem-button" class="switcherItem-root-zCT flex items-center w-full">...</button>

      This element <button.switcherItem-root-zCT.flex.items-center.w-full> is not visible because its parent <li.storeSwitcher-menuItem-33L.hover_bg-subtle> has CSS property: visibility: hidden

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with


    shows products specific to the categories in the different store:
    • CypressError: Timed out retrying after 30050ms: cy.click() failed because this element is not visible:

      <button data-cy="SwitcherItem-button" class="switcherItem-root-zCT flex items-center w-full">...</button>

      This element <button.switcherItem-root-zCT.flex.items-center.w-full> is not visible because its parent <li.storeSwitcher-menuItem-33L.hover_bg-subtle> has CSS property: visibility: hidden

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

    ,lets users add products to cart regardless of store view:
    • AssertionError: Timed out retrying after 30000ms: Expected to find element: [data-cy="Header-root"] [data-cy="CartTrigger-counter"], but never found it.
  • user should be able to add and remove products from wishlist:
    • CypressError: Timed out retrying after 60000ms: cy.wait() timed out waiting 60000ms for the 1st request to the route: gqlSignInAfterCreateMutation. No request ever occurred.

      https://on.cypress.io/wait

  • should display Default Store View and USD currency by default:
    • AssertionError: Timed out retrying after 30000ms: Expected to find element: [data-cy="Header-switchers"] [data-cy="StoreSwitcher-root"] [data-cy="StoreSwitcher-trigger"], but never found it.

    should display EUR currency by default if French Store View is selected:
    • AssertionError: Timed out retrying after 30000ms: Expected to find element: [data-cy="Header-switchers"] [data-cy="StoreSwitcher-root"] [data-cy="StoreSwitcher-trigger"], but never found it.

    should be able to place an order in French store:
    • AssertionError: Timed out retrying after 30000ms: Expected to find element: [data-cy="Header-switchers"] [data-cy="StoreSwitcher-root"] [data-cy="StoreSwitcher-trigger"], but never found it.

    should display French text and EUR currency accross app if French Store View is selected:
    • AssertionError: Timed out retrying after 30000ms: Expected to find element: [data-cy="Header-switchers"] [data-cy="StoreSwitcher-root"] [data-cy="StoreSwitcher-trigger"], but never found it.

    should show USD currency across app if it is selected inside French Store View:
    • AssertionError: Timed out retrying after 30000ms: Expected to find element: [data-cy="Header-switchers"] [data-cy="StoreSwitcher-root"] [data-cy="StoreSwitcher-trigger"], but never found it.
  • user should be able to remove products:
    • CypressError: Timed out retrying after 30000ms: cy.clear() failed because this element:

      <input aria-label="Item Quantity" data-cy="QuantityStepper-input" inputmode="numeric" min="1" pattern="[0-9]*" class="quantityStepper-input-RH8 textInput-input-cn- field-input-HW6 appearance-none bg-white border-2 border-solid border-input flex-textInput h-[2.5rem] inline-flex m-0 max-w-full rounded-input text-colorDefault text-colorDefault w-full focus_outline-none focus_shadow-inputFocus disabled_text-subtle text-center" id="e9e99b1c-09aa-4325-99bc-2cd5222928b1" name="quantity" value="1">

      is being covered by another element:

      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="icon-icon-Dp3">...</svg>

      Fix this problem, or use {force: true} to disable error checking.

      https://on.cypress.io/element-cannot-be-interacted-with

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 28db944

@glo82145 glo82145 added the version: Patch This changeset includes backwards compatible bug fixes. label Sep 26, 2024
@glo82145 glo82145 closed this Sep 26, 2024
@glo82145 glo82145 reopened this Sep 26, 2024
@pwa-studio-bot
Copy link
Collaborator

pwa-studio-bot commented Sep 26, 2024

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 (1280x1463). 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 (1280x1846). 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 (1280x7846). 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 (1280x6686). 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 (1280x1404). 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 (1280x2994). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/divider.spec.js/__diff_output__/Page-Builder-Divider-Page.diff.png
  • verify dynamic block content:
    • Error: Image size (1280x1564) different than saved snapshot size (1280x1404). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/dynamicBlock.spec.js/__diff_output__/Page-Builder-Dynamic-Block-Snapshot.diff.png
  • verify google map api load with content:
    • Error: Image size (1280x11380) different than saved snapshot size (1280x10130). 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 (1280x1404). 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 (1280x1404). 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 (1280x1404). 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 (1280x1404). 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 (1280x1404). 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 (1280x1404). 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 (1280x1404). 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 (1280x4828). 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 (1280x2678). 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 (1280x5282). 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 (1280x2380). 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 (1280x5510). 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 (1280x4398). 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 (1280x1454). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/slider.spec.js/__diff_output__/Slider-media-query-(Desktop).diff.png
  • verify banner content:
    • Error: Image size (1280x2004) different than saved snapshot size (1280x1882). 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 (1280x3872). 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 (1280x3872). 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 (1280x3312). 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 (1280x4932). 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 (1280x5580). 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 (1280x3320). 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 (1280x2801). 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 (1280x3401). 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 (1280x6700). 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 (1280x2624). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/banner.spec.js/__diff_output__/Banner-media-query-(Desktop).diff.png
  • verify block content:
    • Error: Image size (1280x5036) different than saved snapshot size (1280x5324). 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 (1280x3002). 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 (1280x3002). 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 (1280x3086). See diff for details: /venia-integration-tests/src/snapshots/snapshotTests/pageBuilder/block.spec.js/__diff_output__/Page-Builder-CMS-Page.diff.png
  • verify smoke test content:
    • Error: Image size (1280x7437) different than saved snapshot size (1280x7661). 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 (1280x3760). 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 (1280x3760). 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 tabs content:
    • Error: Image size (1280x13858) different than saved snapshot size (1280x26956). 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 (1280x1454). 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 (1280x5551). 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 (1280x4019). 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 (1280x11770). 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 (1280x8420). 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 (1280x5902). 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 (1280x4158). 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 (1280x6424). 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=1dD1dbrCyhSGXhRvL7d.0VqkPp5thpJT7uoQqeI7sdI-1727355015-1.0.1.1-fbTLe2T__jL6l2LsVR_3dq_LTmbC_CZd4niKs99VvzryEpprpY0eMjFy4WrHXBVR; _cfuvid=8d_sgGCY5CeckPyjwX83_Wn8C.ei8jbHmcqWXHktyWI-1727355015872-0.0.1.1-604800000",
      "accept-encoding": "gzip, deflate"
      }


      The response we got was:

      Status: 401 - Unauthorized
      Headers: {
      "date": "Thu, 26 Sep 2024 12:51:30 GMT",
      "content-type": "text/html;charset=UTF-8",
      "content-length": "5141",
      "connection": "keep-alive",
      "vary": "Accept-Encoding",
      "server": "cloudflare",
      "cf-ray": "8c9362c31d02dda4-IAD"
      }
      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 (1280x1454).
      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 28db944

@glo82145 glo82145 merged commit 578b61b into release/14.1.0 Sep 26, 2024
6 of 12 checks passed
glo82145 added a commit that referenced this pull request Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Progress: done version: Patch This changeset includes backwards compatible bug fixes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants