diff --git a/plugins/airbrake/src/plugin.test.tsx b/plugins/airbrake/src/EntityAirbrakeContent.test.tsx similarity index 90% rename from plugins/airbrake/src/plugin.test.tsx rename to plugins/airbrake/src/EntityAirbrakeContent.test.tsx index 1f29aae42b..f0afef425f 100644 --- a/plugins/airbrake/src/plugin.test.tsx +++ b/plugins/airbrake/src/EntityAirbrakeContent.test.tsx @@ -17,8 +17,8 @@ import React from 'react'; import { EntityAirbrakeContent } from './plugin'; import { renderInTestApp } from '@backstage/test-utils'; -describe('Airbrake', () => { - it('should render page', async () => { +describe('The Airbrake entity', () => { + it('should render the content properly', async () => { const rendered = await renderInTestApp(); expect(rendered.getByText('ChunkLoadError')).toBeInTheDocument(); });