describe('Show page', () => { it('Visits the /structures page', () => { cy.visit('/structures') cy.contains('Liste').click() }) })