1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Popup support added for selenium.

This commit is contained in:
jarra 2010-08-27 21:00:08 +02:00 committed by Jonas Nicklas
parent 0bf8796829
commit 80df9fff5a
8 changed files with 108 additions and 1 deletions

View file

@ -8,6 +8,7 @@ describe Capybara::Driver::Selenium do
it_should_behave_like "driver"
it_should_behave_like "driver with javascript support"
it_should_behave_like "driver with frame support"
it_should_behave_like "driver with popup support"
it_should_behave_like "driver without status code support"
it_should_behave_like "driver with cookies support"
end