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/3.2.0 #654

Merged
merged 32 commits into from
Sep 13, 2023
Merged

Release/3.2.0 #654

merged 32 commits into from
Sep 13, 2023

Conversation

circlecube
Copy link
Member

Proposed changes

Prepping for the 3.2.0 plugin release.

This release updates the following modules:

  • coming soon from 1.1.8 to 1.1.9 - minor test updates
  • ecommerce from 1.2.0 to 1.2.2 - updated translations and other minor fixes
  • onboarding from 1.10.2 to 1.10.3 - updated translations, migrate cypress tests into the module (and out of the plugin) and other minor fixes
  • performance from 1.1.1 to 1.2.1 - migrating to module-based components and tests, add ads.txt to rewrite exclusions

It also includes:

  • An update for a yoast default setting
  • Fixes a fatal error fix/compatibility issue seen with a limited number of other plugins
  • Various other updates related to migrating cypress tests to modules.

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

avneet-raj and others added 24 commits August 22, 2023 19:13
All the onboarding cypress tests has now being migrated to wp-module-onboarding. So, removing the existing onboarding cypress tests on plugin level and updating the Cypress config file with the updated paths.
…s-double-loaded

load `Data.php` via `include_once` in `add_to_runtinme`
also removes legacy/redundant files from plugin
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…s-Tests-to-Module-repo

Removing the onboarding cypress tests from plugin
Removing Onboarding Cypress Tests from Plugin
* develop:
  Update onboarding version
  remove customerData support
  remove all the existing onboarding steps
  load `Data.php` via `include_once` in `add_to_runtinme`
  Removing the onboarding cypress tests

# Conflicts:
#	composer.lock
…op/actions/checkout-4

GitHub Actions(deps): Bump actions/checkout from 3 to 4
* develop:
  GitHub Actions(deps): Bump actions/checkout from 3 to 4
@circlecube circlecube self-assigned this Sep 11, 2023
@replay-io
Copy link

replay-io bot commented Sep 12, 2023

php-7.4, wp-6.1

7 replays were recorded for 858c533.

image 7 Failed
  • tests/cypress/integration/help.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Phone Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-phone`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:16:5)
    3. Chat Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-chat`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:22:5)
    4. Tweet Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-twitter`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:28:5)
    5. Youtube Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-youtube`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:34:5)
    6. Online Support Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-kb`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:40:5)
    7. Resources Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-resources`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:46:5)
    8. Events Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-events`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:52:5)
    9. Website Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-website`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:58:5)
  • tests/cypress/integration/home.cy.js
    1. Site Info Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-site-info`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:13:4)
    2. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    3. Welcome Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:25:4)
    4. Additional Features Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:32:4)
    5. Account Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:39:4)
    6. Help Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:46:4)
  • tests/cypress/integration/navigation.cy.js
    1. Logo Links to home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-logo-wrap`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:12:5)
    2. Admin Subnav properly highlights
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#adminmenu #toplevel_page_bluehost`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:20:4)
    3. Main nav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:31:3)
    4. Subnav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:69:4)
    5. Utility nav links properly navigates
    6. Mobile nav links dispaly for mobile
    7. Mobile nav links properly navigates
  • tests/cypress/integration/settings.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Coming Soon
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-coming-soon`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:18:4)
    3. Has Auto Updates Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-update`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:25:4)
    4. Has Content Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-content`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:32:4)
    5. Has Comments Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-comments`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:39:4)
    6. On load update all is checked, which forces other updates to check and disabled state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:45:46)
    7. Disable ALL toggle, leaves everything checked, but enables them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:52:5)
    8. Core toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:64:47)
    9. Plugins toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-plugins-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:75:50)
    10. Themes toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-themes-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:86:49)
    11. All toggle activates all
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:97:5)
    12. Disabling All toggle returns to previous state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:106:5)
    13. All Toggle takes over again when all are enabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:118:5)
    14. Content Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="content-revisions-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:129:5)
    15. Comment Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="comments-per-page-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:191:5)
  • tests/cypress/integration/version-check.cy.js
    1. Is running the correct WP version
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-core`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:12:5)
    2. Is running the correct PHP versions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-server`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:19:5)
  • vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js
    1. Coming Soon Toggle Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:17:5)
    2. Displays Coming Soon in Site Status Admin Toolbar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:55:5)
    3. Has Coming Soon Section on Home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-home .nfd-app-section-content`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:66:5)
    4. Displays admin coming soon notice
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.notice-warning`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:83:5)
    5. Displays Coming Soon on Frontend
    6. Launching launches site
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="coming-soon-toggle"]`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:98:43)
  • vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-cache-settings`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:18:5)
    3. Has Clear Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-clear-cache`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:24:5)
    4. Clear Cache Disabled when Cache is Disabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `input[type="radio"]#cache-level-0`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:31:5)
    5. Clear Cache Button Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.clear-cache-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:52:5)
