[v9.4.x] Chore: Update @grafana/e2e (#66881)

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

(cherry picked from commit b2e32a70b9)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2023-06-05 09:33:22 +00:00
committed by GitHub
co-authored by Andreas Christou
parent 16b542a3e6
commit 92f437a5f2
3 changed files with 16 additions and 1 deletions
@@ -70,6 +70,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,
});
}