Fixed an issue with cy.session() such that re-running tests in open mode
will now correctly recreate a session. Before this change, an error was thrown
indicating the saved setup function was not a function because it was
serialized. Fixed
#17805.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [cypress](https://github.com/cypress-io/cypress) from 9.6.0 to 9.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p>
<blockquote>
<h2>9.6.1</h2>
<p><em>Released 5/9/2022</em></p>
<p><strong>Bugfixes:</strong></p>
<ul>
<li>Cypress can now launch on systems where Firefox is installed via Snapcraft.
Fixed <a href="https://github.com/cypress-io/cypress/issues/19793">#19793</a>.</li>
<li>Updates were made to ensure XHR calls are properly displaying the response
body in the command log. Fixed
<a href="https://github.com/cypress-io/cypress/issues/21361">#21361</a>.</li>
<li>Fixed <a href="https://docs.cypress.io/api/commands/contains"><code>cy.contains()</code></a> and
<a href="/api/commands/should"><code>.should(https://github.com/cypress-io/cypress/blob/HEAD/'contain', ...)</code></a> to handle finding text that
contains backslash characters. Fixed
<a href="https://github.com/cypress-io/cypress/issues/19116">#19116</a></li>
<li>Updated <a href="/api/commands/type"><code>.type(https://github.com/cypress-io/cypress/blob/HEAD/'{enter}')</code></a> to support sending the Enter
keystroke to submit buttons that are not rendered within a form html element,
but are associated with a form via the <code>form</code> attribute. Fixed
<a href="https://github.com/cypress-io/cypress/issues/21163">#21163</a>.</li>
<li>Fixed an issue with <code>cy.session()</code> such that re-running tests in open mode
will now correctly recreate a session. Before this change, an error was thrown
indicating the saved <code>setup</code> function was not a function because it was
serialized. Fixed
<a href="https://github.com/cypress-io/cypress/issues/17805">#17805</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/cypress-io/cypress/commit/5350a5353ca0568cec94aee7755367f98a104b50"><code>5350a53</code></a> chore: release 9.6.1 (<a href="https://github.com/cypress-io/cypress/issues/21404">#21404</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/37df3cab6430532b63b19586c4da9e5c0beec5cb"><code>37df3ca</code></a> Merge pull request <a href="https://github.com/cypress-io/cypress/issues/21395">#21395</a> from cypress-io/ryanm/chore/merge-master</li>
<li><a href="https://github.com/cypress-io/cypress/commit/2b429605e947325b7074bc9aebc52b47f7faab32"><code>2b42960</code></a> Merge branch 'develop' into ryanm/chore/merge-master</li>
<li><a href="https://github.com/cypress-io/cypress/commit/0d958dc88d6be3128549631ea36abcf792725c67"><code>0d958dc</code></a> fix: ensure that proxy logs are updated after the xhr has actually completed ...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/d26159ef84e0d60b61cdd55ae027efae67d387a2"><code>d26159e</code></a> Merge remote-tracking branch 'origin/master' into ryanm/chore/merge-master</li>
<li><a href="https://github.com/cypress-io/cypress/commit/331e5412f566490e75d45d52d8111836745c336c"><code>331e541</code></a> chore: Re-organize tests in assertions_spec.js (<a href="https://github.com/cypress-io/cypress/issues/21283">#21283</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/d1436ee56e28fdd395bf66449f5bb11417d74b61"><code>d1436ee</code></a> chore: Distribute tests to desktop-gui containers. Make <code>desktop-gui</code> tests f...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/dbbad318aa9649d9254b831a845cbc3b1628c48b"><code>dbbad31</code></a> chore(sessions): add additional tests (<a href="https://github.com/cypress-io/cypress/issues/21338">#21338</a>)</li>
<li><a href="https://github.com/cypress-io/cypress/commit/aa6f3b8039495ac37ced4ac581129a020ba66fa4"><code>aa6f3b8</code></a> fix: Allow submit button to be outside of the form for implicit submission (#...</li>
<li><a href="https://github.com/cypress-io/cypress/commit/05ef83a87e8b17dee9e343aa88ae4f756979ac43"><code>05ef83a</code></a> fix(launcher): support Firefox as a snap (<a href="https://github.com/cypress-io/cypress/issues/21328">#21328</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v9.6.0...v9.6.1">compare view</a></li>
</ul>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps cypress from 9.6.0 to 9.6.1.
Release notes
Sourced from cypress's releases.
Commits
5350a53chore: release 9.6.1 (#21404)37df3caMerge pull request #21395 from cypress-io/ryanm/chore/merge-master2b42960Merge branch 'develop' into ryanm/chore/merge-master0d958dcfix: ensure that proxy logs are updated after the xhr has actually completed ...d26159eMerge remote-tracking branch 'origin/master' into ryanm/chore/merge-master331e541chore: Re-organize tests in assertions_spec.js (#21283)d1436eechore: Distribute tests to desktop-gui containers. Makedesktop-guitests f...dbbad31chore(sessions): add additional tests (#21338)aa6f3b8fix: Allow submit button to be outside of the form for implicit submission (#...05ef83afix(launcher): support Firefox as a snap (#21328)Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflictsadded 3 commits
masterCompare with previous version
added 3 commits
masterb06ea985- Build(deps-dev): bump cypress from 9.6.0 to 9.6.1Compare with previous version
mentioned in commit
f6d2027dde