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

#within_frame method

This commit is contained in:
jgagner 2010-01-12 11:40:10 -08:00
parent 5c20277dfa
commit 8ad161b041
4 changed files with 14 additions and 2 deletions

View file

@ -8,5 +8,5 @@ describe Capybara::Driver::Selenium do
it_should_behave_like "driver"
it_should_behave_like "driver with javascript support"
it_should_behave_like "driver without node path support"
it_should_behave_like "driver with frame support"
end