mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Update e2e selectors for Transformations (#78426)
* baldm0mma/e2e_selector_migration/ update labels * baldm0mma/e2e_selector_migration/ run prettier * baldm0mma/e2e_selector_migration/ add test * baldm0mma/ update results * baldm0mma/e2e_selector_migration/ update betterer
This commit is contained in:
@@ -11,5 +11,6 @@ describe('Panel edit tests - transformations', () => {
|
||||
e2e.components.Tab.title('Transform data').should('be.visible').click();
|
||||
e2e.components.TransformTab.newTransform('Reduce').scrollIntoView().should('be.visible').click();
|
||||
e2e.components.Transforms.Reduce.calculationsLabel().should('be.visible');
|
||||
e2e.components.Transforms.Reduce.modeLabel().should('be.visible');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user