mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Give the browser more time to save the cookie at change_user_name test
This commit is contained in:
parent
e13219fec9
commit
7d174855c4
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ describe("change username value", function(){
|
||||||
done();
|
done();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, 0);
|
}, 1000);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue