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

Extend ui tests coverage to include file moving and permanent deletion #1451

Merged
merged 11 commits into from
Aug 19, 2021

Conversation

asnaith
Copy link
Member

@asnaith asnaith commented Aug 17, 2021

closes #1442

@render
Copy link

render bot commented Aug 17, 2021

@render
Copy link

render bot commented Aug 17, 2021

@render
Copy link

render bot commented Aug 17, 2021

@github-actions github-actions bot added the Type: Maintenance Added to issues and PRs when a change is for repository maintenance , such as CI or linter changes. label Aug 17, 2021
@@ -111,6 +111,7 @@ Cypress.Commands.add("safeClick", { prevSubject: "element" }, $element => {
return cy
.wrap($element)
.should("be.visible")
.should("be.enabled")
Copy link
Member Author

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.

@Tbaut Tbaut added the Status: Review Needed 👀 Added to PRs when they need more review label Aug 18, 2021
Copy link
Collaborator

@Tbaut Tbaut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@asnaith asnaith enabled auto-merge (squash) August 18, 2021 20:40
@asnaith asnaith merged commit 31dc880 into dev Aug 19, 2021
@asnaith asnaith deleted the mnt/add-tests-move-and-permanent-delete-1442 branch August 19, 2021 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Review Needed 👀 Added to PRs when they need more review Type: Maintenance Added to issues and PRs when a change is for repository maintenance , such as CI or linter changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ui tests for permanent deletion and moving to a folder
5 participants