Skip to content

Commit

Permalink
fixed grunt errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LizaHCarter committed Dec 18, 2014
1 parent fc0134c commit 5d57dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/authentication/login.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ describe('login', function(){
element(by.css('button[ng-click]')).click();
expect(element(by.css('div[ui-view] > h1')).getText()).toEqual('login');
});
});
});
2 changes: 1 addition & 1 deletion test/e2e/authentication/logout.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ describe('logout', function(){
expect(element(by.css('a[ui-sref="notes.list"]')).isDisplayed()).toBeFalsy();
expect(element(by.css('div[ui-view] > h1')).getText()).toEqual('home');
});
});
});

0 comments on commit 5d57dd3

Please sign in to comment.