Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 7ab94cc

Browse files
committed
fix lifecycle-hooks
1 parent 56db287 commit 7ab94cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/_examples/lifecycle-hooks/e2e-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('Lifecycle hooks', function () {
8282
return sendKeys(powerInputEle, '-bar-');
8383
}).then(function () {
8484
expect(titleEle.getText()).toContain('Windstorm-foo- can sing-bar-');
85-
expect(changeLogEles.count()).toEqual(logCount + 7, 'should add 7 more messages');
85+
expect(changeLogEles.count()).toEqual(logCount + 6, 'should add 6 more messages');
8686
});
8787
});
8888

0 commit comments

Comments
 (0)