mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
"Surely that page could not possibly change"
-- famous last words
This commit is contained in:
parent
e6ae5d7234
commit
ae355e0fe7
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ describe Capybara::Driver::Culerity do
|
|||
end
|
||||
|
||||
it "should navigate to a fully qualified remote page" do
|
||||
@driver.visit('http://elabs.se/contact')
|
||||
@driver.body.should include('Edithouse eLabs AB')
|
||||
@driver.visit('http://capybara-testapp.heroku.com/foo')
|
||||
@driver.body.should include('Another World')
|
||||
end
|
||||
|
||||
it_should_behave_like "driver"
|
||||
|
|
Loading…
Reference in a new issue