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 ca27b3e commit f81f5bdCopy full SHA for f81f5bd
tests/e2e/tests/critical-path/cli/cli-command-helper.e2e.ts
@@ -140,9 +140,7 @@ test
140
}
141
//Check first command documentation url
142
await t.click(cliPage.cliHelperOutputTitles.withExactText(timeSeriesCommands[0]));
143
- await t.click(cliPage.readMoreButton);
144
- console.log(timeSeriesCommands[0].toLowerCase());
145
-
+ await t.click(cliPage.readMoreButton);
146
await t.expect(getPageUrl()).eql(`https://redis.io/commands/${timeSeriesCommands[0].toLowerCase()}/`, 'The opened page');
147
await t.switchToParentWindow();
148
});
0 commit comments