From 51c69a490cceded4b24ac15424cf2a37abf055c3 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 29 Aug 2016 17:43:35 -0300 Subject: [PATCH] Remove obsolete test --- src/app/layout/blocks/profile-image/profile-image-block.component.spec.ts | 7 ------- 1 file changed, 0 insertions(+), 7 deletions(-) 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