Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
besdar committed Nov 10, 2024
1 parent f1dc160 commit 6bd6347
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/shared/ui/__tests__/Details.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,5 @@ describe('Details Component', () => {

expect(screen.getByText('Additional Settings Content')).toBeOnTheScreen();
expect(screen.getByText('hide_additional_settings')).toBeOnTheScreen();

await user.press(button);

expect(
screen.queryByText('Additional Settings Content'),
).not.toBeOnTheScreen();
expect(screen.getByText('show_additional_settings')).toBeOnTheScreen();
});
});

0 comments on commit 6bd6347

Please sign in to comment.