-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin E2E: Expose variable list page as fixture #942
Conversation
- Name selector - Apply button selector
- Set dashboard in constructor - Allow specifying if the variable is first to ensure appropriate flow is used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, thanks for raising this PR @aangelisc!
Added some minor comments about the selectors and also had a question about server state. Otherwise looks great!
I know it's cumbersome to work with the selectors today, but FYI we're planning to change this so that they're no longer duplicated here and in grafana/e2e-selectors.
plugin-e2e
updatesThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed offline, I'm making some final adjustments to this PR since Andreas is OOO.
Thanks again for contributing @aangelisc!
🚀 PR was released in |
This PR updates the
plugin-e2e
package with some more functionality related to template variables and dashboards.VariablePage
to allow it to be reusedAlso have fixed a typo in the dashboard delete function that was attempting to delete a data source instead.
Required for grafana/azure-data-explorer-datasource#880
📦 Published PR as canary version:
Canary Versions
✨ Test out this PR locally via:
npm install @grafana/create-plugin@4.12.0-canary.942.feafd59.0 npm install @grafana/plugin-e2e@1.5.0-canary.942.feafd59.0 # or yarn add @grafana/create-plugin@4.12.0-canary.942.feafd59.0 yarn add @grafana/plugin-e2e@1.5.0-canary.942.feafd59.0