-
Notifications
You must be signed in to change notification settings - Fork 675
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
Added returnDOMNodes option in addCustomMethods(closes #1919) #2173
Conversation
❌ Tests for the commit 49ee5d9 have failed. See details: |
@testcafe-build-bot \retest |
❌ Tests for the commit d1a4d2f have failed. See details: |
@testcafe-build-bot \retest |
❌ Tests for the commit d1a4d2f have failed. See details: |
@testcafe-build-bot \retest |
✅ Tests for the commit d1a4d2f have passed. See details: |
✅ Tests for the commit accc2bb have passed. See details: |
var DEFAULT_SELECTOR_TIMEOUT = 3000; | ||
var DEFAULT_RUN_OPTIONS = { selectorTimeout: DEFAULT_SELECTOR_TIMEOUT }; | ||
var DEFAULT_SELECTOR_TIMEOUT = 3000; | ||
var DEFAULT_RUN_OPTIONS = { selectorTimeout: DEFAULT_SELECTOR_TIMEOUT }; | ||
var DEFAULT_CHROME_RUN_OPTIONS = { only: 'chrome', selectorTimeout: 3000 }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use here DEFAULT_SELECTOR_TIMEOUT
too
❌ Tests for the commit d3176a9 have failed. See details: |
@testcafe-build-bot \retest |
❌ Tests for the commit d3176a9 have failed. See details: |
❌ Tests for the commit d770baf have failed. See details: |
@testcafe-build-bot \retest |
✅ Tests for the commit d770baf have passed. See details: |
/cc @AndreyBelym |
FPR |
✅ Tests for the commit 8945418 have passed. See details: |
Option named checked with @VasilyStrelyaev |
No description provided.