diff --git a/cypress/component/components/NavBar.cy.js b/cypress/component/components/NavBar.cy.js index b426ba001..dc3193b54 100644 --- a/cypress/component/components/NavBar.cy.js +++ b/cypress/component/components/NavBar.cy.js @@ -46,7 +46,7 @@ describe('', () => { // Check that the component is mounted and the expected elements are present cy.get('nav').should('exist'); cy.get('[data-cy=button-sign-out]').should('exist'); - cy.get('[data-cy=button-profile-info]').should('exist'); + // @NOTE the students not longer have button-profile-info }); it('mounts using a desktop viewport', () => {