# TODO: Change this string to describe your test
it "should find WatirCraft" do
# TODO: Add your test steps here. Remove "pending"
browser.text_field(:name, 'q').set 'WatirCraft'
browser.button(:name, 'btnG').click
browser.text.should include('Test automation for web applications')
end
# TODO: Add additional tests here. Each test should look like
# it "test description" do
# ... test steps ...
# end
end