Skip to content

Commit

Permalink
Update cypress/e2e/english/landing/i18n.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmaxed authored Jan 26, 2025
1 parent 6c69979 commit f4175f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/english/landing/i18n.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe('Landing i18n (Hashnode sourced)', () => {
.should('not.equal', 'footer.links.copyright')
.should('have.attr', 'href')
.should('equal', 'https://www.freecodecamp.org/news/copyright-policy/');
cy.get("[data-test-label='powered-by'] span")
cy.get("span[data-test-label='powered-by']")
.invoke('text')
.should('equal', 'Publication powered by Hashnode');
});
Expand Down

0 comments on commit f4175f3

Please # to comment.