Skip to content

Commit

Permalink
Update sponsors.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth authored May 5, 2024
1 parent c835d4b commit 9aba326
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions documentation-website/cypress/e2e/sponsors.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ describe('contributing/sponsors', () => {
cy.url().should('eq', BASE_URL + page.sponsors,);
},);
it('title matches', () => {
cy.title().should('eq', 'Sponsors | Contributing | '+
'@idrinth/api-bench',);
cy.title().should('eq', 'Sponsors | Contributing | @idrinth/api-bench',);
},);
it('h1 matches', () => {
cy.get('h1',)
Expand Down

0 comments on commit 9aba326

Please sign in to comment.