Skip to content

Commit 406115d

Browse files
committed
test: fix test in home.spec.ts
1 parent 5e8678b commit 406115d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/home.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ describe('Homepage', () => {
44
});
55

66
it('should display website name', () => {
7-
cy.get('h1').contains('Local Paste');
7+
cy.get('h1').contains('LCL Paste');
88
});
99

1010
it('should get the website title', () => {
11-
cy.get('head title').should('contain', 'Welcome | Local Paste');
11+
cy.get('head title').should('contain', 'Welcome | LCL Paste');
1212
});
1313
});

0 commit comments

Comments
 (0)