diff --git a/docs/Puppeteer.md b/docs/Puppeteer.md index c68202bd267c..7378ce991690 100644 --- a/docs/Puppeteer.md +++ b/docs/Puppeteer.md @@ -99,6 +99,8 @@ With all the things set up, we can now write our tests like this: ```js // test.js +const timeout = 5000; + describe( '/ (Home Page)', () => {