Commit 7fe9ac3b by Vicky Lee Committed by GitHub

update configurePanel for 7.4.0 changes (#31093)

parent c7e007d1
...@@ -189,7 +189,7 @@ export const configurePanel = (config: PartialAddPanelConfig | PartialEditPanelC ...@@ -189,7 +189,7 @@ export const configurePanel = (config: PartialAddPanelConfig | PartialEditPanelC
} }
// Avoid annotations flakiness // Avoid annotations flakiness
e2e().get('.refresh-picker-buttons .btn').first().click(); e2e.components.RefreshPicker.runButton().should('be.visible').click();
e2e().wait('@chartData'); e2e().wait('@chartData');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment