mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 16:32:16 +00:00
fix(test): Correct e2e expectation
This commit is contained in:
parent
3dc78a86f6
commit
183755cf74
1 changed files with 1 additions and 1 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue