DashboardScenes: Optimise e2e test and add panels suite (#88170)

* refactor tests after adding additional data-testids

* add panels-suite e2e tests

* wip: add missing selectors

* finalise panels-suite tests

* clean up

* adjust workflow for test run

* restore workflow
This commit is contained in:
Sergej-Vlasov
2024-05-24 14:22:11 +01:00
committed by GitHub
parent 859b3ff78b
commit fbb5fd71f9
22 changed files with 968 additions and 220 deletions
+1
View File
@@ -3,6 +3,7 @@ name: Run dashboard scenes e2e
on:
schedule:
- cron: "0 8 * * 1-5" # every day at 08:00UTC on weekdays
# push # uncomment for test run during PR
env:
ARCH: linux-amd64