Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (3m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 11:26:05 UTC Now

2021-01-16 12:42:09 UTC MAIN commitmail json YAML

www/ruby-capybara: update to 3.34.0

Version 3.34.0

Release date: 2020-11-26

Added

* Ability to fill in with emoji when using Chrome with selenium driver
  (Firefox already worked)
* Current path assertions/expectations accept optional filter block
* Animation disabler now specifies scroll-behavior: auto; [Nathan
  Broadbent]
* :button selector can now find elements by label text [Sean Doyle]
* Session#send_keys to send keys to the current element with focus in
  drivers that support the concept of a current element [Sean Doyle]

Changed

* Text query validates the type parameter to prevent undefined behavior

Fixed

* racktest driver better handles fragments and redirection to urls that
  include fragments
* Don't error when attempting to get XPath location of a shadow element
* Missing readonly? added to Node::Simple
* Selenium version detection when loaded via alternate method [Joel
  Hawksley]
* Connection count issue if REQUEST_URI value changed by app [Blake
  Williams]
* Maintain URI fragment when redirecting in rack-test driver
* Text query error message [Wojciech Wnętrzak]
* Checking a checkbox/radio button with allow_label_click now works if
  there are multiple labels (Issue #2421)
* drop with Pathname (Issue #2424)[Máximo Mussini]

(taca)