Skip to content

Commit

Permalink
Merge pull request #1142 from manikantakailasa/PRESS0-1213
Browse files Browse the repository at this point in the history
Replace references to old values in `NewfoldRuntime`
  • Loading branch information
circlecube authored Jun 25, 2024
2 parents 2ca893d + b34bea1 commit 2c698f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/home.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe( 'Home Page', function () {

it( 'Site Info Exists', () => {
cy.get( '.wppbh-app-site-info' )
.contains( 'h3', NewfoldRuntime.site.title )
.contains( 'h3', NewfoldRuntime.siteTitle )
.scrollIntoView()
.should( 'be.visible' );
} );
Expand Down

0 comments on commit 2c698f6

Please sign in to comment.