Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit b241682

Browse files
committed
chore: update home page & tests
1 parent e805449 commit b241682

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/app/examples/home.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ <h4>Documentation</h4>
2727

2828
<br /><br />
2929

30-
<a href="https://ko-fi.com/ghiscoding" target="_blank">
30+
<a href="https://ko-fi.com/N4N679OT" target="_blank">
3131
<img
3232
height="36"
3333
style="border: 0px; height: 36px"
34-
src="https://az743702.vo.msecnd.net/cdn/kofi2.png?v=0"
34+
src="https://storage.ko-fi.com/cdn/kofi3.png?v=6"
3535
border="0"
3636
alt="Buy Me a Coffee at ko-fi.com"
3737
/>

test/cypress/e2e/home.cy.ts

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

5-
cy.get('h2').should(($h2) => {
6-
expect($h2, 'text content').to.have.text('Angular-Slickgrid - Demo Site');
7-
});
8-
9-
cy.get('.subtitle').contains('This site is to demo multiple usage of Angular-Slickgrid');
5+
cy.get('h2').should('have.text', 'Angular-Slickgrid - Demo Site');
106
});
117
});

0 commit comments

Comments
 (0)