Skip to content

Commit 43d60d9

Browse files
committed
skip outdated test on graph in command helper
1 parent 723c89e commit 43d60d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/critical-path/cli/cli-command-helper.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ test
9494
// await browserPage.CommandHelper.checkURLCommand(timeSeriesCommands[0], `https://redis.io/commands/${timeSeriesCommands[0].toLowerCase()}/`);
9595
// await t.switchToParentWindow();
9696
});
97-
test
97+
// outdated after https://redislabs.atlassian.net/browse/RI-4608
98+
test.skip
9899
.meta({ env: env.web })('Verify that user can type GRAPH. in Command helper and see auto-suggestions from RedisGraph commands.json', async t => {
99100
const commandForSearch = 'GRAPH.';
100101
// const externalPageLink = 'https://redis.io/commands/graph.config-get/';

0 commit comments

Comments
 (0)