mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 18:22:21 +00:00
Fix again e2e test
This commit is contained in:
parent
c572a195aa
commit
69c4977511
1 changed files with 2 additions and 2 deletions
|
|
@ -52,9 +52,9 @@ describe('front page', function() {
|
|||
element(by.model('registerVals.confirmPassword')).sendKeys('pass');
|
||||
var register = element(by.css("#register-tab input[value='Register']"));
|
||||
register.click();
|
||||
browser.sleep(2000);
|
||||
browser.sleep(1000);
|
||||
browser.getCurrentUrl().then(function(url){
|
||||
expect(url).toMatch(/#\/tasks$/);
|
||||
expect(url).not.toMatch(/static\/front/);
|
||||
});
|
||||
});
|
||||
});
|
||||
Loading…
Reference in a new issue