mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
tests: Delete overly aggressive frontend test timeouts
This should reduce test flakiness.
This commit is contained in:
parent
7cbb3f565d
commit
4ad80d4072
17 changed files with 0 additions and 42 deletions
|
@ -9,7 +9,6 @@ describe('scrollTo.js', function () {
|
|||
});
|
||||
|
||||
it('Scrolls down to Line 4', async function () {
|
||||
this.timeout(100);
|
||||
const chrome$ = helper.padChrome$;
|
||||
await helper.waitForPromise(() => {
|
||||
const topOffset = parseInt(chrome$('iframe').first('iframe')
|
||||
|
@ -27,7 +26,6 @@ describe('scrollTo.js', function () {
|
|||
});
|
||||
|
||||
it('Does NOT change scroll', async function () {
|
||||
this.timeout(100);
|
||||
const chrome$ = helper.padChrome$;
|
||||
await helper.waitForPromise(() => {
|
||||
const topOffset = parseInt(chrome$('iframe').first('iframe')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue