(cherry picked from commit c1c94f478a)
Co-authored-by: Andres Martinez Gotor <andres.mgotor@gmail.com>
This commit is contained in:
co-authored by
Andres Martinez Gotor
parent
525fa7e9e5
commit
67362d8e25
@@ -1,4 +1,4 @@
|
||||
import { e2e } from '../index';
|
||||
import { e2e } from '..';
|
||||
import { getScenarioContext } from '../support/scenarioContext';
|
||||
|
||||
import { selectOption } from './selectOption';
|
||||
@@ -148,7 +148,7 @@ export const configurePanel = (config: PartialAddPanelConfig | PartialEditPanelC
|
||||
//e2e().wait('@chartData');
|
||||
|
||||
// Avoid annotations flakiness
|
||||
e2e.components.RefreshPicker.runButton().should('be.visible').click();
|
||||
e2e.components.RefreshPicker.runButtonV2().first().should('be.visible').click({ force: true });
|
||||
|
||||
e2e().wait('@chartData');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user