mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 03:30:25 +00:00
Fix build by giving more time to Protractor
This commit is contained in:
parent
a6443bceb8
commit
87e7b2ead6
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ 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(1000);
|
||||
browser.sleep(2000);
|
||||
browser.getCurrentUrl().then(function(url){
|
||||
expect(url).toMatch(/#\/tasks$/);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue