Skip to content

Commit af42ced

Browse files
committed
Fix Cypress 2
1 parent 5d84891 commit af42ced

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/organizations/organizations.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ describe('Organizations Page', () => {
22
it('displays the correct main title', () => {
33
cy.visit('localhost:5173/organizations');
44

5-
cy.get('h1').should('contain', 'My Organizations');
5+
cy.get('h1').should('contain', 'Organizations');
66
});
77
});

0 commit comments

Comments
 (0)