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
awaitt.expect(cliPage.minimizeCliButton.visible).eql(false,'Command helper is mimized');
75
72
});
76
73
test
77
-
.meta({rte: rte.standalone})
78
-
('Verify that user can see that Command Helper displays the previous information when he re-opens it',asynct=>{
74
+
.meta({rte: rte.standalone})('Verify that user can see that Command Helper displays the previous information when he re-opens it',asynct=>{
79
75
filteringGroup='Search';
80
76
commandToCheck='FT.EXPLAIN';
81
77
//Open Command Helper
@@ -90,8 +86,7 @@ test
90
86
awaitt.expect(cliPage.cliHelperTitleArgs.textContent).contains(commandToCheck,'Command Helper information persists after reopening');
91
87
});
92
88
test
93
-
.meta({env: env.web,rte: rte.standalone})
94
-
('Verify that user can see in Command helper and click on new group "JSON", can choose it and see list of commands in the group',asynct=>{
89
+
.meta({env: env.web,rte: rte.standalone})('Verify that user can see in Command helper and click on new group "JSON", can choose it and see list of commands in the group',asynct=>{
95
90
filteringGroup='JSON';
96
91
commandToCheck='JSON.SET';
97
92
commandArgumentsToCheck='JSON.SET key path value [NX|XX]';
@@ -110,8 +105,7 @@ test
110
105
awaitt.switchToParentWindow();
111
106
});
112
107
test
113
-
.meta({env: env.web,rte: rte.standalone})
114
-
('Verify that user can see in Command helper and click on new group "Search", can choose it and see list of commands in the group',asynct=>{
108
+
.meta({env: env.web,rte: rte.standalone})('Verify that user can see in Command helper and click on new group "Search", can choose it and see list of commands in the group',asynct=>{
115
109
filteringGroup='Search';
116
110
commandToCheck='FT.EXPLAIN';
117
111
commandArgumentsToCheck='FT.EXPLAIN index query [dialect]';
@@ -130,8 +124,7 @@ test
130
124
awaitt.switchToParentWindow();
131
125
});
132
126
test
133
-
.meta({env: env.web,rte: rte.standalone})
134
-
('Verify that user can see HyperLogLog title in Command Helper for this command group',asynct=>{
127
+
.meta({env: env.web,rte: rte.standalone})('Verify that user can see HyperLogLog title in Command Helper for this command group',asynct=>{
135
128
filteringGroup='HyperLogLog';
136
129
commandToCheck='PFCOUNT';
137
130
commandArgumentsToCheck='PFCOUNT key [key ...]';
@@ -150,8 +143,7 @@ test
150
143
awaitt.switchToParentWindow();
151
144
});
152
145
test
153
-
.meta({env: env.web,rte: rte.standalone})
154
-
('Verify that user can see all separated groups for AI json file (model, tensor, inference, script)',asynct=>{
146
+
.meta({env: env.web,rte: rte.standalone})('Verify that user can see all separated groups for AI json file (model, tensor, inference, script)',asynct=>{
0 commit comments