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: TestCafe grabAttributeFrom method not works #2064

Merged

Conversation

elukoyanov
Copy link
Collaborator

Motivation/Description of the PR

Applicable helpers:

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)

@DavertMik
Copy link
Contributor

Seems fine, but test failed

@elukoyanov
Copy link
Collaborator Author

elukoyanov commented Dec 5, 2019

Don't understand, why travis build for TestCafe fails every time with catched error from previous test
Locally all builds ><

And why circle-ci with webdriver fails

@elukoyanov
Copy link
Collaborator Author

Skipped some failing tests for TestCafe.

But somewhy Webdriverio tests fails in Circle CI, does not know why.

@elukoyanov
Copy link
Collaborator Author

Looks like we have a problem with test. Cause if some test in test suite thows error (and catches it), then all next tests fails

@elukoyanov
Copy link
Collaborator Author

webdriverio v5.16.12 was released between first (passed) and second (failed) circle CI builds.

https://github.com/webdriverio/webdriverio/releases

DavertMik
DavertMik previously approved these changes Dec 6, 2019
@DavertMik
Copy link
Contributor

Codacy Here is an overview of what got changed by this pull request:

Clones added
============
- test/helper/webapi.js  4
         

See the complete overview on Codacy

@Vorobeyko Vorobeyko merged commit d2be52c into codeceptjs:master Dec 8, 2019
Vorobeyko added a commit that referenced this pull request Jan 17, 2020
* Streamlined return values from grab* (#2054)

* fix: replace console.print with console.log

Since `console.print()` does not exists 😄

* File system extended (#2034)

* 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

* fix: cannot grab for css attributes with hyphen (#2059)

* Docs/remove jsdoc extra line (#2068)

* docs: remove prepending line in JSDoc generator

* definitions: update generated types

* fix: TestCafe grabAttributeFrom method not works (#2064)

* 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 (#2043)

* #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

* Allows overriding default Polly config in MockRequest (#2060)

* Add Interoperable Code for supporting both CJS & ESM environments (#2075)

* Added Interoperable Code

Add Interoperable Code to support both CJS and ESM environments.

* Linter Fixes

* fix(docs): add info about _after hook in helper

* try to shorten the test execution time

* Update package.json

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

Co-authored-by: Richard Petersen <Holorium@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Ahmed Yılmaz <ahmet6yilmaz@gmail.com>
Co-authored-by: Evgeniy Lukoyanov <11647141+elukoyanov@users.noreply.github.com>
Co-authored-by: Srivatsan <vatsan34@gmail.com>
Co-authored-by: Daniel Eckermann <danieleckermann@gmail.com>
Co-authored-by: K.C.Ashish Kumar <kcak11@gmail.com>
Co-authored-by: Alexandr Vorobey <sashavorobey95@gmail.com>
DavertMik added a commit that referenced this pull request Jan 22, 2020
* Streamlined return values from grab* (#2054)

* fix: replace console.print with console.log

Since `console.print()` does not exists 😄

* File system extended (#2034)

* 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

* fix: cannot grab for css attributes with hyphen (#2059)

* Docs/remove jsdoc extra line (#2068)

* docs: remove prepending line in JSDoc generator

* definitions: update generated types

* fix: TestCafe grabAttributeFrom method not works (#2064)

* 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 (#2043)

* #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

* Allows overriding default Polly config in MockRequest (#2060)

* Add Interoperable Code for supporting both CJS & ESM environments (#2075)

* Added Interoperable Code

Add Interoperable Code to support both CJS and ESM environments.

* Linter Fixes

* fix(docs): add info about _after hook in helper

* add I.say() to allure

* Remove I say

Co-Authored-By: Michael Bodnarchuk <DavertMik@users.noreply.github.com>

Co-authored-by: Richard Petersen <Holorium@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Ahmed Yılmaz <ahmet6yilmaz@gmail.com>
Co-authored-by: Evgeniy Lukoyanov <11647141+elukoyanov@users.noreply.github.com>
Co-authored-by: Srivatsan <vatsan34@gmail.com>
Co-authored-by: Daniel Eckermann <danieleckermann@gmail.com>
Co-authored-by: K.C.Ashish Kumar <kcak11@gmail.com>
Co-authored-by: Alexandr Vorobey <sashavorobey95@gmail.com>
Co-authored-by: Michael Bodnarchuk <DavertMik@users.noreply.github.com>
DavertMik pushed a commit that referenced this pull request Jan 22, 2020
* Streamlined return values from grab* (#2054)

* fix: replace console.print with console.log

Since `console.print()` does not exists 😄

* File system extended (#2034)

* 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

* fix: cannot grab for css attributes with hyphen (#2059)

* Docs/remove jsdoc extra line (#2068)

* docs: remove prepending line in JSDoc generator

* definitions: update generated types

* fix: TestCafe grabAttributeFrom method not works (#2064)

* 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 (#2043)

* #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

* Allows overriding default Polly config in MockRequest (#2060)

* Add Interoperable Code for supporting both CJS & ESM environments (#2075)

* Added Interoperable Code

Add Interoperable Code to support both CJS and ESM environments.

* Linter Fixes

* fix(docs): add info about _after hook in helper

* fix the ambiguous description

* CR fix

Co-authored-by: Richard Petersen <Holorium@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Ahmed Yılmaz <ahmet6yilmaz@gmail.com>
Co-authored-by: Evgeniy Lukoyanov <11647141+elukoyanov@users.noreply.github.com>
Co-authored-by: Srivatsan <vatsan34@gmail.com>
Co-authored-by: Daniel Eckermann <danieleckermann@gmail.com>
Co-authored-by: K.C.Ashish Kumar <kcak11@gmail.com>
Co-authored-by: Alexandr Vorobey <sashavorobey95@gmail.com>
DavertMik pushed a commit that referenced this pull request Jan 23, 2020
…#2140)

* Streamlined return values from grab* (#2054)

* fix: replace console.print with console.log

Since `console.print()` does not exists 😄

* File system extended (#2034)

* 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

* fix: cannot grab for css attributes with hyphen (#2059)

* Docs/remove jsdoc extra line (#2068)

* docs: remove prepending line in JSDoc generator

* definitions: update generated types

* fix: TestCafe grabAttributeFrom method not works (#2064)

* 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 (#2043)

* #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

* Allows overriding default Polly config in MockRequest (#2060)

* Add Interoperable Code for supporting both CJS & ESM environments (#2075)

* Added Interoperable Code

Add Interoperable Code to support both CJS and ESM environments.

* Linter Fixes

* fix(docs): add info about _after hook in helper

* some improvements

* improve the way to get uuid

* move private func to the end

* mocha update is not here

Co-authored-by: Richard Petersen <Holorium@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Ahmed Yılmaz <ahmet6yilmaz@gmail.com>
Co-authored-by: Evgeniy Lukoyanov <11647141+elukoyanov@users.noreply.github.com>
Co-authored-by: Srivatsan <vatsan34@gmail.com>
Co-authored-by: Daniel Eckermann <danieleckermann@gmail.com>
Co-authored-by: K.C.Ashish Kumar <kcak11@gmail.com>
Co-authored-by: Alexandr Vorobey <sashavorobey95@gmail.com>
DavertMik pushed a commit that referenced this pull request Jan 23, 2020
* Streamlined return values from grab* (#2054)

* fix: replace console.print with console.log

Since `console.print()` does not exists 😄

* File system extended (#2034)

* 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

* fix: cannot grab for css attributes with hyphen (#2059)

* Docs/remove jsdoc extra line (#2068)

* docs: remove prepending line in JSDoc generator

* definitions: update generated types

* fix: TestCafe grabAttributeFrom method not works (#2064)

* 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 (#2043)

* #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

* Allows overriding default Polly config in MockRequest (#2060)

* Add Interoperable Code for supporting both CJS & ESM environments (#2075)

* Added Interoperable Code

Add Interoperable Code to support both CJS and ESM environments.

* Linter Fixes

* fix(docs): add info about _after hook in helper

* (fix): no custom output folder is created with run-worker

* CR fix

* verify the output folder is created

Co-authored-by: Richard Petersen <Holorium@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Ahmed Yılmaz <ahmet6yilmaz@gmail.com>
Co-authored-by: Evgeniy Lukoyanov <11647141+elukoyanov@users.noreply.github.com>
Co-authored-by: Srivatsan <vatsan34@gmail.com>
Co-authored-by: Daniel Eckermann <danieleckermann@gmail.com>
Co-authored-by: K.C.Ashish Kumar <kcak11@gmail.com>
Co-authored-by: Alexandr Vorobey <sashavorobey95@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.

3 participants