diff --git a/src/app/layout/blocks/profile-image/profile-image-block.component.spec.ts b/src/app/layout/blocks/profile-image/profile-image-block.component.spec.ts index e79e41b..6e9cd49 100644 --- a/src/app/layout/blocks/profile-image/profile-image-block.component.spec.ts +++ b/src/app/layout/blocks/profile-image/profile-image-block.component.spec.ts @@ -44,13 +44,6 @@ describe("Components", () => { }); }); - it("has link to the profile", () => { - helpers.tcb.createAsync(BlockContainerComponent).then(fixture => { - let elProfile = fixture.debugElement.componentViewChildren[0]; - expect(elProfile.query('a.settings-link').length).toEqual(1); - }); - }); - it("display button to join community", (done: Function) => { helpers.tcb.createAsync(BlockContainerComponent).then(fixture => { let elProfile = fixture.debugElement.componentViewChildren[0]; -- libgit2 0.21.2