mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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:
parent
2e4bc200f5
commit
0367036108
@ -541,6 +541,7 @@ steps:
|
||||
include:
|
||||
- pkg/tsdb/azuremonitor/**
|
||||
- public/app/plugins/datasource/grafana-azure-monitor-datasource/**
|
||||
- e2e/cloud-plugins-suite/azure-monitor.spec.ts
|
||||
repo:
|
||||
- grafana/grafana
|
||||
- commands:
|
||||
@ -1396,6 +1397,7 @@ steps:
|
||||
include:
|
||||
- pkg/tsdb/azuremonitor/**
|
||||
- public/app/plugins/datasource/grafana-azure-monitor-datasource/**
|
||||
- e2e/cloud-plugins-suite/azure-monitor.spec.ts
|
||||
repo:
|
||||
- grafana/grafana
|
||||
- commands:
|
||||
@ -6437,6 +6439,6 @@ kind: secret
|
||||
name: aws_secret_access_key
|
||||
---
|
||||
kind: signature
|
||||
hmac: e3d58aacde14e03c46303c4d707f9b4e7d6e33b92b696b19befd06d6a28cf88a
|
||||
hmac: 0c7b5ab589d50321ef38c04119b91b42e94c58f362789fd5a3471376bcfc1240
|
||||
|
||||
...
|
||||
|
@ -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)
|
||||
|
@ -739,6 +739,7 @@ def cloud_plugins_e2e_tests_step(suite, cloud, port=3001, video="false", trigger
|
||||
'include': [
|
||||
'pkg/tsdb/azuremonitor/**',
|
||||
'public/app/plugins/datasource/grafana-azure-monitor-datasource/**',
|
||||
'e2e/cloud-plugins-suite/azure-monitor.spec.ts',
|
||||
]
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user