Skip to content

Commit

Permalink
Adding text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwaryamathuria committed May 25, 2023
1 parent 7599435 commit 6edbc06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ describe('Utils', () => {

it('Gracefully dies when locale ietf is missing and dir is not set.', () => {
setConfigWithPath('/ua/solutions');
expect(document.documentElement.getAttribute('dir')).to.equal('ltr');
expect(document.documentElement.getAttribute('dir')).null;
});
});

Expand Down

0 comments on commit 6edbc06

Please sign in to comment.