blurts-server icon indicating copy to clipboard operation
blurts-server copied to clipboard

Bump @playwright/test from 1.43.1 to 1.44.1

Open dependabot[bot] opened this issue 1 year ago • 4 comments

Bumps @playwright/test from 1.43.1 to 1.44.1.

Release notes

Sourced from @​playwright/test's releases.

v1.44.1

Highlights

microsoft/playwright#30779 - [REGRESSION]: When using video: 'on' with VSCode extension the browser got closed microsoft/playwright#30755 - [REGRESSION]: Electron launch with spaces inside executablePath didn't work microsoft/playwright#30770 - [REGRESSION]: Mask elements outside of viewport when creating fullscreen screenshots didn't work microsoft/playwright#30858 - [REGRESSION]: ipv6 got shown instead of localhost in show-trace/show-report

Browser Versions

  • Chromium 125.0.6422.14
  • Mozilla Firefox 125.0.1
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 124
  • Microsoft Edge 124

v1.44.0

New APIs

Accessibility assertions

  • expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleName('Submit');
    
  • expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleDescription('Upload a photo');
    
  • expect(locator).toHaveRole() checks if the element has the specified ARIA role:

    const locator = page.getByTestId('save-button');
    await expect(locator).toHaveRole('button');
    

Locator handler

  • After executing the handler added with page.addLocatorHandler(), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new noWaitAfter option.
  • You can use new times option in page.addLocatorHandler() to specify maximum number of times the handler should be run.
  • The handler in page.addLocatorHandler() now accepts the locator as argument.
  • New page.removeLocatorHandler() method for removing previously added locator handlers.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar May 23 '24 16:05 dependabot[bot]

will try and get to this soon.

rafeerahman avatar May 23 '24 16:05 rafeerahman

@pdehaan Wondering if you could help look into this. For some reason the tests idle on the firefox browser with this version when sent to the subscription page.

After running npx playwright install, this test is an example of the idle state,

E2E_TEST_ENV="prod" npx playwright test -g "Verify that the user can select what type of plan they want" --project="firefox" --headed

See https://github.com/mozilla/blurts-server/actions/runs/9229668146 screenshots as well.

Relay firefox tests also fail on this 1.44.0, https://github.com/mozilla/fx-private-relay/actions/runs/9229683742/job/25396368649

rafeerahman avatar May 24 '24 20:05 rafeerahman

Preview URL :rocket: : https://blurts-server-pr-4585-mgjlpikfea-uk.a.run.app

github-actions[bot] avatar May 29 '24 10:05 github-actions[bot]

A newer version of @​playwright/test exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot[bot] avatar Jul 01 '24 12:07 dependabot[bot]

@flozia any idea what's left on this one? Have we landed other @playwright/test updates in the meantime or are we stuck on this version?

rhelmer avatar Jul 31 '24 20:07 rhelmer

@flozia any idea what's left on this one? Have we landed other @playwright/test updates in the meantime or are we stuck on this version?

@rhelmer We experienced test failures with 1.44.1 that we did not investigate further — upgrading to the latest version 1.46.1 with this PR now.

flozia avatar Aug 28 '24 11:08 flozia

@dependabot merge

flozia avatar Aug 28 '24 11:08 flozia

Cleanup completed - database 'blurts-server-pr-4585' destroyed, cloud run service 'blurts-server-pr-4585' destroyed

github-actions[bot] avatar Aug 28 '24 11:08 github-actions[bot]