Give the browser more time to save the cookie at change_user_name test
parent
e13219fec9
commit
7d174855c4
|
@ -34,7 +34,7 @@ describe("change username value", function(){
|
|||
done();
|
||||
}
|
||||
});
|
||||
}, 0);
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue