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

Bump playwright from 1.16.3 to 1.17.2 #2358

Merged
merged 1 commit into from
Jan 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2022

Bumps playwright from 1.16.3 to 1.17.2.

Release notes

Sourced from playwright's releases.

v1.17.2

Bugfixes

#11274 - fix: pin colors to 1.4.0 #11228 - fix(click): don't fail on stale context while click

v1.17.1

Highlights

This patch includes bug fixes for the following issues:

microsoft/playwright#10638 - [BUG] Locator.click -> subtree intercepts pointer events since version 1.17.0 microsoft/playwright#10632 - [BUG] Playwright 1.17.0 -> After clicking the element - I get an error that click action was failed microsoft/playwright#10627 - [REGRESSION]: Can no longer click Material UI select box microsoft/playwright#10620 - [BUG] trailing zero width whitespace fails toHaveText

Browser Versions

  • Chromium 98.0.4695.0
  • Mozilla Firefox 94.0.1
  • WebKit 15.4

This version of Playwright was also tested against the following stable channels:

  • Google Chrome 96
  • Microsoft Edge 96

(1.17.1)

v1.17.0

Playwright v1.17

Frame Locators

Playwright 1.17 introduces [frame locators] - a locator to the iframe on the page. Frame locators capture the logic sufficient to retrieve the iframe and then locate elements in that iframe. Frame locators are strict by default, will wait for iframe to appear and can be used in Web-First assertions.

Graphics

Frame locators can be created with either [page.frameLocator(selector)] or [locator.frameLocator(selector)] method.

const locator = page.frameLocator('#my-iframe').locator('text=Submit');
await locator.click();

Read more at our documentation.

Trace Viewer Update

... (truncated)

Commits
  • b6eb917 chore: mark 1.17.2 (#11276)
  • 224bfeb cherry-pick(release-1.17): chore: fix test-package-installation tests on Node...
  • b00e931 cherry-pick(#11274): fix: pin colors to 1.4.0
  • 4dfdca1 cherry-pick(#11228): fix(click): don't fail on stale context while cl… (#11231)
  • 112fe3a cherry-pick(#10771): devops: setup Docker Qemu for arm64 docker builds
  • 5e5a646 cherry-pick(#10768): devops: move docker publishing logic to main repo
  • 8e29c81 cherry-pick(#10685): fix(focus): make sure strictness is respected
  • 9fe65be cherry-pick+fix(#10678): test: add reporter test with grep (#10682)
  • ab51116 cherry-pick(#10679): fix(chromium): disable AutoExpandDetailsElement as it br...
  • f802c27 cherry-pick(#10661): chore: add validations into check_deps
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

@dependabot dependabot bot requested a review from remusao as a code owner January 10, 2022 11:09
@dependabot dependabot bot added the PR: Dependencies 🔩 Changes only update dependencies label Jan 10, 2022
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.16.3 to 1.17.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.16.3...v1.17.2)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playwright-1.17.2 branch from c2de973 to f63e161 Compare January 10, 2022 12:21
@remusao remusao merged commit fb461be into master Jan 10, 2022
@remusao remusao deleted the dependabot/npm_and_yarn/playwright-1.17.2 branch January 10, 2022 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Dependencies 🔩 Changes only update dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant