Commit 51c69a490cceded4b24ac15424cf2a37abf055c3
1 parent
0aebb5d9
Exists in
master
and in
1 other branch
Remove obsolete test
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
src/app/layout/blocks/profile-image/profile-image-block.component.spec.ts
| ... | ... | @@ -44,13 +44,6 @@ describe("Components", () => { |
| 44 | 44 | }); |
| 45 | 45 | }); |
| 46 | 46 | |
| 47 | - it("has link to the profile", () => { | |
| 48 | - helpers.tcb.createAsync(BlockContainerComponent).then(fixture => { | |
| 49 | - let elProfile = fixture.debugElement.componentViewChildren[0]; | |
| 50 | - expect(elProfile.query('a.settings-link').length).toEqual(1); | |
| 51 | - }); | |
| 52 | - }); | |
| 53 | - | |
| 54 | 47 | it("display button to join community", (done: Function) => { |
| 55 | 48 | helpers.tcb.createAsync(BlockContainerComponent).then(fixture => { |
| 56 | 49 | let elProfile = fixture.debugElement.componentViewChildren[0]; | ... | ... |