Skip to content

Commit

Permalink
fix security spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed May 22, 2021
1 parent b675fc6 commit 998a138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/security.spec.js
Expand Up @@ -28,7 +28,7 @@ describe('security', () => {
cy.visit(`/offsets`)
cy.url().should(
'eq',
'https://www.wren.co/join/carbon?utm_medium=profile_referral_link&utm_campaign=share'
'https://www.wren.co/join/carbon?utm_campaign=share&utm_medium=profile_referral_link'
)
})
it('/privacy -> Privacy policy', () => {
Expand Down

0 comments on commit 998a138

Please sign in to comment.