Panel edit: Add e2e selectors to input fields (#83246)

add selectors for input fields
This commit is contained in:
Erik Sundell
2024-03-12 09:17:41 +01:00
committed by GitHub
parent 6ea9f0c447
commit 8c06c0dea7
2 changed files with 5 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ export const Components = {
content: 'Panel editor option pane content',
select: 'Panel editor option pane select',
fieldLabel: (type: string) => `${type} field property editor`,
fieldInput: (title: string) => `data-testid Panel editor option pane field input ${title}`,
},
// not sure about the naming *DataPane*
DataPane: {