Commit 51c69a490cceded4b24ac15424cf2a37abf055c3

Authored by Victor Costa
1 parent 0aebb5d9

Remove obsolete test

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];
... ...