We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d05c20 commit 03611a3Copy full SHA for 03611a3
lib/capybara/selenium/nodes/firefox_node.rb
@@ -12,7 +12,7 @@ def click(keys = [], **options)
12
rescue ::Selenium::WebDriver::Error::ElementNotInteractableError
13
if tag_name == 'tr'
14
warn 'You are attempting to click a table row which has issues in geckodriver/marionette - ' \
15
- 'see https://github.com/mozilla/geckodriver/issues/1228. Your test should probably be ' \
+ 'see https://github.com/mozilla/geckodriver/issues/1228 - Your test should probably be ' \
16
'clicking on a table cell like a user would. Clicking the first cell in the row instead.'
17
return find_css('th:first-child,td:first-child')[0].click(keys, **options)
18
end
0 commit comments