We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
home.spec.ts
1 parent 5e8678b commit 406115dCopy full SHA for 406115d
cypress/integration/home.spec.ts
@@ -4,10 +4,10 @@ describe('Homepage', () => {
4
});
5
6
it('should display website name', () => {
7
- cy.get('h1').contains('Local Paste');
+ cy.get('h1').contains('LCL Paste');
8
9
10
it('should get the website title', () => {
11
- cy.get('head title').should('contain', 'Welcome | Local Paste');
+ cy.get('head title').should('contain', 'Welcome | LCL Paste');
12
13
0 commit comments