Skip to content

Commit

Permalink
fix: (CXSPA-1001) - Fixed outdated selector (#19052)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pio-Bar authored Jul 16, 2024
1 parent e6a39cb commit 28dce71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export function visitCheckoutDeliveryModePage() {
);
cy.visit('/checkout/delivery-mode');
cy.wait(`@${deliveryModePage}`).its('response.statusCode').should('eq', 200);
cy.get('cx-delivery-mode h2').should('contain', 'Delivery Method');
cy.get('cx-delivery-mode legend').should('contain', 'Delivery Method');
}

0 comments on commit 28dce71

Please sign in to comment.