Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @playwright/test from 1.40.0 to 1.41.2 in /webapp (#785)
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.40.0 to 1.41.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.41.2</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/29123">microsoft/playwright#29123</a> - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.</p> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.41.1</h2> <h3>Highlights</h3> <p><a href="https://redirect.github.com/microsoft/playwright/issues/29067">microsoft/playwright#29067</a> - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded <a href="https://redirect.github.com/microsoft/playwright/issues/29028">microsoft/playwright#29028</a> - [REGRESSION] React component tests throw type error when passing null/undefined to component <a href="https://redirect.github.com/microsoft/playwright/issues/29027">microsoft/playwright#29027</a> - [REGRESSION] React component tests not passing Date prop values <a href="https://redirect.github.com/microsoft/playwright/issues/29023">microsoft/playwright#29023</a> - [REGRESSION] React component tests not rendering children prop <a href="https://redirect.github.com/microsoft/playwright/issues/29019">microsoft/playwright#29019</a> - [REGRESSION] trace.playwright.dev does not currently support the loading from URL</p> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.41.0</h2> <h2>New APIs</h2> <ul> <li>New method <a href="https://playwright.dev/docs/api/class-page#page-unroute-all">page.unrouteAll([options])</a> removes all routes registered by <a href="https://playwright.dev/docs/api/class-page#page-route">page.route(url, handler, handler[, options])</a> and <a href="https://playwright.dev/docs/api/class-page#page-route-from-har">page.routeFromHAR(har[, options])</a>. Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.</li> <li>New method <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-unroute-all">browserContext.unrouteAll([options])</a> removes all routes registered by <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-route">browserContext.route(url, handler, handler[, options])</a> and <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-route-from-har">browserContext.routeFromHAR(har[, options])</a>. Optionally allows to wait for ongoing routes to finish, or ignore any errors from them.</li> <li>New option <code>style</code> in <a href="https://playwright.dev/docs/api/class-page#page-screenshot">page.screenshot([options])</a> and <a href="https://playwright.dev/docs/api/class-locator#locator-screenshot">locator.screenshot([options])</a> to add custom CSS to the page before taking a screenshot.</li> <li>New option <code>stylePath</code> for methods <a href="https://playwright.dev/docs/api/class-pageassertions#page-assertions-to-have-screenshot-1">expect(page).toHaveScreenshot(name[, options])</a> and <a href="https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-screenshot-1">expect(locator).toHaveScreenshot(name[, options])</a> to apply a custom stylesheet while making the screenshot.</li> <li>New <code>fileName</code> option for <a href="https://playwright.dev/docs/test-reporters#blob-reporter">Blob reporter</a>, to specify the name of the report to be created.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 121.0.6167.57</li> <li>Mozilla Firefox 121.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 120</li> <li>Microsoft Edge 120</li> </ul> <h2>v1.40.1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/a4096676abe3f00b4924267449bb52086569e302"><code>a409667</code></a> chore: mark 1.41.2 (<a href="https://redirect.github.com/microsoft/playwright/issues/29293">#29293</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/414affaed4bb879a55277bd59cdd6466951ba9c8"><code>414affa</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/29271">#29271</a>): Revert "chore: remove fake <code>error</code> from expect calls (<a href="https://redirect.github.com/microsoft/playwright/issues/2">#2</a>...</li> <li><a href="https://github.com/microsoft/playwright/commit/7a72adc33c2e1806ba47c4198d84a53a8656e66e"><code>7a72adc</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/29180">#29180</a>): fix: interception id not found error in route.co… (<a href="https://redirect.github.com/microsoft/playwright/issues/29222">#29222</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/8f0163f3f4cf573037b6697e15ab55a0dc910f57"><code>8f0163f</code></a> chore: mark 1.41.1 (<a href="https://redirect.github.com/microsoft/playwright/issues/29075">#29075</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/98a661824dab2e0e72353de77ec942e70b4fc588"><code>98a6618</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/29069">#29069</a>): Revert "feat(codegen): add range input recording support...</li> <li><a href="https://github.com/microsoft/playwright/commit/50f1f08e9c8d17edc6119c2d2db1bceda42dc7b0"><code>50f1f08</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/29070">#29070</a>): chore(ct): revert export mount result</li> <li><a href="https://github.com/microsoft/playwright/commit/e5d201b459d2ac477394b58db1e1048ad5d95dd3"><code>e5d201b</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/29031">#29031</a>): fix(ct): allow passing date, url, bigint as properties</li> <li><a href="https://github.com/microsoft/playwright/commit/8ee2d811431842864149a3ccd4c446038aed09bf"><code>8ee2d81</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/29026">#29026</a>): test: add a props.children test</li> <li><a href="https://github.com/microsoft/playwright/commit/50a8e4f52a792aec4f173754f72a2b2784a5e09d"><code>50a8e4f</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/29016">#29016</a>): chore: add an image import component test</li> <li><a href="https://github.com/microsoft/playwright/commit/cb6c64cc33289fac00b63f9b4d2ecabbcdeba3f1"><code>cb6c64c</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/28986">#28986</a>): fix(ct): move import list into the compilation cache data</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.40.0...v1.41.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~yurys">yurys</a>, a new releaser for <code>@playwright/test</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.40.0&new-version=1.41.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information