Skip to content

Commit

Permalink
fix jest test copy
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Feb 11, 2021
1 parent 1c980b4 commit 7a5e283
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ const PERCENT_SIGN_NAME = 'test%';
const PERCENT_SIGN_WITH_OTHER_CHARS_NAME = 'test%#';
const PERCENT_SIGN_25_SEQUENCE = 'test%25';

const createPolicyTitle = 'Create Policy';
const editPolicyTitle = 'Edit Policy';
const createPolicyTitle = 'Create policy';
const editPolicyTitle = 'Edit policy';

window.scrollTo = jest.fn();

Expand Down

0 comments on commit 7a5e283

Please sign in to comment.