mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: migrate src/Accessibility to TypeScript (#5726)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user