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
.meta({rte: rte.standalone})('Verify that user can see re-run icon near the already executed command and re-execute the command by clicking on the icon in Workbench page',asynct=>{
30
+
test('Verify that user can see re-run icon near the already executed command and re-execute the command by clicking on the icon in Workbench page',asynct=>{
awaitt.expect(workbenchPage.queryCardCommand.withExactText(commandForSend1).exists).notOk(`Command ${commandForSend1} is deleted from table with results`);
65
62
});
66
-
test
67
-
.meta({rte: rte.standalone})('Verify that user can see the results found in the table view by default for FT.INFO, FT.SEARCH and FT.AGGREGATE',asynct=>{
63
+
test('Verify that user can see the results found in the table view by default for FT.INFO, FT.SEARCH and FT.AGGREGATE',asynct=>{
68
64
constcommands=[
69
65
'FT.INFO',
70
66
'FT.SEARCH',
@@ -76,8 +72,7 @@ test
76
72
awaitt.expect(awaitworkbenchPage.queryCardContainer.nth(0).find(workbenchPage.cssTableViewTypeOption).visible).ok(`The table view is selected by default for command ${command}`);
77
73
}
78
74
});
79
-
test
80
-
.meta({rte: rte.standalone})('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=>{
81
76
indexName=chance.word({length: 5});
82
77
constcommands=[
83
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"',
@@ -98,7 +93,7 @@ test
98
93
});
99
94
//skipped due the inaccessibility of the iframe
100
95
test.skip
101
-
.meta({env: env.desktop,rte: rte.standalone})('Verify that user can switches between Table and Text for Client List and see results corresponding to their views',asynct=>{
96
+
.meta({env: env.desktop})('Verify that user can switches between Table and Text for Client List and see results corresponding to their views',asynct=>{
.meta({env: env.desktop,rte: rte.standalone})('Verify that user can edit and run automatically added "FT._LIST" and "FT.INFO {index}" scripts in Workbench and see the results',asynct=>{
0 commit comments