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

Hotfix - update the data module to version 2.3.4 #427

Merged
merged 2 commits into from
May 15, 2023
Merged

Hotfix - update the data module to version 2.3.4 #427

merged 2 commits into from
May 15, 2023

Conversation

wpscholar
Copy link
Member

Proposed changes

Update data module to version 2.3.4 to fix fatal error on specific PHP versions when a specific cron task is run.

Type of Change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

@wpscholar wpscholar added the bug Something isn't working label May 15, 2023
@wpscholar wpscholar requested a review from circlecube May 15, 2023 18:55
@wpscholar wpscholar self-assigned this May 15, 2023
@replay-io
Copy link

replay-io bot commented May 15, 2023

3 replays were recorded for eb2d928.

image 3 Failed
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/steps/ecommerce/address.cy.js
    1. Check Drawer Activity
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-inner>' to be 'visible'
    2. Check to make sure sidebar opens, content is in place and close sidebar
    3. Checks if Heading and Subheading are present
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
    4. Checks if all the inputs are enabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `select[name="country"]`, but never found it.
    5. Checks if there are the correct number of countries
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `select[name="country"]`, but never found it.
    6. Populates the correct number of states for a country
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `select[name="country"]`, but never found it.
    7. Checks if there are the correct number of currencies
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `select[name="woocommerce_currency"]`, but never found it.
    8. Checks existence of Need Help Tag
    9. Checks existence of Need Help URL
    10. Checks if Continue Setup exists and is enabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
    11. Goes to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/steps/ecommerce/products.cy.js
    1. Check Drawer Activity
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-inner>' to be 'visible'
    2. Check to make sure sidebar opens, content is in place and close sidebar
    3. Checks if Heading and Subheading are present
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
    4. Checks if there are the correct number of product checkboxes.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-product-step-options`, but never found it.
    5. Checks if there are the correct number of product count radio controls.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.step-product-numbers`, but never found it.
    6. Checks if all the product checkboxes are enabled.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-product-step-options`, but never found it.
    7. Checks if all the product count radio controls are enabled and checked.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
    8. Checks if all the product checkboxes can be checked.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-checkbox-control__input-container`, but never found it.
    9. Checks existence of Need Help Tag.
    10. Checks existence of Need Help URL.
    11. Goes to next step on Continue Setup.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
  • tests/cypress/integration/z-newfold-labs/wp-module-onboarding/steps/ecommerce/tax-info.cy.js
    1. Check Drawer Activity
      AssertionError: Timed out retrying after 4000ms: expected '<div.nfd-onboarding-drawer__panel-inner>' to be 'visible'
    2. Check to make sure sidebar opens, content is in place and close sidebar
    3. Checks if Heading and Subheading are present.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
    4. Checks if Continue Setup is disabled.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
    5. Checks if there are the correct number of tax preference radio controls.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
    6. Checks if all the tax preference radio control buttons are enabled and clickable.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[type="radio"]`, but never found it.
    7. Checks existence of Need Help Tag.
    8. Checks existence of Need Help URL.
    9. Goes to the next step on clicking navigation Next.
image 0 Passed

View test run on Replay ↗︎

@wpscholar wpscholar merged commit de4d2fc into master May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants