Skip to content

Commit

Permalink
fix typo in the support url
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijitb committed Dec 6, 2024
1 parent 03850d0 commit 6e00637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cypress/integration/region.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Regional Adjustments', { testIsolation: true }, () => {
cy.get('.card-help-chat').should('exist').contains('.nfd-button', 'Chat ao Vivo');
cy.get('.card-help-chat .nfd-button').should('have.attr', 'href')
.then(href => {
expect(href).to.contain('suporte.hostgator.mx')
expect(href).to.contain('soporte.hostgator.mx')
});
});

Expand Down

0 comments on commit 6e00637

Please sign in to comment.