Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

add bluehost brand to replay cypress test tag #430

Merged
merged 1 commit into from
May 24, 2023

Conversation

circlecube
Copy link
Member

Proposed changes

Add a tag to replay to distinguish by brand.

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)

Checklist

  • I have read the CONTRIBUTING doc
  • Linting and tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

@circlecube circlecube requested a review from wpscholar May 18, 2023 20:31
@circlecube circlecube self-assigned this May 18, 2023
@replay-io
Copy link

replay-io bot commented May 18, 2023

3 replays were recorded for f132527.

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 31b2220 into master May 24, 2023
@wpscholar wpscholar deleted the feature/cypress-brand-tag branch May 24, 2023 16:37
@circlecube circlecube restored the feature/cypress-brand-tag branch May 30, 2023 22:12
@circlecube circlecube deleted the feature/cypress-brand-tag branch June 7, 2023 21:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants