cart-sidebar.ts 137 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 class Cart { get goToCheckoutButton(): Cypress.Chainable { return cy.contains('Go to checkout'); } } export default new Cart();