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 b5d8dcb commit 476d7aaCopy full SHA for 476d7aa
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