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
@@ -72,8 +72,7 @@ test('Verify that user can see the results found in the table view by default fo
72
72
awaitt.expect(awaitworkbenchPage.queryCardContainer.nth(0).find(workbenchPage.cssTableViewTypeOption).visible).ok(`The table view is selected by default for command ${command}`);
73
73
}
74
74
});
75
-
test
76
-
.meta({env: env.desktop})('Verify that user can switches between views and see results according to the view rules in Workbench in results',asynct=>{
75
+
test('Verify that user can switches between views and see results according to the view rules in Workbench in results',asynct=>{
77
76
indexName=chance.word({length: 5});
78
77
constcommands=[
79
78
'hset doc:10 title "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud" url "redis.io" author "Test" rate "undefined" review "0" comment "Test comment"',
@@ -92,9 +91,7 @@ test
92
91
awaitworkbenchPage.selectViewTypeText();
93
92
awaitt.expect(awaitworkbenchPage.queryCardContainer.nth(0).find(workbenchPage.cssQueryTextResult).visible).ok('The result is displayed in Text view');
94
93
});
95
-
//skipped due the inaccessibility of the iframe
96
-
test.skip
97
-
.meta({env: env.desktop})('Verify that user can switches between Table and Text for Client List and see results corresponding to their views',asynct=>{
94
+
test('Verify that user can switches between Table and Text for Client List and see results corresponding to their views',asynct=>{
0 commit comments