From d750e3a97f530a3aca5ab19c18106a66b89399e7 Mon Sep 17 00:00:00 2001 From: Rogerio Angeliski Date: Thu, 28 Apr 2022 11:19:55 -0300 Subject: [PATCH] chore: update test name Signed-off-by: Rogerio Angeliski --- .../components/ListTasksPage/columns/OwnerEntityColumn.test.tsx | 2 +- .../ListTasksPage/columns/TemplateTitleColumn.test.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/scaffolder/src/components/ListTasksPage/columns/OwnerEntityColumn.test.tsx b/plugins/scaffolder/src/components/ListTasksPage/columns/OwnerEntityColumn.test.tsx index c2672e22bd..84b86599d5 100644 --- a/plugins/scaffolder/src/components/ListTasksPage/columns/OwnerEntityColumn.test.tsx +++ b/plugins/scaffolder/src/components/ListTasksPage/columns/OwnerEntityColumn.test.tsx @@ -37,7 +37,7 @@ describe('', () => { signOut: jest.fn(), }; - it('should render the column with the time', async () => { + it('should render the column with the user', async () => { const props = { entityRef: 'user:default/foo', }; diff --git a/plugins/scaffolder/src/components/ListTasksPage/columns/TemplateTitleColumn.test.tsx b/plugins/scaffolder/src/components/ListTasksPage/columns/TemplateTitleColumn.test.tsx index 5ce11da28a..d7d194975e 100644 --- a/plugins/scaffolder/src/components/ListTasksPage/columns/TemplateTitleColumn.test.tsx +++ b/plugins/scaffolder/src/components/ListTasksPage/columns/TemplateTitleColumn.test.tsx @@ -27,7 +27,7 @@ describe('', () => { getTemplateParameterSchema: jest.fn(), } as any; - it('should render the column with the time', async () => { + it('should render the column with the template name', async () => { const props = { entityRef: 'template:default/one-template', };