There was an error while loading. Please reload this page.
1 parent 5d84891 commit af42cedCopy full SHA for af42ced
2 files changed
cypress/e2e/home/home.ts cypress/e2e/home/home.cy.tscypress/e2e/home/home.ts renamed to cypress/e2e/home/home.cy.ts
cypress/e2e/organizations/organizations.cy.ts
@@ -2,6 +2,6 @@ describe('Organizations Page', () => {
2
it('displays the correct main title', () => {
3
cy.visit('localhost:5173/organizations');
4
5
- cy.get('h1').should('contain', 'My Organizations');
+ cy.get('h1').should('contain', 'Organizations');
6
});
7
0 commit comments