mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
jQuery: update to version 3.6.0
This commit is contained in:
parent
cc677474b4
commit
9184d06ba1
2 changed files with 2063 additions and 1221 deletions
3282
src/static/js/vendors/jquery.js
vendored
3282
src/static/js/vendors/jquery.js
vendored
File diff suppressed because it is too large
Load diff
|
@ -80,7 +80,7 @@ describe('Admin > Settings', function () {
|
|||
await helper.waitForPromise(async () => {
|
||||
oldStartTime = await getStartTime();
|
||||
return oldStartTime != null && oldStartTime > 0;
|
||||
}, 1000, 500);
|
||||
}, 2100, 500);
|
||||
helper.admin$('#restartEtherpad').trigger('click');
|
||||
await helper.waitForPromise(async () => {
|
||||
const startTime = await getStartTime();
|
||||
|
|
Loading…
Reference in a new issue