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