Commit 8592856a053cd5a2eeee1eae12a51f4abf0e7ba7
1 parent
30c6672c
Exists in
master
and in
34 other branches
removed debug msg
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/app/components/navbar/navbar.spec.ts
| ... | ... | @@ -113,10 +113,8 @@ describe("Components", () => { |
| 113 | 113 | directives: [Navbar] |
| 114 | 114 | }) |
| 115 | 115 | .then(fixture => { |
| 116 | - console.log("entrou no .then") | |
| 117 | 116 | let navbarComp: Navbar = <Navbar>fixture.debugElement.componentViewChildren[0].componentInstance; |
| 118 | 117 | spyOn($modal, "open"); |
| 119 | - //navbarComp.activate(); | |
| 120 | 118 | navbarComp.openLogin(); |
| 121 | 119 | expect($modal.open).toHaveBeenCalled(); |
| 122 | 120 | expect($modal.open).toHaveBeenCalledWith({ | ... | ... |