mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
jQuery: update to version 3.6.0
This commit is contained in:
parent
5906afbc2e
commit
9dfc6b9d03
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 () => {
|
await helper.waitForPromise(async () => {
|
||||||
oldStartTime = await getStartTime();
|
oldStartTime = await getStartTime();
|
||||||
return oldStartTime != null && oldStartTime > 0;
|
return oldStartTime != null && oldStartTime > 0;
|
||||||
}, 1000, 500);
|
}, 2100, 500);
|
||||||
helper.admin$('#restartEtherpad').trigger('click');
|
helper.admin$('#restartEtherpad').trigger('click');
|
||||||
await helper.waitForPromise(async () => {
|
await helper.waitForPromise(async () => {
|
||||||
const startTime = await getStartTime();
|
const startTime = await getStartTime();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue