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 723c89e commit 43d60d9Copy full SHA for 43d60d9
tests/e2e/tests/critical-path/cli/cli-command-helper.e2e.ts
@@ -94,7 +94,8 @@ test
94
// await browserPage.CommandHelper.checkURLCommand(timeSeriesCommands[0], `https://redis.io/commands/${timeSeriesCommands[0].toLowerCase()}/`);
95
// await t.switchToParentWindow();
96
});
97
-test
+// outdated after https://redislabs.atlassian.net/browse/RI-4608
98
+test.skip
99
.meta({ env: env.web })('Verify that user can type GRAPH. in Command helper and see auto-suggestions from RedisGraph commands.json', async t => {
100
const commandForSearch = 'GRAPH.';
101
// const externalPageLink = 'https://redis.io/commands/graph.config-get/';
0 commit comments