Skip to content

Commit

Permalink
Unit Test Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjmaclean committed Sep 4, 2024
1 parent e34300f commit e33b407
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ describe('WorkflowComponent', () => {
});

it('should set the highlighted field', () => {

window.innerHeight = 800;

const fields = [
{
conf: { currentlyViewed: false },
Expand Down

0 comments on commit e33b407

Please sign in to comment.