Skip to content

Commit cacfeeb

Browse files
committed
chore: fix failing Cypress test
1 parent a1088e4 commit cacfeeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/aurelia/test/cypress/e2e/home.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ describe('Home Page', () => {
22
it('should display Home Page', () => {
33
cy.visit(`${Cypress.config('baseUrl')}/home`);
44

5-
cy.get('h1').should('have.text', 'Aurelia-Slickgrid');
5+
cy.get('h2').should('have.text', 'Aurelia-Slickgrid');
66
});
77
});

0 commit comments

Comments
 (0)