Skip to content

Commit 6f5914f

Browse files
committed
upd
1 parent cf02b01 commit 6f5914f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ 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-
// Skipped due to issue https://redislabs.atlassian.net/browse/RI-3524
78-
test.skip
77+
test
7978
.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 => {
8079
const command = 'CLIENT LIST';
8180

0 commit comments

Comments
 (0)