Skip to content

Commit baede93

Browse files
committed
removed tests for graph in workbench as outdated
1 parent 189270e commit baede93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/tests/regression/workbench/default-scripts-area.e2e.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ test('Verify that the same type of content is supported in the “Tutorials” a
127127
'Working with JSON',
128128
'Vector Similarity Search',
129129
'Redis for time series',
130-
'Working with graphs',
131130
'Probabilistic data structures'
132131
];
133132
const command = 'HSET bikes:10000 ';

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ test.skip
4141
await t.switchToIframe(workbenchPage.iframe);
4242
await t.expect(workbenchPage.queryCardContainer.nth(0).find(workbenchPage.queryGraphContainer).exists).ok('The Graph view is not switched for GRAPH command');
4343
});
44-
test
44+
//skipped due to Graph no longer displayed in tutorials
45+
test.skip
4546
.meta({ env: env.desktop })('Verify that user can see "No data to visualize" message for Graph command', async t => {
4647
// Send Graph command
4748
await t.click(workbenchPage.redisStackTutorialsButton);

0 commit comments

Comments
 (0)