Skip to content

Conversation

kobenguyent
Copy link
Collaborator

@kobenguyent kobenguyent commented Jan 17, 2020

Motivation/Description of the PR

Applicable helpers:

  • Webdriver

  • Puppeteer

  • Nightmare

  • REST

  • Appium

  • Protractor

  • TestCafe

  • Description of this PR, which problem it solves
    Fixes Confusing description #2065

Before
Element "context element" was not found by text|CSS|XPath

After
Element ".//*[@data-qa='carrier-bag-charge-label']" was not found by text|CSS|XPath

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)

Richard Petersen and others added 15 commits December 13, 2019 16:39
Since `console.print()` does not exists 😄
* check file exists with given substring

* tests are added

* deleted trailing-space

* removed spaces

* compatibility for node 8

* assertion message fixed

* check file exists with given substring

* tests are added

* deleted trailing-space

* removed spaces

* compatibility for node 8

* assertion message fixed

* get changed into grab

* Examples added

* trailing spaces
* docs: remove prepending line in JSDoc generator

* definitions: update generated types
* fix: testcafe grabAttributeFrom

* test: make skippable tests use mocha's skip

* fix: TestCafe.grabValueFrom

* build: add eslintignore for test output

* test: unskip working TestCafe tests

* test: remove skip form Nightmare tests

* tests: skip testcafe webapi tests

* tests: fix skips
* #1911 - Regex for step Def file

* #1911 : Regex for step Def file,Fixed hound reviews

* #1911 : Regex for step Def file,Fixed hound reviews - 1

* #1911 : Regex for step Def file,Fixed hound reviews - 1

* #1911 - Removing commented lines of code

* #1911 - Modifying so that decision is based on Array or not

* #1911 - Fixing Hound reviews

* #1911 - Amending for code review

* #1911 - Amending for code review - 3
)

* Added Interoperable Code

Add Interoperable Code to support both CJS and ESM environments.

* Linter Fixes
@kobenguyent kobenguyent changed the title Fix ambiguous description (fix): ambiguous description on puppeteer helper Jan 17, 2020
@DavertMik
Copy link
Contributor

Thank you!

@DavertMik DavertMik merged commit fbd7717 into codeceptjs:master Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing description
8 participants