lint
This commit is contained in:
parent
4df15fe948
commit
fcafacb36f
|
@ -99,7 +99,7 @@ const recordTracksIsEmailChanged = (
|
|||
opt_in: event.payload.isOptInMarketing,
|
||||
email_field_prefilled_source: emailSource,
|
||||
email_field_modified: isEmailChanged,
|
||||
});
|
||||
} );
|
||||
};
|
||||
|
||||
const recordTracksBusinessInfoCompleted = (
|
||||
|
|
|
@ -317,7 +317,6 @@ describe( 'BusinessInfo', () => {
|
|||
} );
|
||||
|
||||
describe( 'business info page, email marketing opt-in', () => {
|
||||
|
||||
it( 'should not disable the continue field when opt in checkbox is not checked and email field is empty', () => {
|
||||
props.context.businessInfo.location = 'AW';
|
||||
props.context.onboardingProfile.is_store_country_set = true;
|
||||
|
|
Loading…
Reference in New Issue