chore: migrate src/Accessibility to TypeScript (#5726)

This commit is contained in:
Jack Franklin
2020-04-23 15:35:03 +01:00
committed by GitHub
parent 930cc32baf
commit 8509f4660e
2 changed files with 79 additions and 151 deletions

View File

@@ -34,7 +34,7 @@ describeChromeOnly('headful tests', function() {
/* These tests fire up an actual browser so let's
* allow a higher timeout
*/
this.timeout(10 * 1000);
this.timeout(20 * 1000);
let headfulOptions;
let headlessOptions;