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)