index.spec.js 145 B

123456
  1. describe('Show page', () => {
  2. it('Visits the /structures page', () => {
  3. cy.visit('https://local.frames.opentalent.fr/structures')
  4. })
  5. })