Skip to content

Commit

Permalink
chore: correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-deriv committed Aug 9, 2023
1 parent 0dca999 commit ae46379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { isMobile } from '@deriv/shared';

const default_mocked_props = {
selected_contract_type: 'vanilla',
data_testid: 'dt-description_video',
data_testid: 'dt_description_video',
};

jest.mock('@deriv/shared', () => ({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const TradeCategoriesGIF = ({ category, selected_contract_type }) => {
return (
<ContractTypeDescriptionVideo
selected_contract_type={selected_contract_type}
data_testid='dt-description_video'
data_testid='dt_description_video'
/>
);
case 'tick_high_low':
Expand All @@ -71,7 +71,7 @@ const TradeCategoriesGIF = ({ category, selected_contract_type }) => {
return (
<ContractTypeDescriptionVideo
selected_contract_type={selected_contract_type}
data_testid='dt-description_video'
data_testid='dt_description_video'
/>
);
default:
Expand Down

0 comments on commit ae46379

Please sign in to comment.