fix(test): Correct e2e expectation

This commit is contained in:
Sabe Jones
2015-07-30 20:59:55 -05:00
parent 3dc78a86f6
commit 183755cf74

View File

@@ -25,7 +25,7 @@ describe('front page', function() {
it('shows the front page', function(){
var button = element(by.id('play-btn'));
expect(button.getText()).toEqual('Play for free');
expect(button.getText()).toEqual('Join for free');
});
it("don't login when using wrong credentials", function(){