context('TASKANA Login', () => { it('should login depending on current configuration', () => { cy.loginAs('admin'); }); });