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:
Jev Forsberg
2023-11-21 09:31:56 -07:00
committed by GitHub
parent 5acb981680
commit 4275f2dc8c
4 changed files with 6 additions and 7 deletions

View File

@@ -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');
});
});