Chore: Update @grafana/e2e (#66365)

* Update e2e package

- Ensure health request is monitored for addDatasource flow
- Add custom timeout to configurePanel flow

* Make health check optional
This commit is contained in:
Andreas Christou
2023-04-14 17:46:49 +01:00
committed by GitHub
parent 85e20768b6
commit b2e32a70b9
3 changed files with 16 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ function provisionAzureMonitorDatasources(datasources: AzureMonitorProvision[])
expectedAlertMessage: 'Successfully connected to all Azure Monitor endpoints',
// Reduce the timeout from 30s to error faster when an invalid alert message is presented
timeout: 10000,
awaitHealth: true,
});
}