Skip to content

Commit

Permalink
Remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom committed Jan 9, 2025
1 parent 42cd908 commit 44dc38f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ describe('<MijnBedrijfsGegevensThema />', () => {
);
}

test.only('Shows complete profile', async () => {
const { asFragment } = render(<Component />);
test('Shows complete profile', async () => {
render(<Component />);
const user = userEvent.setup();

expect(screen.getByText(PAGE_TITLE)).toBeInTheDocument();
Expand Down

0 comments on commit 44dc38f

Please sign in to comment.