lint: Run eslint --fix

This commit is contained in:
Richard Hansen 2022-02-21 00:36:14 -05:00
parent 8eb310854d
commit c8211f2898
9 changed files with 23 additions and 23 deletions

View file

@ -65,7 +65,7 @@ describe('Plugins page', function () {
// Ensure it's a higher minor version IE 0.3.x as 0.2.x was installed
// Coverage for https://github.com/ether/etherpad-lite/issues/4536
await helper.waitForPromise(() => parseInt(helper.admin$(
'.ep_align .version'
'.ep_align .version',
)
.text()
.split('.')[1]) > minorVersionBefore, 60000, 1000);