Ashley Harrison
7d8afd9578
Tab: Improve accessible name ( #89602 )
...
* replace aria-label selector with data-testid
* fix unit tests
* fix e2e selectors
* fix last unit test
* fix e2e tests
* fix casing
* fix e2e test
* fix casing
2024-06-24 17:48:26 +01:00
Ezequiel Victorero
25ff4baa76
UI: New share button and toolbar reorganize ( #77563 )
2024-01-08 10:42:24 -03:00
Ashley Harrison
d8e99e2bb5
Chore: Remove more stuff from the e2e
object ( #75513 )
...
* cut down the e2e object more :)
* undo changes in grafana-e2e
* couple more things to undo in grafana-e2e
2023-09-27 11:33:00 +01:00
Ashley Harrison
ba7f77f25d
Chore: remove scenario wrapping in cypress tests ( #74674 )
...
* remove scenario wrapping in cypress tests
* remove more hardcoded logins
* don't forget the various suite!
* make sure we log in for every test
* fix afterAll revert
* stability
2023-09-13 13:24:20 +01:00
Ashley Harrison
0f2f25c5d9
Chore: Move to Cypress 12 and decouple cypress from @grafana/e2e
( #74084 )
...
* update drone to use cypress 12 image
* upgrade cypress to 12 in core
* cypress config actually valid
* update @grafana/e2e imports and add lint rule
* ignore grafana-e2e from betterer now it's deprecated
* fix remaining type errors
* fix failing tests
* remove unnecessary tsconfig
* remove unnecessary comment
* update enterprise suite commands to work
* add cypress config to CODEOWNERS
* export setTimeRange in utils
* remove @grafana/e2e from core deps
* try running the command through yarn
* move CMD to scripts
* Update cloud-data-sources e2e image
* Update paths
---------
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
2023-09-08 16:51:59 +01:00
juanicabanas
9df4a39195
PublicDashboards: Configuration modal redesign ( #63211 )
...
Configuration modal redesign
---------
Co-authored-by: kay delaney <kay@grafana.com>
2023-02-24 12:36:29 -03:00
Jeff Levin
6fcc5b42c0
publicdashboards: split create/update api paths ( #57940 )
...
This PR splits the create and update paths for public dashboards and includes assorted refactors toward a proper REST API. Additionally, we removed the concept of a "public dashboard config" in favor of "public dashboard"
Co-authored-by: juanicabanas <juan.cabanas@grafana.com>
Co-authored-by: Ezequiel Victorero <ezequiel.victorero@grafana.com>
2022-11-03 11:30:12 -08:00
Jeff Levin
6b7d6fe0cb
public dashboards: rename route paths ( #57787 )
...
This PR fixes the naming of routes for public dashboards to be more accurate and descriptive.
Co-authored-by: Ezequiel Victorero <ezequiel.victorero@grafana.com>
2022-10-27 14:41:56 -08:00
Ezequiel Victorero
6e99d8bba5
PublicDashboards: Add wait when fetching public dashboard data in e2e… ( #55096 )
2022-09-13 13:24:50 -03:00
Ezequiel Victorero
e0d71f02b1
Public Dashboards: add e2e tests for public dashboards ( #52970 )
2022-08-01 11:20:49 -03:00