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({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=>{
30
+
.meta({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=>{
31
31
indexName=chance.word({length: 5});
32
32
keyName=chance.word({length: 5});
33
33
constcommandsForSend=[
@@ -55,7 +55,7 @@ test
55
55
awaitt.expect(workbenchPage.queryColumns.textContent).contains('name','The result of the FT.INFO command');
56
56
});
57
57
test
58
-
.meta({env: env.desktop,rte: rte.standalone})('Verify that user can edit and run automatically added "Search" script in Workbench and see the results',asynct=>{
58
+
.meta({rte: rte.standalone})('Verify that user can edit and run automatically added "Search" script in Workbench and see the results',asynct=>{
59
59
indexName=chance.word({length: 5});
60
60
keyName=chance.word({length: 5});
61
61
constcommandsForSend=[
@@ -80,7 +80,7 @@ test
80
80
awaitt.expect(name.exists).ok('The added key name field is in the Search result');
81
81
});
82
82
test
83
-
.meta({env: env.desktop,rte: rte.standalone})('Verify that user can edit and run automatically added "Aggregate" script in Workbench and see the results',asynct=>{
83
+
.meta({rte: rte.standalone})('Verify that user can edit and run automatically added "Aggregate" script in Workbench and see the results',asynct=>{
0 commit comments