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:
parent
0bf8796829
commit
80df9fff5a
8 changed files with 108 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue