mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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"]',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user