Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions tests/e2e/filesForUpload/'single'quotes.txt

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion tests/e2e/filesForUpload/davtest.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/e2e/filesForUpload/file,with,comma,.txt

This file was deleted.

1 change: 0 additions & 1 deletion tests/e2e/filesForUpload/file_to_overwrite.txt

This file was deleted.

Binary file removed tests/e2e/filesForUpload/new-data.tar.gz
Binary file not shown.
Binary file removed tests/e2e/filesForUpload/new-data.zip
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file removed tests/e2e/filesForUpload/test_video0.mp4
Binary file not shown.
Binary file removed tests/e2e/filesForUpload/test_video1.mp4
Binary file not shown.
11 changes: 0 additions & 11 deletions tests/e2e/filesForUpload/zzzz-must-be-last-file-in-folder.txt

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tests/e2e/support/environment/userManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export class UsersEnvironment {
throw new Error(`user '${key}' not found`)
}
this.removeCreatedUser({ key })
// createdUserStore.delete(key)
createdUserStore.set(user.id, user)

return user
Expand Down