low hanging lint and some hard coded timeouts

This commit is contained in:
John McLear 2021-01-27 04:53:28 +00:00
parent 809670dbea
commit edf1dabe65
36 changed files with 273 additions and 150 deletions

View file

@ -11,7 +11,7 @@ describe('scrolls to line', function () {
});
it('Scrolls down to Line 4', async function () {
this.timeout(10000);
this.timeout(100);
const chrome$ = helper.padChrome$;
await helper.waitForPromise(() => {
const topOffset = parseInt(chrome$('iframe').first('iframe')
@ -32,7 +32,7 @@ describe('doesnt break on weird hash input', function () {
});
it('Does NOT change scroll', async function () {
this.timeout(10000);
this.timeout(100);
const chrome$ = helper.padChrome$;
await helper.waitForPromise(() => {
const topOffset = parseInt(chrome$('iframe').first('iframe')