You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/e2e/tests/critical-path/workbench/command-results.e2e.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,8 @@ test('Verify that user can switches between views and see results according to t
80
80
awaitworkbenchPage.selectViewTypeText();
81
81
awaitt.expect(awaitworkbenchPage.queryCardContainer.nth(0).find(workbenchPage.cssQueryTextResult).visible).ok('The result is not displayed in Text view');
82
82
});
83
-
test('Verify that user can switches between Table and Text for Client List and see results corresponding to their views',asynct=>{
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',asynct=>{
0 commit comments