Skip to content

Commit 6bb8fce

Browse files
Merge pull request #796 from RedisInsight/feature/e2e-graph-test
e2e - skip test
2 parents 3fc0c18 + b70d030 commit 6bb8fce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/tests/regression/workbench/redis-stack-commands.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ fixture `Redis Stack command in Workbench`
2424
await workbenchPage.sendCommandInWorkbench(`GRAPH.DELETE ${keyNameGraph}`);
2525
await deleteDatabase(ossStandaloneConfig.databaseName);
2626
});
27-
test
27+
//skipped due the inaccessibility of the iframe
28+
test.skip
2829
.meta({ env: env.desktop, rte: rte.standalone })('Verify that user can switches between Graph and Text for GRAPH command and see results corresponding to their views', async t => {
2930
//Send Graph command
3031
await t.click(workbenchPage.redisStackTutorialsButton);

0 commit comments

Comments
 (0)