fixed: types: PupeteerConfig.waitForNavigation can be an array by danielrentz ยท Pull Request #5222 ยท codeceptjs/CodeceptJS
Motivation/Description of the PR
The documentation of PupeteerConfig.waitForNavigation already says it: "Array values are accepted as well."
The commit hook seems to rewrite the entire formatting of puppeteer.md. After npm run docs and before committing, I have had a single changed line there.
Applicable helpers:
- Playwright
- Puppeteer
- WebDriver
- REST
- FileHelper
- Appium
- TestCafe
Applicable plugins:
- allure
- autoDelay
- autoLogin
- customLocator
- pauseOnFail
- coverage
- retryFailedStep
- screenshotOnFail
- selenoid
- stepByStepReport
- stepTimeout
- wdio
- subtitles
Type of change
- ๐ฅ Breaking changes
- ๐ New functionality
- ๐ Bug fix
- ๐งน Chore
- ๐ Documentation changes/updates
- โจ๏ธ Hot fix
- ๐จ Markdown files fix - not related to source code
- ๐ Polish code
Checklist:
- Tests have been added
- Documentation has been added (Run
npm run docs) - Lint checking (Run
npm run lint) - Local tests are passed (Run
npm test)