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

@ -8,7 +8,6 @@ describe('bold button', function () {
});
it('makes text bold on click', function (done) {
this.timeout(200);
const inner$ = helper.padInner$;
const chrome$ = helper.padChrome$;
@ -37,7 +36,6 @@ describe('bold button', function () {
});
it('makes text bold on keypress', function (done) {
this.timeout(200);
const inner$ = helper.padInner$;
// get the first text element out of the inner iframe