Skip to content

Commit

Permalink
Updated customer verification status for B2C sample data (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidiyacommercetools authored Dec 15, 2023
1 parent 0fbe496 commit e9d1bad
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/pretty-trees-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-test-data/customer': minor
---

Updated verification status of customers for the B2C sample data set
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('with the customer preset `jenniferJones`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-jones",
"lastName": "Jones",
"locale": undefined,
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('with the customer preset `jenniferJones`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-jones",
"lastName": "Jones",
"locale": undefined,
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('with the customer preset `jenniferJones`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-jones",
"lastName": "Jones",
"locale": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const jenniferJones = (): TCustomerDraftBuilder =>
.addresses([
AddressDraft.presets.sampleDataGoodStore.jenniferJonesAddress(),
])
.authenticationMode(authenticationMode.Password);
.authenticationMode(authenticationMode.Password)
.isEmailVerified(true);

export default jenniferJones;
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('with the customer preset `jenniferRobinson`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-robinson",
"lastName": "Robinson",
"locale": undefined,
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('with the customer preset `jenniferRobinson`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-robinson",
"lastName": "Robinson",
"locale": undefined,
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('with the customer preset `jenniferRobinson`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-robinson",
"lastName": "Robinson",
"locale": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const jenniferRobinson = (): TCustomerDraftBuilder =>
.addresses([
AddressDraft.presets.sampleDataGoodStore.jenniferRobinsonAddress(),
])
.authenticationMode(authenticationMode.Password);
.authenticationMode(authenticationMode.Password)
.isEmailVerified(true);

export default jenniferRobinson;
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('with the customer preset `jenniferSchmidt`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-schmidt",
"lastName": "Schmidt",
"locale": undefined,
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('with the customer preset `jenniferSchmidt`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-schmidt",
"lastName": "Schmidt",
"locale": undefined,
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('with the customer preset `jenniferSchmidt`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Jennifer",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "jennifer-schmidt",
"lastName": "Schmidt",
"locale": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const jenniferSchmidt = (): TCustomerDraftBuilder =>
.addresses([
AddressDraft.presets.sampleDataGoodStore.jenniferSchmidtAddress(),
])
.authenticationMode(authenticationMode.Password);
.authenticationMode(authenticationMode.Password)
.isEmailVerified(true);

export default jenniferSchmidt;
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('with the customer preset `sebastianFranklin`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-franklin",
"lastName": "Franklin",
"locale": undefined,
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('with the customer preset `sebastianFranklin`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-franklin",
"lastName": "Franklin",
"locale": undefined,
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('with the customer preset `sebastianFranklin`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-franklin",
"lastName": "Franklin",
"locale": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const sebastianFranklin = (): TCustomerDraftBuilder =>
.addresses([
AddressDraft.presets.sampleDataGoodStore.sebastianFranklinAddress(),
])
.authenticationMode(authenticationMode.Password);
.authenticationMode(authenticationMode.Password)
.isEmailVerified(true);

export default sebastianFranklin;
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('with the customer preset `sebastianMuller`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-mueller",
"lastName": "Müller",
"locale": undefined,
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('with the customer preset `sebastianMuller`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-mueller",
"lastName": "Müller",
"locale": undefined,
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('with the customer preset `sebastianMuller`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-mueller",
"lastName": "Müller",
"locale": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const sebastianMuller = (): TCustomerDraftBuilder =>
.addresses([
AddressDraft.presets.sampleDataGoodStore.sebastianMullerAddress(),
])
.authenticationMode(authenticationMode.Password);
.authenticationMode(authenticationMode.Password)
.isEmailVerified(true);

export default sebastianMuller;
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('with the customer preset `sebastianSmith`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-smith",
"lastName": "Smith",
"locale": undefined,
Expand Down Expand Up @@ -115,7 +115,7 @@ describe('with the customer preset `sebastianSmith`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-smith",
"lastName": "Smith",
"locale": undefined,
Expand Down Expand Up @@ -179,7 +179,7 @@ describe('with the customer preset `sebastianSmith`', () => {
"email": "[email protected]",
"externalId": undefined,
"firstName": "Sebastian",
"isEmailVerified": undefined,
"isEmailVerified": true,
"key": "sebastian-smith",
"lastName": "Smith",
"locale": undefined,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const samSmith = (): TCustomerDraftBuilder =>
.addresses([
AddressDraft.presets.sampleDataGoodStore.sebastianSmithAddress(),
])
.authenticationMode(authenticationMode.Password);
.authenticationMode(authenticationMode.Password)
.isEmailVerified(true);

export default samSmith;

0 comments on commit e9d1bad

Please sign in to comment.