Skip to content

Commit c58bc3b

Browse files
authored
Merge pull request #2608 from luke-hill/patch-1
Update minor text/link issue in warning for FirefoxNode
2 parents be0d533 + 03611a3 commit c58bc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/capybara/selenium/nodes/firefox_node.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def click(keys = [], **options)
1212
rescue ::Selenium::WebDriver::Error::ElementNotInteractableError
1313
if tag_name == 'tr'
1414
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 ' \
15+
'see https://github.com/mozilla/geckodriver/issues/1228 - Your test should probably be ' \
1616
'clicking on a table cell like a user would. Clicking the first cell in the row instead.'
1717
return find_css('th:first-child,td:first-child')[0].click(keys, **options)
1818
end

0 commit comments

Comments
 (0)