Skip to content

Commit 6af6cdf

Browse files
committed
fix: fixing PR comments
1 parent e00b84d commit 6af6cdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/storefrontapp-e2e-cypress/cypress/e2e/accessibility/add-to-cart-dialog.a11y-e2e.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ describe('Add to Cart Modal Accessibility', () => {
1818
it('Item Added to Cart Dialog', () => {
1919
cy.visit(siteContextSelector.PRODUCT_PATH_2);
2020
cy.get('cx-add-to-cart button[type=submit]').click();
21-
cy.get('cx-added-to-cart-dialog .cx-modal-content cx-cart-item')
22-
.a11yRunContinuumTest();
21+
cy.get('cx-added-to-cart-dialog .cx-modal-content cx-cart-item');
22+
cy.get('cx-added-to-cart-dialog').a11yRunContinuumTest()
2323
});
2424
});
2525
});

0 commit comments

Comments
 (0)