Transformations: Rename "Transform" tab to "Transform data" (#75757)

* Rename transform tab to transform data
This commit is contained in:
Kyle Cunningham
2023-10-04 14:24:21 -05:00
committed by GitHub
parent d9160553f9
commit d673862853
5 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ describe('Panel edit tests - transformations', () => {
it('Tests transformations editor', () => {
e2e.flows.openDashboard({ uid: '5SdHCadmz', queryParams: { editPanel: 3 } });
e2e.components.Tab.title('Transform').should('be.visible').click();
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');
});