diff --git a/src/client/pages/Profile/commercial/ProfileCommercial.test.tsx b/src/client/pages/Profile/commercial/ProfileCommercial.test.tsx
index 99de84fa1..b886dfd15 100644
--- a/src/client/pages/Profile/commercial/ProfileCommercial.test.tsx
+++ b/src/client/pages/Profile/commercial/ProfileCommercial.test.tsx
@@ -229,8 +229,8 @@ describe('', () => {
);
}
- test.only('Shows complete profile', async () => {
- const { asFragment } = render();
+ test('Shows complete profile', async () => {
+ render();
const user = userEvent.setup();
expect(screen.getByText(PAGE_TITLE)).toBeInTheDocument();