describe('Dashboards', () => { beforeEach(() => { cy.get('[data-attr=menu-item-dashboards]').click() }) it('Dashboards loaded', () => { cy.get('h1').should('contain', 'Dashboards') }) })