Skip to content

Commit

Permalink
Fix testing error
Browse files Browse the repository at this point in the history
  • Loading branch information
reneepinna committed Oct 23, 2023
1 parent 3f1a39f commit ed291f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/homePage.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit ed291f2

Please sign in to comment.