Skip to content

Commit 03611a3

Browse files
authored
Update minor text/link issue in warning for FirefoxNode
When using CI systems, this auto-converts into a link. But appends the `.` at the end. So I've just removed it.
1 parent 2d05c20 commit 03611a3

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)