Skip to content

Commit

Permalink
Cypress tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aratidgr8 committed Jul 9, 2024
1 parent 17b75b8 commit b068bc1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ describe(
cy.get( '@buyButton' ).scrollIntoView().should( 'be.visible' );
// Verify Buy now button has correct link
cy.get( '@buyButton' )
.should( 'have.attr', 'href' )
.should( 'have.attr', 'data-ctb-id' )
.and(
'include',
'https://my.bluehost.com/hosting/app?utm_source=wp-marketplace&utm_medium=brand-plugin&utm_campaign=wordpress-ad&utm_content=buynow#/marketplace/product'
'f95ccf1e-3028-4ea7-b2c2-847969348e8b'
);
} );

Expand Down

0 comments on commit b068bc1

Please sign in to comment.