From 793dfd8960b9a7fb023cc3fa910191fe4b77f18a Mon Sep 17 00:00:00 2001 From: Johannes Klein Date: Fri, 12 Jun 2026 12:53:23 +0200 Subject: [PATCH] Update PhotoDeletionExisting.test.js --- tests/integration/PhotoDeletionExisting.test.js | 1 - 1 file changed, 1 deletion(-) 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();