tests(e2e): Fix test name to use proper English
This commit is contained in:
committed by
Taylor Hobbs
parent
8a546c7ec3
commit
a92646b4e9
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user