Skip to content

Commit

Permalink
test: remove repeat test to check copy clibpoard id
Browse files Browse the repository at this point in the history
  • Loading branch information
William Spada committed Oct 8, 2024
1 parent e2d7afe commit e35c17a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,4 @@ describe('<StoryCopyIdClipboard />', function () {
component.container.querySelector('data-clipboard-textt')
).toBeDefined();
});

it('should render copy id title', function () {
render(<StoryCopyIdClipboard id={70} />);
expect(fn).toHaveBeenCalledWith('story.events.copy_id');
});
});

0 comments on commit e35c17a

Please sign in to comment.