Skip to content

Commit 1fce5a1

Browse files
committed
return skip to client list tests
1 parent 6f5914f commit 1fce5a1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/e2e/tests/critical-path/workbench/command-results.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ test('Verify that user can switches between views and see results according to t
8080
await workbenchPage.selectViewTypeText();
8181
await t.expect(await workbenchPage.queryCardContainer.nth(0).find(workbenchPage.cssQueryTextResult).visible).ok('The result is not displayed in Text view');
8282
});
83-
test('Verify that user can switches between Table and Text for Client List and see results corresponding to their views', async t => {
83+
// Skipped due to issue https://redislabs.atlassian.net/browse/RI-3524
84+
test.skip('Verify that user can switches between Table and Text for Client List and see results corresponding to their views', async t => {
8485
const command = 'CLIENT LIST';
8586
// Send command and check table view is default
8687
await workbenchPage.sendCommandInWorkbench(command);

tests/e2e/tests/regression/workbench/command-results.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ test
7474
await t.switchToIframe(workbenchPage.iframe);
7575
await t.expect(await workbenchPage.queryTableResult.exists).ok('The table view is not switched for command FT.AGGREGATE');
7676
});
77-
test
77+
// Skipped due to issue https://redislabs.atlassian.net/browse/RI-3524
78+
test.skip
7879
.meta({ env: env.web })('Verify that user can switches between views and see results according to this view in full mode in Workbench', async t => {
7980
const command = 'CLIENT LIST';
8081

0 commit comments

Comments
 (0)