Skip to content

Commit

Permalink
also update home tests with new classnames
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Sep 11, 2023
1 parent 171d280 commit 0239547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cypress/integration/home.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ describe('Home Page', function () {

it('Welcome Section Exists', () => {
cy
.get('.wppb-app-section-container').contains('h2', 'Home')
.get('.nfd-app-section-container').contains('h2', 'Home')
.scrollIntoView()
.should('be.visible');
});

it('Additional Features Section Exists', () => {
cy
.get('.wppb-app-section-container').contains('h2', 'Additional Features')
.get('.nfd-app-section-container').contains('h2', 'Additional Features')
.scrollIntoView()
.should('be.visible');
});
Expand Down

0 comments on commit 0239547

Please sign in to comment.