From 3f4a3a002e670932dc7144b71f44dcc592a0ff1e Mon Sep 17 00:00:00 2001 From: emily-ejag Date: Wed, 25 Sep 2024 13:40:05 -0700 Subject: [PATCH] the button-profile-info no longer for students --- cypress/component/components/NavBar.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {