From 1299b5d2bd5b5968d0c1ab0b39a043a202e8ff8e Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 6 Sep 2023 20:49:53 +0200 Subject: [PATCH] Fixing face path in E2E test --- test/cypress/e2e/gallery.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/e2e/gallery.cy.ts b/test/cypress/e2e/gallery.cy.ts index 55001fa9..08f1da48 100644 --- a/test/cypress/e2e/gallery.cy.ts +++ b/test/cypress/e2e/gallery.cy.ts @@ -68,7 +68,7 @@ describe('Gallery', () => { cy.get('.photo-container > img[alt="IMG_5910.jpg"]').click({scrollBehavior: 'center'}); cy.get('app-lightbox-controls > #controllers-container > .controls-caption').contains('Squirrel at berkely'); - cy.get('app-lightbox-controls > .faces-container > .face > .face-name').contains('Alvin the Squirrel'); + cy.get('app-lightbox-controls .faces-container > .face > .face-name').contains('Alvin the Squirrel'); }); });