mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
AzureMonitor: E2E update (#60624)
* Wait for locations call to complete * Update drone to run cloud suite on tests update
This commit is contained in:
@@ -140,11 +140,14 @@ e2e.scenario({
|
||||
zone: 'Coordinated Universal Time',
|
||||
},
|
||||
});
|
||||
e2e()
|
||||
.intercept(/locations/)
|
||||
.as('locations');
|
||||
e2e.flows.addPanel({
|
||||
dataSourceName,
|
||||
visitDashboardAtStart: false,
|
||||
queriesForm: () => {
|
||||
e2eSelectors.queryEditor.resourcePicker.select.button().click();
|
||||
e2eSelectors.queryEditor.resourcePicker.select.button().click().wait('@locations');
|
||||
e2eSelectors.queryEditor.resourcePicker.search
|
||||
.input()
|
||||
.wait(100)
|
||||
|
||||
Reference in New Issue
Block a user