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.
2 parents 874c919 + 476d7aa commit e5a402cCopy full SHA for e5a402c
tests/e2e/pageObjects/browser-page.ts
@@ -162,7 +162,7 @@ export class BrowserPage extends InstancePage {
162
hashFieldNameInput = Selector('[data-testid=field-name]');
163
hashFieldValueEditor = Selector('[data-testid^=hash_value-editor]');
164
listKeyElementInput = Selector('[data-testid=element]');
165
- listKeyElementEditorInput = Selector('[data-testid^=list_value-editor-0]');
+ listKeyElementEditorInput = Selector('[data-testid^=list_value-editor-]');
166
stringKeyValueInput = Selector('[data-testid=string-value]');
167
jsonKeyValueInput = Selector('[data-mode-id=json]');
168
jsonUploadInput = Selector('[data-testid=upload-input-file]');
0 commit comments