Skip to content

Commit

Permalink
the button-profile-info no longer for students
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-ejag committed Sep 25, 2024
1 parent bf03731 commit 3f4a3a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/component/components/NavBar.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('<NavBar />', () => {
// 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', () => {
Expand Down

0 comments on commit 3f4a3a0

Please sign in to comment.