Skip to content

Commit

Permalink
Fix another test with full url comparison that's failing in sta… (cyp…
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Mar 23, 2020
1 parent 57c298f commit 70c3dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/i18n_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('i18n', () => {
it('provides a default', function () {
cy.get('link[hreflang="x-default"]').should(($linkTag) => {
expect($linkTag[0].rel).to.eq('alternate')
expect($linkTag[0].href).to.eq('https://docs.cypress.io/guides/overview/why-cypress.html')
expect($linkTag[0].href).to.include('guides/overview/why-cypress.html')
})
})
})
Expand Down

0 comments on commit 70c3dcd

Please sign in to comment.