Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
fix: remove only (#3968)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamacook authored Jun 14, 2022
1 parent 6fe9a66 commit 468e0b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ describe('Safe Apps -> AppsList -> Share Safe Apps', () => {
})
})

it.only('Copies the Safe app URL to the clipboard and shows a snackbar', async () => {
it('Copies the Safe app URL to the clipboard and shows a snackbar', async () => {
const copyToClipboardSpy = jest.spyOn(clipboard, 'copyToClipboard')

copyToClipboardSpy.mockImplementation(() => jest.fn())
Expand Down

0 comments on commit 468e0b0

Please sign in to comment.