mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix e2e (#71594)
This commit is contained in:
@@ -10,10 +10,7 @@ e2e.scenario({
|
||||
e2e.flows.openDashboard({ uid: '5SdHCadmz', queryParams: { editPanel: 3 } });
|
||||
|
||||
e2e.components.Tab.title('Transform').should('be.visible').click();
|
||||
|
||||
// Flacky tests. Error: cy.click() failed because this element is detached from the DOM.
|
||||
// The element is visible and clickable manually.
|
||||
// e2e.components.TransformTab.newTransform('Reduce').scrollIntoView().should('be.visible').click();
|
||||
// e2e.components.Transforms.Reduce.calculationsLabel().should('be.visible');
|
||||
e2e.components.TransformTab.newTransform('Reduce').scrollIntoView().should('be.visible').click();
|
||||
e2e.components.Transforms.Reduce.calculationsLabel().should('be.visible');
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user