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', };