-
Notifications
You must be signed in to change notification settings - Fork 25
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
bug/url changes for events and webinars - PRESS0-1282 #1077
Conversation
bug/url changes for events and webinars - PRESS0-1282
created this PR to run all the tests #1076 |
1 failed and 1 flaky tests on run #8352 ↗︎
Details:
tests/cypress/integration/help.cy.js • 1 failed test
vendor/newfold-labs/wp-module-ecommerce/tests/cypress/integration/Home/commerceHomePage.cy.js • 1 flaky test
Review all test suite changes for PR #1077 ↗︎ |
2 failed and 1 flaky tests on run #8429 ↗︎
Details:
Site-Capabilities/siteCapabilities.cy.js • 1 failed test
Store/storePage.cy.js • 1 failed test
vendor/newfold-labs/wp-module-ecommerce/tests/cypress/integration/Home/commerceHomePage.cy.js • 1 flaky test
Review all test suite changes for PR #1077 ↗︎ |
I think ideally we leave those utm query parameters in the url. |
updated with utm query params |
@ramyakrishnai Can you resolve the conflicts please? |
* develop: (25 commits) remove unused icon for route update performance and patterns modules to 2.0.0 releases update help and staging modules to 2.0 releases only show help center toggle on settings if not locked use error state and eslint cleanup composer updates to require branches as versions copy updates for new toggles and clean up admin page Update lock file Update Onboarding to 2.3.2 add app admin page with feature toggles add feature toggles to settings page for help center and wonder blocks update atomic, context, features modules update feature module update feature module add atomic module update features module update features module to 1.1.1 lint load required files in modules properly update to released version of features module ... # Conflicts: # composer.lock
tests/cypress/integration/help.cy.js
Outdated
@@ -26,7 +26,7 @@ describe( 'Help Page', function () { | |||
} ); | |||
|
|||
it( 'Is Accessible', () => { | |||
cy.checkA11y( '.wppbh-app-body' ); | |||
cy.checkA11y( '.wppbh-app-body' , {timeout : 20000 }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ramyakrishnai Why do we have a 20sec delay? I'm not sure it's needed and it'll slow down our matrix runs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test case was failing even after having the id tag in Dom so added delay.
Proposed changes
Update "Events and Webinars" from the redirecting to a 404 page. Instead take the end customer to;
https://www.bluehost.com/blog/events/
story : https://jira.newfold.com/browse/PRESS0-1282
Type of Change
Checklist
Further comments