Skip to content

Commit b2a49cb

Browse files
authored
Merge pull request #922 from RedisInsight/e2e/web-regression-fixes
web regression fix for workbench pipeline test
2 parents dff4099 + b768e66 commit b2a49cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const settingsPage = new SettingsPage();
1212
const getPageUrl = ClientFunction(() => window.location.href);
1313
const externalPageLink = 'https://redis.io/docs/manual/pipelining/';
1414
const pipelineValues = ['-5', '5', '4'];
15-
const commandForSend = '100 CLIENT INFO';
15+
const commandForSend = '100 INFO';
1616

1717
fixture `Workbench Pipeline`
1818
.meta({ type: 'regression' })

0 commit comments

Comments
 (0)