jQuery: update to version 3.6.0

jquery-update
webzwo0i 2021-07-06 22:34:08 +02:00 committed by Richard Hansen
parent cc677474b4
commit 9184d06ba1
2 changed files with 2063 additions and 1221 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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();