Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ fixture `Redis Stack command in Workbench`
await workbenchPage.sendCommandInWorkbench(`GRAPH.DELETE ${keyNameGraph}`);
await deleteDatabase(ossStandaloneConfig.databaseName);
});
test
//skipped due the inaccessibility of the iframe
test.skip
.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 => {
//Send Graph command
await t.click(workbenchPage.redisStackTutorialsButton);
Expand Down