This commit is contained in:
rjchow 2023-11-21 18:08:00 +07:00
parent 4df15fe948
commit fcafacb36f
2 changed files with 1 additions and 2 deletions

View File

@ -99,7 +99,7 @@ const recordTracksIsEmailChanged = (
opt_in: event.payload.isOptInMarketing,
email_field_prefilled_source: emailSource,
email_field_modified: isEmailChanged,
});
} );
};
const recordTracksBusinessInfoCompleted = (

View File

@ -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;