image 0 Passed

View test run on Replay ↗︎

php-8.0, wp-6.1

7 replays were recorded for 858c533.

image 7 Failed
  • tests/cypress/integration/help.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Phone Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-phone`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:16:5)
    3. Chat Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-chat`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:22:5)
    4. Tweet Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-twitter`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:28:5)
    5. Youtube Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-youtube`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:34:5)
    6. Online Support Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-kb`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:40:5)
    7. Resources Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-resources`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:46:5)
    8. Events Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-events`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:52:5)
    9. Website Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-website`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:58:5)
  • tests/cypress/integration/home.cy.js
    1. Site Info Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-site-info`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:13:4)
    2. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    3. Welcome Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:25:4)
    4. Additional Features Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:32:4)
    5. Account Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:39:4)
    6. Help Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:46:4)
  • tests/cypress/integration/navigation.cy.js
    1. Logo Links to home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-logo-wrap`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:12:5)
    2. Admin Subnav properly highlights
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#adminmenu #toplevel_page_bluehost`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:20:4)
    3. Main nav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:31:3)
    4. Subnav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:69:4)
    5. Utility nav links properly navigates
    6. Mobile nav links dispaly for mobile
    7. Mobile nav links properly navigates
  • tests/cypress/integration/settings.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Coming Soon
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-coming-soon`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:18:4)
    3. Has Auto Updates Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-update`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:25:4)
    4. Has Content Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-content`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:32:4)
    5. Has Comments Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-comments`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:39:4)
    6. On load update all is checked, which forces other updates to check and disabled state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:45:46)
    7. Disable ALL toggle, leaves everything checked, but enables them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:52:5)
    8. Core toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:64:47)
    9. Plugins toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-plugins-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:75:50)
    10. Themes toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-themes-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:86:49)
    11. All toggle activates all
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:97:5)
    12. Disabling All toggle returns to previous state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:106:5)
    13. All Toggle takes over again when all are enabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:118:5)
    14. Content Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="content-revisions-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:129:5)
    15. Comment Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="comments-per-page-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:191:5)
  • tests/cypress/integration/version-check.cy.js
    1. Is running the correct WP version
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-core`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:12:5)
    2. Is running the correct PHP versions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-server`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:19:5)
  • vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js
    1. Coming Soon Toggle Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:17:5)
    2. Displays Coming Soon in Site Status Admin Toolbar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:55:5)
    3. Has Coming Soon Section on Home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-home .nfd-app-section-content`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:66:5)
    4. Displays admin coming soon notice
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.notice-warning`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:83:5)
    5. Displays Coming Soon on Frontend
    6. Launching launches site
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="coming-soon-toggle"]`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:98:43)
  • vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-cache-settings`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:18:5)
    3. Has Clear Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-clear-cache`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:24:5)
    4. Clear Cache Disabled when Cache is Disabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `input[type="radio"]#cache-level-0`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:31:5)
    5. Clear Cache Button Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.clear-cache-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:52:5)
image 0 Passed

View test run on Replay ↗︎

php-8.0, wp-6.2

25 replays were recorded for 858c533.

