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/cli/cli-critical.e2e.ts
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,3 +109,14 @@ test('Verify that when user enters in CLI RediSearch/JSON commands (FT.CREATE, F
109
109
awaitt.expect(cliPage.cliCommandAutocomplete.textContent).eql(commandHints[commands.indexOf(command)],`The hints with arguments for command ${command}`);
110
110
}
111
111
});
112
+
test('Verify that user can type AI command in CLI and see agruments in hints from RedisAI commands.json',asynct=>{
0 commit comments