Checking values with Cucumber and Watir
问题 I've been trying to get started with Cucumber and Watir. I've done the installation and written/copied a simple 'feature'. However, I'm not getting anywhere with checking what's on a page. This my feature: Feature: Search Google In order to make sure people can find my documentation I want to check it is listed on the first page in Google Scenario: Searching for JS.Class docs Given I have opened "http://www.google.com/" When I search for "JS.Class" Then I should see a link to "http://jsclass