Skip to content

Commit 58f9859

Browse files
committed
update for test
1 parent 0b61984 commit 58f9859

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/tests/regression/workbench/workbench-pipeline.e2e.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ test('Verify that only chosen in pipeline number of commands is loading at the s
5353
await t.expect(workbenchPage.loadedCommand.count).eql(Number(pipelineValues[2]), 'The number of sending commands is incorrect');
5454
});
5555
test('Verify that user can see spinner over Run button and grey preloader for each command', async t => {
56+
let commandForSend = '300 scan 0 match * count 5000';
5657
await settingsPage.changeCommandsInPipeline(pipelineValues[2]);
5758
// Go to Workbench page
5859
await t.click(myRedisDatabasePage.workbenchButton);

0 commit comments

Comments
 (0)