Skip to content

Commit

Permalink
fix(popover): hide when host was removed (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibing-old-email authored and nnixaa committed May 23, 2018
1 parent b1a7deb commit d14e35d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions e2e/popover.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,4 @@ describe('nb-popover', () => {
done();
})
});

it('have to hide popover when host removed', done => {
element(contentTemplate).click();
expect(element(popover).isPresent()).toBeTruthy();
browser.get('#/').then(() => {
expect(element(popover).isPresent()).toBeFalsy();
done();
})
});
});

0 comments on commit d14e35d

Please sign in to comment.