Skip to content

Commit a27cec7

Browse files
committed
upd for e2e
1 parent 34058a3 commit a27cec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/tests/critical-path/browser/bulk-upload.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ fixture `Bulk Upload`
3636
});
3737
test('Verify bulk upload of different text docs formats', async t => {
3838
// Verify bulk upload for docker app version
39-
const allKeysResults = ['9Keys Processed', '9Success', '0Errors'];
40-
const bigKeysResults = ['10 000Keys Processed', '10 000Success', '0Errors'];
39+
const allKeysResults = ['9Commands Processed', '9Success', '0Errors'];
40+
const bigKeysResults = ['10 000Commands Processed', '10 000Success', '0Errors'];
4141
const defaultText = 'Select or drag and drop a file';
4242

4343
// Open bulk actions

0 commit comments

Comments
 (0)