Skip to content

Commit

Permalink
Make test Windows friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tja4472 committed Aug 25, 2016
1 parent a3a5d12 commit 7fcf752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('ClickerApp', () => {
expect(browser.getTitle()).toEqual('Clickers');
});

it('should have <nav>', () => {
it('should have {nav}', () => {
expect(element(by.css('ion-navbar')).isPresent()).toEqual(true);
});

Expand Down

0 comments on commit 7fcf752

Please sign in to comment.