Skip to content

Commit

Permalink
documentation(documentation-website): Comment resolution
Browse files Browse the repository at this point in the history
Refs Issue #958 - This commit updates the API bench link on the documentation website to reflect the changes made in Issue #958
  • Loading branch information
arnabnandy7 committed May 4, 2024
1 parent e513e76 commit 71452f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation-website/cypress/e2e/contributors.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ describe('contributors', () => {
},);
it('title matches', () => {
cy.title()
.should('eq', 'Contributors | Contributing | @idrinth-api-bench/api-bench',);
.should('eq', 'Contributors | Contributing | '+
'@idrinth-api-bench/api-bench',);
},);
it('h1 matches', () => {
cy.get('h1',)
Expand Down

0 comments on commit 71452f3

Please sign in to comment.