mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Chore: Remove some hardcoded waits from e2e tests (#75515)
remove some hardcoded waits
This commit is contained in:
@@ -68,8 +68,6 @@ describe('Panel edit tests', () => {
|
||||
e2e.components.PanelEditor.toggleVizOptions().click();
|
||||
e2e.components.PanelEditor.OptionsPane.content().should('not.exist');
|
||||
|
||||
cy.wait(100);
|
||||
|
||||
// open options pane
|
||||
e2e.components.PanelEditor.toggleVizOptions().should('be.visible').click();
|
||||
e2e.components.PanelEditor.OptionsPane.content().should('be.visible');
|
||||
|
||||
Reference in New Issue
Block a user