image 25 Failed
  • tests/cypress/integration/help.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Phone Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-phone`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:16:5)
    3. Chat Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-chat`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:22:5)
    4. Tweet Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-twitter`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:28:5)
    5. Youtube Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-youtube`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:34:5)
    6. Online Support Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-kb`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:40:5)
    7. Resources Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-resources`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:46:5)
    8. Events Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-events`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:52:5)
    9. Website Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-website`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:58:5)
  • tests/cypress/integration/home.cy.js
    1. Site Info Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-site-info`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:13:4)
    2. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    3. Welcome Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:25:4)
    4. Additional Features Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:32:4)
    5. Account Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:39:4)
    6. Help Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:46:4)
  • tests/cypress/integration/navigation.cy.js
    1. Logo Links to home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-logo-wrap`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:12:5)
    2. Admin Subnav properly highlights
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#adminmenu #toplevel_page_bluehost`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:20:4)
    3. Main nav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:31:3)
    4. Subnav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:69:4)
    5. Utility nav links properly navigates
    6. Mobile nav links dispaly for mobile
    7. Mobile nav links properly navigates
  • tests/cypress/integration/settings.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Coming Soon
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-coming-soon`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:18:4)
    3. Has Auto Updates Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-update`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:25:4)
    4. Has Content Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-content`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:32:4)
    5. Has Comments Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-comments`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:39:4)
    6. On load update all is checked, which forces other updates to check and disabled state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:45:46)
    7. Disable ALL toggle, leaves everything checked, but enables them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:52:5)
    8. Core toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:64:47)
    9. Plugins toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-plugins-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:75:50)
    10. Themes toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-themes-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:86:49)
    11. All toggle activates all
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:97:5)
    12. Disabling All toggle returns to previous state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:106:5)
    13. All Toggle takes over again when all are enabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:118:5)
    14. Content Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="content-revisions-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:129:5)
    15. Comment Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="comments-per-page-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:191:5)
  • tests/cypress/integration/version-check.cy.js
    1. Is running the correct WP version
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-core`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:12:5)
    2. Is running the correct PHP versions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-server`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:19:5)
  • vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js
    1. Coming Soon Toggle Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:17:5)
    2. Displays Coming Soon in Site Status Admin Toolbar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:55:5)
    3. Has Coming Soon Section on Home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-home .nfd-app-section-content`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:66:5)
    4. Displays admin coming soon notice
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.notice-warning`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:83:5)
    5. Displays Coming Soon on Frontend
    6. Launching launches site
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="coming-soon-toggle"]`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:98:43)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js
    1. Has bluehost CSS when mm_brand does not exist.
      AssertionError: Timed out retrying after 4000ms: expected '<body#error-page>' to have class 'nfd-brand-bluehost'
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js:14:19)
    2. Has default WordPress styles when mm_brand has an empty value
      AssertionError: Timed out retrying after 4000ms: expected '<body#error-page>' to have class 'nfd-brand-wordpress'
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js:27:19)
    3. Has brand specific CSS for bluehost
      AssertionError: Timed out retrying after 4000ms: expected '<body#error-page>' to have class 'nfd-brand-bluehost'
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js:37:19)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js
    1. Check Drawer Activity
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:29:19)
    3. Check if whatnext card is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.whatnext-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:36:29)
    4. Hovering over overview tab panel and asserting the tab data
      AssertionError: Timed out retrying after 4000ms: Expected to find content: 'WHATS NEXT' within the selector: 'button' but never did.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:40:5)
    5. Check if main heading and sub heading shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:58:29)
    6. Check navigation back is not visible
    7. Check if complete setup button is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Complete Setup' within the selector: 'button' but never did.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:66:44)
    8. Check Finish button is visible and finish the setup
      AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Finish' within the selector: 'button' but never did.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:70:36)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at DrawerClose (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:20:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:31:14)
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:36:19)
    4. Check if Header has text `website` in it
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:44:4)
    5. Enter a Title and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(1) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:51:16)
    6. Enter a Desc and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(2) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:67:15)
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(7) > .social-form__label > .social-form__label_name`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:82:4)
    8. Check if Social Media URL checks are done
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#twitter`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:100:25)
    9. Check if Image gets Uploaded
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.image-uploader_window-reset-btn`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:142:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:19:22)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:24:3)
    3. Check if Headers Load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:33:30)
    4. Check if `site` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:38:4)
    5. Check if Radio Options load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:44:4)
    6. Check if Continue Setup Button is Disabled when none of the options are checked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:50:31)
    7. Checks if all the Radio Buttons are Enabled and Highlighted when clicked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:57:17)
    8. Checks if Continue Setup Button is Enabled after the Radio Button is Checked.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[type=radio]:checked`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:69:35)
    9. Navigation Buttons Landing on expected pages
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:80:5)
    10. Check Need Help Tag and Hire Experts URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:90:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-tab-panel__tabs > button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:22:17)
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:49:22)
    5. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:53:19)
    6. Check if welcome card is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.welcome-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:60:28)
    7. Check if main heading and sub heading shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:64:29)
    8. Check for brandname in sub heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-subheading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:68:40)
    9. Check if `website` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:73:4)
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:82:5)
    12. Check Exit to Wordpress button is visible and clickable and exit flow
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js
    1. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:20:25)
    2. Check if Header has text `site` in it
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:25:4)
    3. Check Drawer Activity
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:39:19)
    5. Check if Site Features list exists and select them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.checkbox-item `, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:48:17)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:24:30)
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:28:19)
    4. Check different Categories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:37:22)
    5. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:51:22)
    6. Check selecting Category resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category-wrapper span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:66:5)
    7. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:74:5)
    8. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:80:42)
    9. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:84:5)
    10. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:93:5)
    11. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:102:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:24:30)
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:28:19)
    4. Check different categories exist using `<` and `>`
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-setup-secondary-categories`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:35:46)
    5. Check different subCategories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:51:22)
    6. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:65:22)
    7. Check selecting subCategory resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:80:5)
    8. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:91:5)
    9. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:97:42)
    10. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:101:5)
    11. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:110:5)
    12. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:119:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:19:25)
    3. Check if different cards are present
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.selectable_cards`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:23:32)
    4. Check existence of Skip this Step button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-button.skip-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:27:45)
    5. Click on different cards and move on to next page
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-surface.components-card.nfd-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:33:17)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js
    1. Check Drawer Activity
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__panel-inner`, but never found it.
          at DrawerActivityForMenu (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:36:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:27:3)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:34:19)
    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.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:41:29)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:46:4)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:80:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:86:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:93:5)
    8. Checks existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:99:5)
    9. Checks existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:105:42)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:109:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:116:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:27:25)
    3. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:32:4)
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:37:19)
    5. Enter a Title and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(1) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:46:16)
    6. Enter a Desc and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(2) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:62:15)
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(7) > .social-form__label > .social-form__label_name`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:77:4)
    8. Check if Social Media URL checks are done
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#twitter`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:95:25)
    9. Check if Image gets Uploaded
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.image-uploader_window-reset-btn`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:137:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:19:22)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:24:3)
    3. Check if Headers Load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:33:30)
    4. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:38:4)
    5. Check if Radio Options load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:44:4)
    6. Check if Continue Setup Button is Disabled when none of the options are checked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:50:31)
    7. Checks if all the Radio Buttons are Enabled and Highlighted when clicked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:57:17)
    8. Checks if Continue Setup Button is Enabled after the Radio Button is Checked.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[type=radio]:checked`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:69:35)
    9. Navigation Buttons Landing on expected pages
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:80:5)
    10. Check Need Help Tag and Hire Experts URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:90:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-tab-panel__tabs > button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:22:17)
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:49:22)
    5. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:53:19)
    6. Check if welcome card is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.welcome-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:60:28)
    7. Check if main heading and sub heading shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:64:29)
    8. Check for brandname in sub heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-subheading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:70:40)
    9. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:75:4)
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:84:5)
    12. Check Exit to Wordpress button is visible and clickable and exit flow
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js
    1. Check Drawer Activity
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at DrawerOpen (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:13:4)
          at DrawerActivityForMenu (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:34:2)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:21:3)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:29:19)
    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.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:36:29)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:40:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:46:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:52:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:62:17)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:76:17)
    9. Checks existence of Need Help Tag.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:91:5)
    10. Checks existence of Need Help URL.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:97:42)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:101:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js
    1. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js:20:25)
    2. Check Drawer Activity
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js:33:19)
    4. Check if Site Features list exists and select them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.checkbox-item `, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js:42:17)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:24:30)
    3. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:29:4)
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:34:19)
    5. Check if Business category is pre-selected
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.chosenPrimaryCategory`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:41:5)
    6. Check different Categories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:49:22)
    7. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:63:22)
    8. Check selecting Category resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category-wrapper span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:78:5)
    9. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:86:5)
    10. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:92:42)
    11. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:96:5)
    12. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:105:5)
    13. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:114:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:24:30)
    3. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:29:4)
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:34:19)
    5. Check selected category is visible and selected
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.category-scrolling-wrapper`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:41:42)
    6. Check different subCategories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:51:22)
    7. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:65:22)
    8. Check selecting subCategory resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:80:5)
    9. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:91:5)
    10. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:97:42)
    11. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:101:5)
    12. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:110:5)
    13. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:119:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js
    1. Open sidebar and close with X
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:11:5)
    2. Open sidebar and close with `i`
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:20:5)
    3. Navigate pages and check if sidebar is open
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:31:5)
    4. Navigate pages and check if sidebar is closed
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:41:5)
  • vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-cache-settings`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:18:5)
    3. Has Clear Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-clear-cache`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:24:5)
    4. Clear Cache Disabled when Cache is Disabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `input[type="radio"]#cache-level-0`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:31:5)
    5. Clear Cache Button Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.clear-cache-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:52:5)
