We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf02b01 commit 6f5914fCopy full SHA for 6f5914f
tests/e2e/tests/regression/workbench/command-results.e2e.ts
@@ -74,8 +74,7 @@ test
74
await t.switchToIframe(workbenchPage.iframe);
75
await t.expect(await workbenchPage.queryTableResult.exists).ok('The table view is not switched for command FT.AGGREGATE');
76
});
77
-// Skipped due to issue https://redislabs.atlassian.net/browse/RI-3524
78
-test.skip
+test
79
.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 => {
80
const command = 'CLIENT LIST';
81
0 commit comments