Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cy): avoid double upload to prevent lock error
`isolateTest` in `beforeEach` already uploads the file. Uploading it again in the `no actual conflict - just reload` case sometimes led to 423 - Locked responses. Use `cy.createTestDir()` instead and upload only once. Signed-off-by: Max <max@nextcloud.com> [skip ci]
- Loading branch information