tests(e2e): Fix test name to use proper English

This commit is contained in:
Taylor Hobbs
2016-01-06 11:29:55 -06:00
committed by Taylor Hobbs
parent 8a546c7ec3
commit a92646b4e9
+1 -1
View File
@@ -28,7 +28,7 @@ describe('front page', function() {
expect(button.getText()).toEqual('Join for free');
});
it("don't login when using wrong credentials", function(){
it("doesn't login when using wrong credentials", function(){
var button = element(by.id('play-btn'));
button.click();
browser.sleep(1000);