tests: Delete overly aggressive frontend test timeouts

This should reduce test flakiness.
This commit is contained in:
Richard Hansen 2021-04-01 15:51:03 -04:00 committed by webzwo0i
parent 7cbb3f565d
commit 4ad80d4072
17 changed files with 0 additions and 42 deletions

View file

@ -7,8 +7,6 @@ describe('undo button', function () {
});
it('undo some typing by clicking undo button', async function () {
this.timeout(100);
this.timeout(150);
const inner$ = helper.padInner$;
const chrome$ = helper.padChrome$;
@ -29,7 +27,6 @@ describe('undo button', function () {
});
it('undo some typing using a keypress', async function () {
this.timeout(150);
const inner$ = helper.padInner$;
// get the first text element inside the editable space