Skip to content

Commit

Permalink
likhith/fix: ⚰️ removed old text related to appstore (#10049)
Browse files Browse the repository at this point in the history
* fix: ⚰️ removed old text related to appstore

* fix: ⚰️ removed old text related to appstore

* chore: Trigger Build
  • Loading branch information
likhith-deriv committed Sep 13, 2023
1 parent f4254b1 commit c8457e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ const mock_errors = {
tax_identification_confirm: 'Please confirm your tax information.',
};

const fake_alert_messaget =
/we need this for verification\. if the information you provide is fake or inaccurate, you won’t be able to deposit and withdraw\./i;

const tax_residence_pop_over_text =
/the country in which you meet the criteria for paying taxes\. usually the country in which you physically reside\./i;
const tin_pop_over_text = /don't know your tax identification number\?/i;
Expand Down Expand Up @@ -264,12 +261,6 @@ describe('<PersonalDetails/>', () => {
expect(screen.getByTestId('personal_details_form')).toBeInTheDocument();
});

it('should show fake-alert message', () => {
renderwithRouter(<PersonalDetails {...props} />);

expect(screen.getByText(fake_alert_messaget)).toBeInTheDocument();
});

it('should show proper salutation message when is_virtual is true', () => {
renderwithRouter(<PersonalDetails {...props} is_virtual />);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,6 @@ const PersonalDetails = ({
onScroll={closeToolTip}
testId='dt_personal_details_container'
>
{!is_qualified_for_idv && (
<div className='details-form__sub-header'>
<Text size={isMobile() ? 'xs' : 'xxs'} align={isMobile() && 'center'}>
{localize(
'We need this for verification. If the information you provide is fake or inaccurate, you won’t be able to deposit and withdraw.'
)}
</Text>
</div>
)}

<div
className={classNames('details-form__elements', 'personal-details-form')}
style={{ paddingBottom: isDesktop() ? 'unset' : null }}
Expand Down

0 comments on commit c8457e3

Please sign in to comment.