Prometheus: Update healthcheck text message (#67401)

* the healthcheck is used outside the config save&test so change text message

* fix e2e test
This commit is contained in:
Brendan O'Handley
2023-04-27 15:54:12 -04:00
committed by GitHub
parent dac709b347
commit f70efed2cb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const dataSourceName = 'PromExemplar';
const addDataSource = () => {
e2e.flows.addDataSource({
type: 'Prometheus',
expectedAlertMessage: 'saved',
expectedAlertMessage: 'Prometheus',
name: dataSourceName,
form: () => {
e2e.components.DataSource.Prometheus.configPage.exemplarsAddButton().click();