Skip to content

Commit

Permalink
updated cypress text check for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayadav09 committed May 22, 2024
1 parent 5f15250 commit 04ce4b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe( 'SiteGen Fork Step', function () {
cy.get( '.nfd-onboarding-step--site-gen__fork__importsite' )
.scrollIntoView()
.should( 'exist' )
.should( 'contain', 'Already have a WordPress site' );
.should( 'contain', 'Already have a WordPress site you want to import?' );
} );

it( 'Verify by default import your WP account leads to transfer site link' , () => {
Expand Down

0 comments on commit 04ce4b0

Please sign in to comment.