-
Notifications
You must be signed in to change notification settings - Fork 16
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
Extend ui tests coverage to include file moving and permanent deletion #1451
Conversation
Your Render PR Server URL is https://storage-ui-stage-pr-1451.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c4e2v4s1nok0bhj6e9ng. |
Your Render PR Server URL is https://gaming-ui-stage-pr-1451.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c4e2v541nok0bhj6ea40. |
Your Render PR Server URL is https://files-ui-stage-pr-1451.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c4e2v5k1nok0bhj6eae0. |
@@ -111,6 +111,7 @@ Cypress.Commands.add("safeClick", { prevSubject: "element" }, $element => { | |||
return cy | |||
.wrap($element) | |||
.should("be.visible") | |||
.should("be.enabled") |
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.
Fyi just a small mod to add even more safety to the safeClick()
. I noticed it eradicated some false failures that I saw whilst running one of the new tests hundreds of times.
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.
👍
closes #1442