You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: