Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
IvaKop authored Jul 22, 2024
1 parent ee38f60 commit a6e8385
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions front/cypress/e2e/folder_page.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ describe('Project selection page', () => {
cy.get('#e2e-folder-page');
});

it('shows where you are', () => {
cy.get('.e2e-projects-dropdown-link')
.should('have.class', 'active')
.should('be.visible');
});

it('shows the folder title', () => {
cy.get('#e2e-folder-title').contains(folderTitle);
});
Expand Down

0 comments on commit a6e8385

Please sign in to comment.