We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e9dc8 commit cea2348Copy full SHA for cea2348
tests/e2e/tests/regression/workbench/autocomplete.e2e.ts
@@ -22,11 +22,11 @@ fixture `Autocomplete for entered commands`
22
test('Verify that user can open the "read more" about the command by clicking on the ">" icon or "ctrl+space"', async t => {
23
const command = 'HSET';
24
const commandDetails = [
25
- 'HSET key field_value [field_value ...]',
+ 'HSET key data [data ...]',
26
'Set the string value of a hash field',
27
'Arguments:',
28
'required key',
29
- 'multiple field_value'
+ 'multiple data'
30
];
31
32
// Type command
0 commit comments