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

Fix File Management test "can delete and recover a folder" test #1448

Closed
Tbaut opened this issue Aug 17, 2021 · 0 comments · Fixed by #1450
Closed

Fix File Management test "can delete and recover a folder" test #1448

Tbaut opened this issue Aug 17, 2021 · 0 comments · Fixed by #1450
Assignees
Labels
Product: Files Testing Added to issues to signal that it is part of an epic

Comments

@Tbaut
Copy link
Collaborator

Tbaut commented Aug 17, 2021

followup to #1438 (comment)

Quoting Andrew:
Files that shouldn't be there are present so when asserting that only the recovered folder exists it will fail because it sees other files.

The additional files that can be seen on the screenshot were not added during the test and the test begins with cy.web3Login({ clearCSFBucket: true, clearTrashBucket: true }) which should clear any pre-existing data. I can only assume the API call, to delete pre-existing files prior to the test beginning, did not work.

Test failure:

| 1) File management
| desktop
| can delete and recover a folder:
|
| AssertionError: Timed out retrying after 20000ms: Too many elements found. Found '2', expected '1'.
| + expected - actual
|
| -2
| +1
image

@Tbaut Tbaut added Testing Added to issues to signal that it is part of an epic Product: Files labels Aug 17, 2021
@Tbaut Tbaut self-assigned this Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Product: Files Testing Added to issues to signal that it is part of an epic
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant