Update dependency cypress to v3.6.1 #75
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.0
->3.6.1
Release Notes
cypress-io/cypress
v3.6.1
Compare Source
Released 11/08/2019
Bugfixes:
beforeunload
handler. Fixes #2118.cy.setCookie()
with the sameoptions
Object, Cypress now correctly sets the new cookie instead of the one passed into a previouscy.setCookie()
. Fixes #2701.cy.clearCookie()
would not act as expected when using certainbaseUrls
. Fixes #5453.Failed to parse or set cookie named "xxx"
when loading certain websites. Fixes #4990.cy.visit()
to an HTTPS URL using the default port, 443. Fixes #5367.TypeError: Cannot read property 'length' of null
on some network requests. Fixes #5585..click()
. Fixes #5635.click
event during action commands. Fixes #5578..type()
to not be typed. Fixes #5622.backface-visibility: hidden;
are now accounted for when asserting on the elemtent's visibility. Fixes #2985.cannot read property 'replace' of undefined
if the error's stack wasundefined
. Fixes #1669.Misc:
.click()
and.type()
commands within the console. Addresses #5553.Promise.defer
appearing in stderr when running with video recording enabled. Addresses #5611..rightclick()
and.dblclick()
have been updated to correctly reflect their accepted options. Addresses #5617.Renovate configuration
📅 Schedule: "every weekend" in timezone America/New_York.
🚦 Automerge: Enabled.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.