Merge branch 'Yann_Dev'
Yann authored at 2025-06-22 23:50:40
167.00 B
cube-front
// https://on.cypress.io/api

describe('My First Test', () => {
  it('visits the app root url', () => {
    cy.visit('/')
    cy.contains('h1', 'You did it!')
  })
})