image 0 Passed

View test run on Replay ↗︎

php-8.0, wp-6.3

25 replays were recorded for 858c533.

image 25 Failed
  • tests/cypress/integration/help.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Phone Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-phone`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:16:5)
    3. Chat Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-chat`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:22:5)
    4. Tweet Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-twitter`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:28:5)
    5. Youtube Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-youtube`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:34:5)
    6. Online Support Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-kb`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:40:5)
    7. Resources Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-resources`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:46:5)
    8. Events Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-events`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:52:5)
    9. Website Card Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.card-help-website`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/help.cy.js:58:5)
  • tests/cypress/integration/home.cy.js
    1. Site Info Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-site-info`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:13:4)
    2. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    3. Welcome Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:25:4)
    4. Additional Features Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-app-section-container`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:32:4)
    5. Account Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:39:4)
    6. Help Section Exists
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-account-help-section`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/home.cy.js:46:4)
  • tests/cypress/integration/navigation.cy.js
    1. Logo Links to home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-logo-wrap`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:12:5)
    2. Admin Subnav properly highlights
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#adminmenu #toplevel_page_bluehost`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:20:4)
    3. Main nav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:31:3)
    4. Subnav links properly navigates
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-navitem-Marketplace`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/navigation.cy.js:69:4)
    5. Utility nav links properly navigates
    6. Mobile nav links dispaly for mobile
    7. Mobile nav links properly navigates
  • tests/cypress/integration/settings.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Coming Soon
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-coming-soon`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:18:4)
    3. Has Auto Updates Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-update`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:25:4)
    4. Has Content Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-content`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:32:4)
    5. Has Comments Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-app-settings-comments`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:39:4)
    6. On load update all is checked, which forces other updates to check and disabled state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:45:46)
    7. Disable ALL toggle, leaves everything checked, but enables them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:52:5)
    8. Core toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:64:47)
    9. Plugins toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-plugins-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:75:50)
    10. Themes toggle works
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-themes-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:86:49)
    11. All toggle activates all
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:97:5)
    12. Disabling All toggle returns to previous state
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-all-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:106:5)
    13. All Toggle takes over again when all are enabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="autoupdate-core-toggle"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:118:5)
    14. Content Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="content-revisions-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:129:5)
    15. Comment Settings Work
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="comments-per-page-select"]`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/settings.cy.js:191:5)
  • tests/cypress/integration/version-check.cy.js
    1. Is running the correct WP version
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-core`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:12:5)
    2. Is running the correct PHP versions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#health-check-accordion-block-wp-server`, but never found it.
          at Context.eval (webpack:///./tests/cypress/integration/version-check.cy.js:19:5)
  • vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js
    1. Coming Soon Toggle Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:17:5)
    2. Displays Coming Soon in Site Status Admin Toolbar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#wp-toolbar #wp-admin-bar-site-status`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:55:5)
    3. Has Coming Soon Section on Home
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.wppbh-home .nfd-app-section-content`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:66:5)
    4. Displays admin coming soon notice
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.notice-warning`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:83:5)
    5. Displays Coming Soon on Frontend
    6. Launching launches site
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[data-id="coming-soon-toggle"]`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-coming-soon/tests/cypress/integration/coming-soon.cy.js:98:43)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js
    1. Has bluehost CSS when mm_brand does not exist.
      AssertionError: Timed out retrying after 4000ms: expected '<body#error-page>' to have class 'nfd-brand-bluehost'
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js:14:19)
    2. Has default WordPress styles when mm_brand has an empty value
      AssertionError: Timed out retrying after 4000ms: expected '<body#error-page>' to have class 'nfd-brand-wordpress'
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js:27:19)
    3. Has brand specific CSS for bluehost
      AssertionError: Timed out retrying after 4000ms: expected '<body#error-page>' to have class 'nfd-brand-bluehost'
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/branding.cy.js:37:19)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js
    1. Check Drawer Activity
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:29:19)
    3. Check if whatnext card is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.whatnext-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:36:29)
    4. Hovering over overview tab panel and asserting the tab data
      AssertionError: Timed out retrying after 4000ms: Expected to find content: 'WHATS NEXT' within the selector: 'button' but never did.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:40:5)
    5. Check if main heading and sub heading shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:58:29)
    6. Check navigation back is not visible
    7. Check if complete setup button is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Complete Setup' within the selector: 'button' but never did.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:66:44)
    8. Check Finish button is visible and finish the setup
      AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Finish' within the selector: 'button' but never did.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/1-Initial-steps/whats-next.cy.js:70:36)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at DrawerClose (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:20:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:31:14)
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:36:19)
    4. Check if Header has text `website` in it
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:44:4)
    5. Enter a Title and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(1) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:51:16)
    6. Enter a Desc and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(2) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:67:15)
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(7) > .social-form__label > .social-form__label_name`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:82:4)
    8. Check if Social Media URL checks are done
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#twitter`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:100:25)
    9. Check if Image gets Uploaded
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.image-uploader_window-reset-btn`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/basic-info.cy.js:142:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:19:22)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:24:3)
    3. Check if Headers Load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:33:30)
    4. Check if `site` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:38:4)
    5. Check if Radio Options load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:44:4)
    6. Check if Continue Setup Button is Disabled when none of the options are checked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:50:31)
    7. Checks if all the Radio Buttons are Enabled and Highlighted when clicked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:57:17)
    8. Checks if Continue Setup Button is Enabled after the Radio Button is Checked.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[type=radio]:checked`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:69:35)
    9. Navigation Buttons Landing on expected pages
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:80:5)
    10. Check Need Help Tag and Hire Experts URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-experience.cy.js:90:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-tab-panel__tabs > button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:22:17)
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:49:22)
    5. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:53:19)
    6. Check if welcome card is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.welcome-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:60:28)
    7. Check if main heading and sub heading shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:64:29)
    8. Check for brandname in sub heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-subheading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:68:40)
    9. Check if `website` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:73:4)
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/get-started-welcome.cy.js:82:5)
    12. Check Exit to Wordpress button is visible and clickable and exit flow
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js
    1. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:20:25)
    2. Check if Header has text `site` in it
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:25:4)
    3. Check Drawer Activity
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:39:19)
    5. Check if Site Features list exists and select them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.checkbox-item `, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/site-features.cy.js:48:17)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:24:30)
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:28:19)
    4. Check different Categories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:37:22)
    5. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:51:22)
    6. Check selecting Category resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category-wrapper span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:66:5)
    7. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:74:5)
    8. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:80:42)
    9. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:84:5)
    10. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:93:5)
    11. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-primary.cy.js:102:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:24:30)
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:28:19)
    4. Check different categories exist using `<` and `>`
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-setup-secondary-categories`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:35:46)
    5. Check different subCategories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:51:22)
    6. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:65:22)
    7. Check selecting subCategory resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:80:5)
    8. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:91:5)
    9. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:97:42)
    10. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:101:5)
    11. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:110:5)
    12. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/sitetype-secondary.cy.js:119:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:19:25)
    3. Check if different cards are present
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.selectable_cards`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:23:32)
    4. Check existence of Skip this Step button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-button.skip-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:27:45)
    5. Click on different cards and move on to next page
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-surface.components-card.nfd-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/2-general-onboarding-flow/top-priority.cy.js:33:17)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js
    1. Check Drawer Activity
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__panel-inner`, but never found it.
          at DrawerActivityForMenu (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:36:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:27:3)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:34:19)
    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.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:41:29)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:46:4)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:80:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:86:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:93:5)
    8. Checks existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:99:5)
    9. Checks existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:105:42)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:109:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/address.cy.js:116:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js
    1. Check Drawer Activity
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:27:25)
    3. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:32:4)
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:37:19)
    5. Enter a Title and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(1) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:46:16)
    6. Enter a Desc and then Check if it reflects elsewhere
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(2) > label > .nfd-input__field`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:62:15)
    7. Check if Social Media Accordion Toggles
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `:nth-child(7) > .social-form__label > .social-form__label_name`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:77:4)
    8. Check if Social Media URL checks are done
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `#twitter`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:95:25)
    9. Check if Image gets Uploaded
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.image-uploader_window-reset-btn`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/basic-info.cy.js:137:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:19:22)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:24:3)
    3. Check if Headers Load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:33:30)
    4. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:38:4)
    5. Check if Radio Options load
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:44:4)
    6. Check if Continue Setup Button is Disabled when none of the options are checked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:50:31)
    7. Checks if all the Radio Buttons are Enabled and Highlighted when clicked
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-radio-control__option`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:57:17)
    8. Checks if Continue Setup Button is Enabled after the Radio Button is Checked.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `[type=radio]:checked`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:69:35)
    9. Navigation Buttons Landing on expected pages
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:80:5)
    10. Check Need Help Tag and Hire Experts URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-experience.cy.js:90:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js
    1. Change tab and check
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.components-tab-panel__tabs > button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:22:17)
    2. Check Exit to Wordpress button is visible and clickable and continue flow
    3. Check Exit to Wordpress button is visible and clickable and cancel
    4. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:49:22)
    5. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:53:19)
    6. Check if welcome card is visible
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.welcome-card`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:60:28)
    7. Check if main heading and sub heading shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:64:29)
    8. Check for brandname in sub heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-subheading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:70:40)
    9. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:75:4)
    10. Check navigation back is not visible
    11. Check if next step loads on clicking navigation next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/get-started-welcome.cy.js:84:5)
    12. Check Exit to Wordpress button is visible and clickable and exit flow
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js
    1. Check Drawer Activity
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at DrawerOpen (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:13:4)
          at DrawerActivityForMenu (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:34:2)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:21:3)
    2. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:29:19)
    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.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:36:29)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:40:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:46:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:52:5)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:62:17)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:76:17)
    9. Checks existence of Need Help Tag.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:91:5)
    10. Checks existence of Need Help URL.
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:97:42)
    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.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/products.cy.js:101:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js
    1. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-main-heading__title`, but never found it.
          at CheckHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:14:38)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js:20:25)
    2. Check Drawer Activity
    3. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js:33:19)
    4. Check if Site Features list exists and select them
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.checkbox-item `, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/site-features.cy.js:42:17)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:24:30)
    3. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:29:4)
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:34:19)
    5. Check if Business category is pre-selected
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.chosenPrimaryCategory`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:41:5)
    6. Check different Categories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:49:22)
    7. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:63:22)
    8. Check selecting Category resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-pri-category-wrapper span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:78:5)
    9. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:86:5)
    10. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:92:42)
    11. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:96:5)
    12. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:105:5)
    13. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-primary.cy.js:114:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js
    1. Check if the Suppressed Drawer does not open on clicking Toggle Button
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-drawer__toggle-button`, but never found it.
          at CheckDrawerDisabled (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/drawer.cy.js:4:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:20:22)
    2. Check if Header and Subheader shows up
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at CheckCardHeadingSubheading (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/header.cy.js:4:36)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:24:30)
    3. Check if `store` appears in heading
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-step-card-heading`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:29:4)
    4. Check to make sure sidebar opens, content is in place and close sidebar
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at CheckIntroPanel (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/wp-module-support/sidebar.cy.js:5:4)
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:34:19)
    5. Check selected category is visible and selected
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.category-scrolling-wrapper`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:41:42)
    6. Check different subCategories exist and is selectable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:51:22)
    7. Check if input box exists and is editable
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:65:22)
    8. Check selecting subCategory resets input box
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.subCategoriesSection span`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:80:5)
    9. Check existence of Need Help Tag
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:91:5)
    10. Check existence of Need Help URL
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-card-need-help-tag > a`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:97:42)
    11. Go to the next step on clicking navigation Next
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_next`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:101:5)
    12. Go to the previous step on clicking navigation Back
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.navigation-buttons_back`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:110:5)
    13. Go to next step on Continue Setup
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-nav-card-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/3-ecommerce-onboarding-flow/sitetype-secondary.cy.js:119:5)
  • vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js
    1. Open sidebar and close with X
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:11:5)
    2. Open sidebar and close with `i`
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:20:5)
    3. Navigate pages and check if sidebar is open
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:31:5)
    4. Navigate pages and check if sidebar is closed
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.nfd-onboarding-header__end > .components-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-onboarding/tests/cypress/integration/sidebar.cy.js:41:5)
  • vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js
    1. Is Accessible
      Error: No elements found for include in page Context
          at new L1 (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at Object.Tg [as _runRules] (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
          at axe.run (http://localhost:8882/__cypress/tests?p=tests/cypress/support/index.js)
    2. Has Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-cache-settings`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:18:5)
    3. Has Clear Cache Settings
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.newfold-clear-cache`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:24:5)
    4. Clear Cache Disabled when Cache is Disabled
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `input[type="radio"]#cache-level-0`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:31:5)
    5. Clear Cache Button Functions
      AssertionError: Timed out retrying after 4000ms: Expected to find element: `.clear-cache-button`, but never found it.
          at Context.eval (webpack:///./vendor/newfold-labs/wp-module-performance/tests/cypress/integration/performance.cy.js:52:5)
image 0 Passed

View test run on Replay ↗︎

circlecube and others added 5 commits September 12, 2023 18:36
Merge branch 'develop' into release/3.2.0

* develop:
  changes
  Payments not showing in navigation

# Conflicts:
#	composer.json
#	composer.lock
#	package-lock.json
@circlecube
Copy link
Member Author

#657 had merge conflicts so I manually bumped e-commerce to 1.2.3 here. Once the tests all pass, I get this merged and tag the release, I'll close that one out.

@circlecube
Copy link
Member Author

Tests all look good. Only one failed and it was the We detected that the Chromium Renderer process just crashed. so I'll disregard it and proceed with the release.

@circlecube circlecube merged commit 6a339d8 into main Sep 13, 2023
22 of 23 checks passed
@circlecube circlecube deleted the release/3.2.0 branch September 13, 2023 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants