Update PhotoDeletionExisting.test.js

This commit is contained in:
Johannes Klein
2026-06-12 12:53:23 +02:00
parent 43b7f7ed25
commit 793dfd8960

View File

@@ -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();