mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Fix e2e selector (#48168)
This commit is contained in:
parent
d8a754c4a0
commit
c1c94f478a
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user