mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix(test): Correct e2e expectation
This commit is contained in:
@@ -25,7 +25,7 @@ describe('front page', function() {
|
|||||||
|
|
||||||
it('shows the front page', function(){
|
it('shows the front page', function(){
|
||||||
var button = element(by.id('play-btn'));
|
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(){
|
it("don't login when using wrong credentials", function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user