mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
editor: outdent on ol removal (#4088)
This commit is contained in:
parent
71a1f28ab9
commit
c5584fb5b4
2 changed files with 24 additions and 6 deletions
|
@ -70,7 +70,7 @@ var sauceTestWorker = async.queue(function (testSettings, callback) {
|
|||
|
||||
}, 10000);
|
||||
|
||||
}, 1); //run 4 tests in parrallel
|
||||
}, 1); //run 1 test in parrallel
|
||||
|
||||
// 1) Firefox on Linux
|
||||
sauceTestWorker.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue