Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello committed Dec 18, 2023
1 parent a0e8832 commit e88d2e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ hqDefine("cloudcare/js/formplayer/spec/split_screen_case_search_spec", function
Controller.showMenu(responseWithTypeQuery);

assert.isTrue(stubs.regions['sidebar'].empty.called);
})
});

it('should hide sidebar if there are no search inputs in entities response', function () {
let queryResponse = splitScreenCaseListResponse.queryResponse;
Expand All @@ -97,7 +97,7 @@ hqDefine("cloudcare/js/formplayer/spec/split_screen_case_search_spec", function
Controller.showMenu(responseWithTypeQuery);

assert.isTrue(stubs.regions['sidebar'].empty.called);
})
});

it('should empty sidebar if in app preview', function () {
FormplayerFrontend.currentUser.displayOptions.singleAppMode = true;
Expand Down

0 comments on commit e88d2e2

Please sign in to comment.