Skip to content

Commit

Permalink
update security.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mfix22 committed May 22, 2021
1 parent 26064e6 commit 423ffa2
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_campaign=share&utm_medium=profile_referral_link'
'https://www.wren.co/join/carbon?utm_medium=profile_referral_link&utm_campaign=share'
)
})
it('/privacy -> Privacy policy', () => {
Expand Down

0 comments on commit 423ffa2

Please sign in to comment.