Newer
Older
smartKitchenFront / tests / e2e / specs / test.js
liuyangyingjie on 26 Oct 2022 206 bytes first commit
// https://docs.cypress.io/api/introduction/api.html

describe('My First Test', () => {
  it('Visits the app root url', () => {
    cy.visit('/')
    cy.contains('h1', 'Welcome to Your Vue.js App')
  })
})