Skip to content

Commit

Permalink
Fix e2e spec compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
elkozmon committed Jul 23, 2017
1 parent 5e4aa3e commit de8defe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/connect-page.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ describe("Connect page", () => {

it("should display message saying 'ZooNavigator. An awesome Zookeeper web admin.'", () => {
page.navigateTo();
expect(page.getHeaderText()).toEqual("ZooNavigator. An awesome Zookeeper web admin.");
expect<any>(page.getHeaderText()).toEqual("ZooNavigator. An awesome Zookeeper web admin.");
});
});

0 comments on commit de8defe

Please sign in to comment.