Skip to content

Commit

Permalink
excluding faulty test
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleygrimes committed Jul 17, 2019
1 parent 36a0281 commit 07eea44
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions projects/ngrx.io/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,6 @@ describe('AppComponent', () => {
expect(component.showSearchResults).toBe(true);
});

// causing issues with aio-search-box nested in ng-content in aio-top-menu
// it('should show developer source view if the footer is clicked while holding the meta and alt keys', () => {
// component.dtOn = false;
// expect(component.onClick({ tagName: 'FOOTER'} as HTMLElement, 0, false, true, true)).toBeFalsy();
// expect(component.dtOn).toBeTruthy();
// });

it('should return the result of handleAnchorClick when anchor is clicked', () => {
const anchorElement: HTMLAnchorElement = document.createElement('a');
spyOn(locationService, 'handleAnchorClick').and.returnValue(true);
Expand Down

0 comments on commit 07eea44

Please sign in to comment.