Skip to content

Commit

Permalink
test: expectedMsg updated
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Aug 26, 2023
1 parent 4b5dbf9 commit 001d4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register/tests/TermsOfService.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('TermsOfServiceTest', () => {
<IntlTermsOfService onChangeHandler={changeHandler} />
</IntlProvider>,
);
const expectedMsg = 'I agree to the Your Platform Name Here\u00a0Terms of Service in a new tab';
const expectedMsg = 'I agree to the Your Platform Name Here\u00a0Terms of Servicein a new tab';
expect(termsOfService.find('#terms-of-service').find('label').text()).toEqual(expectedMsg);
expect(value).toEqual(false);
});
Expand Down

0 comments on commit 001d4bf

Please sign in to comment.