Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/e2e/tests/regression/workbench/autocomplete.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ fixture `Autocomplete for entered commands`
test('Verify that user can open the "read more" about the command by clicking on the ">" icon or "ctrl+space"', async t => {
const command = 'HSET';
const commandDetails = [
'HSET key field_value [field_value ...]',
'HSET key data [data ...]',
'Set the string value of a hash field',
'Arguments:',
'required key',
'multiple field_value'
'multiple data'
];

// Type command
Expand Down