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/test from 1.25.2 to 1.26.0 in /ui #1039

Merged
merged 1 commit into from
Sep 22, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2022

Bumps @playwright/test from 1.25.2 to 1.26.0.

Release notes

Sourced from @​playwright/test's releases.

v1.26.0

Assertions

Other Highlights

  • New option maxRedirects for apiRequestContext.get(url[, options]) and others to limit redirect count.
  • New command-line flag --pass-with-no-tests that allows the test suite to pass when no files are found.
  • New command-line flag --ignore-snapshots to skip snapshot expectations, such as expect(value).toMatchSnapshot() and expect(page).toHaveScreenshot().

Behavior Change

A bunch of Playwright APIs already support the waitUntil: 'domcontentloaded' option. For example:

await page.goto('https://playwright.dev', {
  waitUntil: 'domcontentloaded',
});

Prior to 1.26, this would wait for all iframes to fire the DOMContentLoaded event.

To align with web specification, the 'domcontentloaded' value only waits for the target frame to fire the 'DOMContentLoaded' event. Use waitUntil: 'load' to wait for all iframes.

Browser Versions

  • Chromium 106.0.5249.30
  • Mozilla Firefox 104.0
  • WebKit 16.0

This version was also tested against the following stable channels:

  • Google Chrome 105
  • Microsoft Edge 105
Commits
  • 5321921 chore: restore userAgent export from playwright-core (#17447)
  • c48b511 chore: mark v1.26.0 (#17301)
  • ed62987 chore: update release notes for 1.26
  • d25cc5c Revert "feat: introduce docker integration (#16382)"
  • 48e97d8 Revert "feat: expect(locator).toHaveAttribute to assert attribute presence (#...
  • 90ac0f5 Revert "fix: support toHaveAttribute(name, options) (#16941)"
  • 0c21331 Revert "test: unflake "should support boolean attribute with options" (#17024)"
  • 81c50d8 chery-pick(#17381): docs(python): add missing NotToBe{Visible,Editable,Enable...
  • 8a8c89b cherry-pick(#17367): chore: rebuild components on new vite
  • e1681a3 cherry-pick(#17349): fix(socks proxy): destroy sockets on close to avoid hang...
  • 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 added dependencies Pull requests that update a dependency file javascript labels Sep 22, 2022
@dependabot dependabot bot requested a review from markphelps September 22, 2022 14:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/playwright/test-1.26.0 branch from 750fe59 to 0f541b2 Compare September 22, 2022 15:16
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@dfb7e38). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 750fe59 differs from pull request most recent head 0f541b2. Consider uploading reports for the commit 0f541b2 to get more accurate results

@@           Coverage Diff           @@
##             main    #1039   +/-   ##
=======================================
  Coverage        ?   81.28%           
=======================================
  Files           ?       17           
  Lines           ?     1817           
  Branches        ?        0           
=======================================
  Hits            ?     1477           
  Misses          ?      265           
  Partials        ?       75           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/playwright/test-1.26.0 branch from 0f541b2 to 6bab656 Compare September 22, 2022 15:21
@markphelps markphelps enabled auto-merge (squash) September 22, 2022 15:47
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.25.2 to 1.26.0.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.25.2...v1.26.0)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ui/playwright/test-1.26.0 branch from 6bab656 to e6ee890 Compare September 22, 2022 15:47
@markphelps markphelps merged commit 3b33b30 into main Sep 22, 2022
@markphelps markphelps deleted the dependabot/npm_and_yarn/ui/playwright/test-1.26.0 branch September 22, 2022 15:53
markphelps added a commit that referenced this pull request Sep 22, 2022
* main:
  Update Changelog
  Bump sass from 1.54.9 to 1.55.0 in /ui (#1040)
  Bump @playwright/test from 1.25.2 to 1.26.0 in /ui (#1039)
  Bump eslint from 8.23.0 to 8.23.1 in /ui (#1037)
  Bump eslint-plugin-vue from 9.4.0 to 9.5.1 in /ui (#1034)
  Bump @babel/preset-env from 7.19.0 to 7.19.1 in /ui (#1033)
  Bump @babel/core from 7.19.0 to 7.19.1 in /ui (#1032)
  Fix clone icons (#1038)
  Bump buefy from 0.9.21 to 0.9.22 in /ui (#1022)
  Mv config internal (#1036)
  Filtered GitHub webhooks (#1018)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants