SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-capybara-2.17.0-6.1.x86_64.rpm :
Wed Jan 3 13:00:00 2018 dkangAATTsuse.com
- Updated to version 2.17.0
Release date: 2018-01-02
[#]Added
- have_all_of_selectors, have_none_of_selectors RSpec matchers for parity with minitest assertions [Thomas Walpole]
[#]Fixed
- Allow xpath 3.x gem [Thomas Walpole]
- Issue when drivers returned nil for current_path and a matcher was used with a Regexp [Thomas Walpole]
- Error message when visible element not found, but non-visible was [Andy Klimczak]

Tue Nov 21 13:00:00 2017 mschnitzerAATTsuse.com
- updated to version 2.16.1

* Fix rack_test driver for rack_test 0.7.1/0.8.0 [Thomas Walpole]

* accept_prompt response text can contain quotes when using selenium with headless chrome [Thomas Walpole]

Fri Nov 17 13:00:00 2017 mschnitzerAATTsuse.com
- updated to version 2.16.0
Release date: 2017-11-13
[#] Added
- Attempt to move element into view when selenium doesn\'t correctly do it - See PR #1917 [Thomas Walpole]
- current_path matchers will now autodetect path vs url based on string to be matched. Deprecates :only_path in favor of :ignore_query option [Thomas Walpole]
- Session#evaluate_async_script [Thomas Walpole]
[#] Fixed
- Default prompt value when using headless Chrome works correctly [Thomas Walpole]
- Support new modal error returned by selenium-webdriver 3.7 for W3C drivers [Thomas Walpole]
- Calling respond_to? on the object passed to Capybara.configure block - Issue #1935

Mon Oct 9 14:00:00 2017 mschnitzerAATTsuse.com
- updated to version 2.15.4
Release date: 2017-10-07
[#] Fixed

* Visiting an absolute URL shouldn\'t overwrite the port when no
server or always_include_port=false - Issue #1921

Wed Oct 4 14:00:00 2017 mschnitzerAATTsuse.com
- updated to version 2.15.3
Release date: 2017-10-03
[#] Fixed

* Visiting \'/\' when Capybara.app_host has a trailing \'/\' - Issue #1918 [Thomas Walpole]
Changelog of version 2.15.2:
Release date: 2017-10-02
[#] Fixed

* Include within scope description in element not found/ambiguous errors [Thomas Walpole]

* Raise error when no activation block is passed to modal methods if using headless chrome [Thomas Walpole]

* Don\'t retry element access when inspecting [Ivan Neverov]

* Don\'t override a specified port (even if it is default port) in visited url [Thomas Walpole]

Mon Aug 7 14:00:00 2017 mschnitzerAATTsuse.com
- Update to 2.15.1

* attach_file with no extension/MIME type when using the :rack_test driver [Thomas Walpole]

Thu Aug 3 14:00:00 2017 hvogelAATTsuse.com
- Update to 2.14.3.

* Fix retrieval of session_options for HaveSelector matcher descriptions

Fri Jun 23 14:00:00 2017 bgeukenAATTsuse.com
- Update to 2.14.3. No changelog found.

Tue Jun 13 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.14.2
see installed History.md
[#] Version 2.14.2
Release date: 2017-06-09
[#]## Fixed

* Workaround for system modals when using headless Chrome now works if the page changes
[#] Version 2.14.1
Release date: 2017-06-07
[#]## Fixed

* Catch correct error when unexpected system modals are discovered in latest selenium [Thomas Walpole]

* Update default `puma` server registration to encourage it to run in single mode [Thomas Walpole]

* Suppress invalid element errors raised while lazily evaluating the results of `all` [Thomas Walpole]

* Added missing `with_selected` option to the :select selector to match `options`/`with_options` options - Issue #1865 [Bartosz Nowak]

* Workaround broken system modals when using selenium with headless Chrome

Tue May 23 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.14.0
see installed History.md

Fri Mar 17 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.13.0
see installed History.md
[#]Version 2.13.0
Release date: 2017-03-16
[#]## Added

* Selenium driver supports returning element(s) from evaluate_script [Thomas Walpole]

* rack_test driver supports click on checkboxes and radio buttons to change their states [Thomas Walpole]

* Support RSpec equivalent assertions and expectations for MiniTest [Thomas Walpole]
[#]## Foxed

* Editing of content editable children with selenium

Fri Feb 17 13:00:00 2017 cooloAATTsuse.com
- updated to version 2.12.1
see installed History.md
[#]Version 2.12.1
Release date: 2017-02-16
[#]## Fixed

* Disable lazy Capybara::Results evaluation for JRuby due to ongoing issues

Wed Jan 25 13:00:00 2017 ammartinezAATTsuse.com
- updated to version 2.12.0

Fri Dec 9 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.11.0
see installed History.md
[#2].11.0
Release date: 2016-12-05
[#]## Added

* Options for clearing session/local storage on reset added to the Selenium driver

* Window size changes wait for the size to stabilize

* Defined return value for most actions

* Ignore specific error when qutting selenium driver instance - Issue #1773 [Dylan Reichstadt, Thomas Walpole]

* Warn on selenium unknown errors rather than raising when quitting driver [Adam Pohorecki, Thomas Walpole]

* Capybara::Result#each now returns an `Enumerator` when called without a block - Issue #1777 [Thomas Walpole]
[#]## Fixed

* Selenium driver with Chrome should support multiple file upload [Thomas Walpole]

* Fix visible: :hidden with :text option behavior [Thomas Walpole]

Thu Dec 1 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.10.2
see installed History.md
[#2].10.2
Release date: 2016-11-30
[#]## Fixed

* App exceptions with multiple parameter initializers now re-raised correctly - Issue #1785 [Michael Lutsiuk]

* Use Addressable::URI when parsing current_path since it\'s more lenient of technically invalid URLs - Issue #1801 [Marcos Duque, Thomas Walpole]

Fri Oct 28 14:00:00 2016 hvogelAATTsuse.com
- updated to version 2.10.1
see installed History.md
[#2].10.1
Release date: 2016-10-08
[#]## Fixed

* App errors are now correctly raised with the explanatory cause in JRuby [Thomas Walpole]

* Capybara::Result optimization disabled in JRuby due to issue with lazy enumerator evaluation [Thomas Walpole]
See: https://github.com/jruby/jruby/issues/4212
[#2].10.0
Release date: 2016-10-05
[#]## Added

* Select `
 
ICM