mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
remove custom timeouts
This commit is contained in:
parent
af19a010c5
commit
9408d4395f
32 changed files with 0 additions and 46 deletions
|
@ -4,7 +4,6 @@ describe('scrollTo.js', function () {
|
|||
describe('scrolls to line', function () {
|
||||
// create a new pad with URL hash set before each test run
|
||||
before(async function () {
|
||||
this.timeout(60000);
|
||||
await helper.aNewPad({hash: 'L4'});
|
||||
});
|
||||
|
||||
|
@ -21,7 +20,6 @@ describe('scrollTo.js', function () {
|
|||
describe('doesnt break on weird hash input', function () {
|
||||
// create a new pad with URL hash set before each test run
|
||||
before(async function () {
|
||||
this.timeout(60000);
|
||||
await helper.aNewPad({hash: '#DEEZ123123NUTS'});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue