describe('Signet', () => { it('loads the dashboard', () => { cy.visit('/signet') }) it.skip('loads all the pages properly', () => { }) })