Skip to content

Commit 476d7aa

Browse files
update locators part#8
1 parent b5d8dcb commit 476d7aa

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)