dep-dev: bump capybara from 3.36.0 to 3.37.0
Bumps capybara from 3.36.0 to 3.37.0.
Changelog
Sourced from capybara's changelog.
Version 3.37.0
Release date: 2022-05-07
Changed
- Ruby 2.7.0+ is now required
Added
- [Beta] CSP nonces inserted into animation disabler additions - Issue #2542
- Support
<base>
element in rack-test driver - ISsue #2544- [Beta]
Element#shadow_root
support. Requires selenium-webdriver 4.1+. Only currently supported with Chrome when using the selenium driver. Note: only CSS can be used to find elements from the shadow root. Therefore you won't be able to use most Capybara helper methods (fill_in
,click_link
,find_field
, etc) directly from the shadow root since those locators are built using XPath. If you first locate a descendant from the shadow root using CSS then you should be able to use all the Capybara methods from there.- Regexp now supported for
exact_text
finder optionFixed
- Fragments in referer headers in rack-test driver - Issue #2525
- Selenium v4.1 deprecation notice
Commits
-
ac0ab33
Prepare for 3.37.0 release -
34493f0
minor style updates -
5c8e975
Support Regexp forexact_text
option -
2fece8d
Add some tests for shadow DOM element interaction -
a9cfb0a
Merge pull request #2546 from teamcapybara/shadow -
836a416
Add initial Element#shadow_root support -
780d578
Update History.md -
70ab439
Minor code cleanup -
71770a1
Insert nonces in animation disabler if available -
1c164b6
Merge pull request #2545 from teamcapybara/work_on_3_37 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
| services | 168 | 0 | 0 | 0 | 168 | ✅ |
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 24 | 0 | 0 | 0 | 24 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 227 | 0 | 0 | 0 | 227 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov