mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
update configurePanel for 7.4.0 changes (#31093)
This commit is contained in:
parent
c7e007d199
commit
7fe9ac3bad
@ -189,7 +189,7 @@ export const configurePanel = (config: PartialAddPanelConfig | PartialEditPanelC
|
||||
}
|
||||
|
||||
// Avoid annotations flakiness
|
||||
e2e().get('.refresh-picker-buttons .btn').first().click();
|
||||
e2e.components.RefreshPicker.runButton().should('be.visible').click();
|
||||
|
||||
e2e().wait('@chartData');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user