CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Playwright: Fixed parameters of startActivity()

Open mirao opened this issue 2 years ago • 0 comments

Motivation/Description of the PR

Fixes this issue (TypeScript test cannot be compiled): image

Applicable helpers:

  • [ ] WebDriver
  • [ ] Puppeteer
  • [ ] Nightmare
  • [ ] REST
  • [ ] FileHelper
  • [x] Appium
  • [ ] Protractor
  • [ ] TestCafe
  • [ ] Playwright

Applicable plugins:

  • [ ] allure
  • [ ] autoDelay
  • [ ] autoLogin
  • [ ] customLocator
  • [ ] pauseOnFail
  • [ ] coverage
  • [ ] retryFailedStep
  • [ ] screenshotOnFail
  • [ ] selenoid
  • [ ] stepByStepReport
  • [ ] stepTimeout
  • [ ] wdio
  • [ ] subtitles

Type of change

  • [ ] :fire: Breaking changes
  • [ ] :rocket: New functionality
  • [x] :bug: Bug fix
  • [ ] :clipboard: Documentation changes/updates
  • [ ] :hotsprings: Hot fix
  • [ ] :hammer: Markdown files fix - not related to source code
  • [ ] :nail_care: Polish code

Checklist:

  • [x] Tests have been added
  • [x] Documentation has been added (Run npm run docs)
  • [x] Lint checking (Run npm run lint)
  • [x] Local tests are passed (Run npm test)

mirao avatar Sep 13 '22 17:09 mirao