Select: Ensure screenreader correctly narrates options (#88118)

* replace select aria-label with data-testid

* update in copy pasted places as well

* update plugin-e2e to 1.2.2
This commit is contained in:
Ashley Harrison
2024-05-28 14:51:47 +01:00
committed by GitHub
parent 6205236f25
commit b4e49e3114
21 changed files with 60 additions and 45 deletions

View File

@@ -420,7 +420,7 @@ export const Components = {
current: () => '[class*="-currentVisualizationItem"]',
},
Select: {
option: 'Select option',
option: 'data-testid Select option',
input: () => 'input[id*="time-options-input"]',
singleValue: () => 'div[class*="-singleValue"]',
},