grafana / iot-sitewise-datasource

IoT Sitewise
Apache License 2.0
19 stars 9 forks source link

Fix e2e tests #316

Closed kevinwcyu closed 1 month ago

kevinwcyu commented 1 month ago

E2E tests are failing on the latest grafana-dev image. The Default Region selector wasn't able to enter us-east-1 so there would be an error when trying to use ap-east-1 which is an opt-in region. Not entirely sure what changed with how playwright interacts with the select element, but using the recommended way to interact with select elements fixes it.

The changes to use inputId for <Select> components are in this PR in grafana-aws-sdk-react

Fixes: #317