We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7ed76 commit a7d1974Copy full SHA for a7d1974
test/e2e/move.spec.js
@@ -55,7 +55,7 @@ describe('/move operation', function() {
55
});
56
57
it('moves a folder', async () => {
58
- const limit = 1;
+ const limit = 5;
59
for (let i = 0; i < limit; i++) {
60
const blob = new Blob(['Hello World!'], { type: "text/html" });
61
let body = new FormData();
0 commit comments