From ed291f2cc88592535502abecab4fbe07d1e9f3c3 Mon Sep 17 00:00:00 2001 From: Renee Pinna Date: Mon, 23 Oct 2023 00:49:11 -0600 Subject: [PATCH] Fix testing error --- cypress/e2e/homePage.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/homePage.cy.js b/cypress/e2e/homePage.cy.js index 07ac641..4641835 100644 --- a/cypress/e2e/homePage.cy.js +++ b/cypress/e2e/homePage.cy.js @@ -10,7 +10,7 @@ describe('Homepage Tests', () => { cy.get('.logo-image').click() cy.url().should('include', '/') cy.get('.home-header').should('be.visible'); - cy.get('.content-section').should('be.visible'); + cy.get('.mission-content-section').should('be.visible'); cy.get('.media-side').should('be.visible'); cy.get('.text-side').should('be.visible'); cy.get('.refugee-image-container img').should('have.attr', 'alt', 'Refugees');