Sign in

calvin / public-calvin-sf-integration · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • public-calvin-sf-integration
  • ..
  • components
  • cart-sidebar.ts
  • Initial import
      5390ddc3
    root authored
    2022-10-16 18:14:09 +0200  
    Browse Code ยป
cart-sidebar.ts 137 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7
class Cart {
  get goToCheckoutButton(): Cypress.Chainable {
    return cy.contains('Go to checkout');
  }
}

export default new Cart();