Skip to content

Commit

Permalink
test: fix MP validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
KrupaPammi committed May 17, 2024
1 parent 6e1f5a3 commit ed6c47a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Chance = require('chance');
const chance = new Chance();

const email = `giftaid-staging-${Date.now().toString()}@email.sls.comicrelief.com`;
const phone = chance.phone({ country: 'uk', mobile: true }).replace(/\s/g, '');
const phone = chance.phone({ country: 'uk', mobile: false }).replace(/\s/g, '');

test.describe('Marketing preferences validation @sanity @nightly-sanity', () => {

Expand Down

0 comments on commit ed6c47a

Please sign in to comment.