Skip to content

Commit e5a402c

Browse files
Merge pull request #3463 from RedisInsight/e2e/feature/RI-5767_update-key-details
update locators part#8
2 parents 874c919 + 476d7aa commit e5a402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/pageObjects/browser-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class BrowserPage extends InstancePage {
162162
hashFieldNameInput = Selector('[data-testid=field-name]');
163163
hashFieldValueEditor = Selector('[data-testid^=hash_value-editor]');
164164
listKeyElementInput = Selector('[data-testid=element]');
165-
listKeyElementEditorInput = Selector('[data-testid^=list_value-editor-0]');
165+
listKeyElementEditorInput = Selector('[data-testid^=list_value-editor-]');
166166
stringKeyValueInput = Selector('[data-testid=string-value]');
167167
jsonKeyValueInput = Selector('[data-mode-id=json]');
168168
jsonUploadInput = Selector('[data-testid=upload-input-file]');

0 commit comments

Comments
 (0)