mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Turn new auth component feature toggle on by default (#74405)
* turn auth feature toggle on by default * fix e2e test * fix e2e test * fix e2e test
This commit is contained in:
committed by
GitHub
parent
dc6cd4bb29
commit
a2e2ba695e
@@ -9,7 +9,7 @@ const addDataSource = () => {
|
||||
form: () => {
|
||||
e2e.components.DataSource.Prometheus.configPage.exemplarsAddButton().click();
|
||||
e2e.components.DataSource.Prometheus.configPage.internalLinkSwitch().check({ force: true });
|
||||
e2e.components.DataSource.DataSourceHttpSettings.urlInput().type('http://prom-url:9090');
|
||||
e2e.components.DataSource.Prometheus.configPage.connectionSettings().type('http://prom-url:9090');
|
||||
e2e.components.DataSourcePicker.inputV2().click({ force: true }).should('have.focus');
|
||||
|
||||
cy.contains('gdev-tempo').scrollIntoView().should('be.visible').click();
|
||||
|
||||
Reference in New Issue
Block a user