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 34058a3 commit a27cec7Copy full SHA for a27cec7
tests/e2e/tests/critical-path/browser/bulk-upload.e2e.ts
@@ -36,8 +36,8 @@ fixture `Bulk Upload`
36
});
37
test('Verify bulk upload of different text docs formats', async t => {
38
// Verify bulk upload for docker app version
39
- const allKeysResults = ['9Keys Processed', '9Success', '0Errors'];
40
- const bigKeysResults = ['10 000Keys Processed', '10 000Success', '0Errors'];
+ const allKeysResults = ['9Commands Processed', '9Success', '0Errors'];
+ const bigKeysResults = ['10 000Commands Processed', '10 000Success', '0Errors'];
41
const defaultText = 'Select or drag and drop a file';
42
43
// Open bulk actions
0 commit comments