Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Puppeteer): #waitForText - Cannot read property 'innerText' of null #2181

Merged
merged 3 commits into from Feb 11, 2020

Conversation

Vorobeyko
Copy link
Collaborator

@Vorobeyko Vorobeyko commented Feb 3, 2020

Motivation/Description of the PR

Applicable helpers:

  • Webdriver

  • Puppeteer

  • Nightmare

  • REST

  • Appium

  • Protractor

  • TestCafe

  • Description of this PR, which problem it solves

  • Resolves #issueId (if applicable).

Type of change

  • Breaking changes
  • New functionality
  • Bug fix
  • Documentation changes/updates
  • Hot fix
  • Markdown files fix - not related to source 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)

kobenguyent
kobenguyent previously approved these changes Feb 7, 2020
DavertMik added a commit that referenced this pull request Feb 11, 2020
@DavertMik DavertMik merged commit 713a315 into codeceptjs:master Feb 11, 2020
DavertMik added a commit that referenced this pull request Feb 11, 2020
* udpated changelog

* initial Playwright implementation

* (fix): add wait for actions call

* (fix): more failed webapi tests

* (test): trigger playwright tests on CI

* (lint): please hound ^^

* (fix): remove wrongly use .only

* (fix): setCookie method to parse param as array

* (fix): change to setCookies

* (fix): tabs tests

* (fix): please hound

* (fix): remove unused console.log

* updated Playwright to make all tests pass

* updated playwright tests to start a server

* upated server start

* Create playwright.md

* (fix): update based on comments

* add playwright option to init cmd

* add option to show browser when initialising

* (fix): basic auth

we have #2178 to fix puppeteer helper, so this patch will be applied in Playwright as well.

* enable describe('Playwright - BasicAuth') test

* updated to playwright 0.10.0

* fixed tests, updated docs

* updated docs

* ported patch from #2181

Co-authored-by: Peter Nguyen Tr <peter.nguyentr@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants