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 0b61984 commit 58f9859Copy full SHA for 58f9859
tests/e2e/tests/regression/workbench/workbench-pipeline.e2e.ts
@@ -53,6 +53,7 @@ test('Verify that only chosen in pipeline number of commands is loading at the s
53
await t.expect(workbenchPage.loadedCommand.count).eql(Number(pipelineValues[2]), 'The number of sending commands is incorrect');
54
});
55
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';
57
await settingsPage.changeCommandsInPipeline(pipelineValues[2]);
58
// Go to Workbench page
59
await t.click(myRedisDatabasePage.workbenchButton);
0 commit comments