CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

feat: timeout for grabNumberOfVisibleElements

Open kobenguyent opened this issue 1 year ago • 0 comments

Motivation/Description of the PR

  • timeout for grabNumberOfVisibleElements

let numOfElementsWithWait = await I.grabNumberOfVisibleElements('p', 2); // timeout applied

Applicable helpers:

  • [ ] Playwright
  • [ ] Puppeteer
  • [ ] WebDriver
  • [ ] TestCafe

Type of change

  • [ ] :rocket: New functionality

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)

kobenguyent avatar Sep 04 '24 10:09 kobenguyent