Skip to content

Bump selenium-devtools from 0.134.0 to 0.135.0 #18553

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

Merged
merged 2 commits into from
Apr 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps selenium-devtools from 0.134.0 to 0.135.0.

Release notes

Sourced from selenium-devtools's releases.

Nightly

Commits

  • 9f49428: [py] Fix broken test for chromedriver logging (#15579) (Corey Goldberg) #15579
  • c551357: [py] Fix test for w3c touch pointer properties (#15580) (Corey Goldberg) #15580
  • 65f7854: bump versions to nightly (titusfortner)
Commits

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

Bumps [selenium-devtools](https://github.com/SeleniumHQ/selenium) from 0.134.0 to 0.135.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

---
updated-dependencies:
- dependency-name: selenium-devtools
  dependency-version: 0.135.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 7, 2025
@ulferts ulferts force-pushed the dependabot/bundler/dev/selenium-devtools-0.135.0 branch from 930aba1 to f465cd2 Compare April 7, 2025 10:21
@@ -67,7 +67,7 @@
split_screen.switch_to_tab tab: "relations"
split_screen.expect_tab :relations
relations_tab = Components::WorkPackages::Relations.new(work_package)
relations_tab.expect_no_relation work_package
relations_tab.expect_no_relations
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ulferts this flickering spec is addressed in another PR, I think we can safely ignore it here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dombesz , I would still, independent from the fixes in the other PR do those here as the helper is misused. The line currently tests that the work package for which the relations are looked at is not listed. In other words, it ensures, that the work package is not related to itself. That cannot be the intend of the spec.

@ulferts ulferts merged commit ee26233 into dev Apr 8, 2025
14 of 15 checks passed
@ulferts ulferts deleted the dependabot/bundler/dev/selenium-devtools-0.135.0 branch April 8, 2025 07:35
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 ruby Pull requests that update Ruby code
Development

Successfully merging this pull request may close these issues.

2 participants