-
Notifications
You must be signed in to change notification settings - Fork 156
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
Continue migrating E2E tests to Cypress. #1070
Conversation
eaa9e8a
to
cc2964f
Compare
f138e78
to
8ca7479
Compare
9153f1d
to
b0c83a2
Compare
@@ -17,6 +17,7 @@ body.dt-linked-post { | |||
cursor: default; | |||
} | |||
|
|||
.edit-post-welcome-guide, |
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.
This change is to allow cy.closeWelcomeGuide();
to run by re-enabling pointer events on the modal. Without them, Cypress declines to click on the element because it's unclickable.
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.
Thanks a lot for the great work and efforts here @peterwilsoncc. LGTM!! 🚀
// This test is temporarily disabled due to failures in GitHub actions that are not reproducible locally. | ||
// On GitHub the success message expected within the cy.distributorPushPost command is not found as the | ||
// distribution fails with an undefined error. |
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.
Should we open an issue for this to tackle in the future?
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.
I've logged #1076 for follow up.
Description of the Change
Continue with migration of E2E tests from WPA to Cypress.
Closes #1038
How to test the Change
Changelog Entry
Credits
Props @peterwilsoncc
Checklist: