Skip to content

Commit

Permalink
fix: my-interests e2e test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheFlo committed Nov 16, 2023
1 parent 5ae8337 commit a9111f9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ export function verifyRemovingCustomerInterestInPDP() {
export function navigateToPDPInCustomerInterest(productCode: string) {
cy.get('.cx-product-interests-product-item').within(() => {
cy.get('.cx-code').should('contain', productCode);
cy.get(
'.cx-product-interests-product-image-link > .is-initialized > img'
).click();
cy.get('.cx-product-interests-product-image-link > .is-initialized')
.find('img')
.click();
});
}

Expand Down

0 comments on commit a9111f9

Please sign in to comment.