Chore: Remove some hardcoded waits from e2e tests (#75515)

remove some hardcoded waits
This commit is contained in:
Ashley Harrison
2023-09-27 14:25:04 +01:00
committed by GitHub
parent 163b0d182b
commit e82e1593d8
8 changed files with 1 additions and 21 deletions
-2
View File
@@ -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');