diff --git a/tests/integration/PhotoDeletionExisting.test.js b/tests/integration/PhotoDeletionExisting.test.js index 3f14a1867..9b3d10a59 100644 --- a/tests/integration/PhotoDeletionExisting.test.js +++ b/tests/integration/PhotoDeletionExisting.test.js @@ -101,7 +101,6 @@ describe( "Photo Deletion with existing saved observation", () => { await actor.press( discardButton ); } - async function expectNoPhotosInStandardCamera() { const noPhotoText = await screen.findByText( "Photos you take will appear here" ); expect( noPhotoText ).toBeVisible();