Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Dec 9, 2024
1 parent 50c8758 commit 6225b96
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,10 @@ describe('RoutingQueryParamService', () => {
});

it('should set isDesigner to true if session storage matches default designer viewer', () => {
// cookieService.get.and.returnValue(
// DESIGNER_SESSION_STORAGE_VARIABLE.defaultDesignerViewer
// );
expect(service.isDesignerViewer()).toBeTrue();
});

it('should listen to navigation start events', () => {
// cookieService.get.and.returnValue(
// DESIGNER_SESSION_STORAGE_VARIABLE.defaultDesignerViewer
// );
eventsSubject.next(new NavigationStart(1, 'testUrl'));
expect(service.isDesignerViewer()).toBeTrue();
});
Expand Down

0 comments on commit 6225b96

Please sign in to comment.