Navigation Menu

Skip to content

Commit

Permalink
Downcase documentation in the sample steps
Browse files Browse the repository at this point in the history
  • Loading branch information
richdownie authored and titusfortner committed Nov 18, 2017
1 parent 7c5a1f7 commit 4c2cf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ require 'watir'
browser = Watir::Browser.new

browser.goto 'watir.com'
browser.link(text: 'Documentation').click
browser.link(text: 'documentation').click

puts browser.title
# => 'Documentation – Watir Project...'
Expand Down

0 comments on commit 4c2cf8f

Please sign in to comment.