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

selenium can't fill in custom fields

This commit is contained in:
Jonas Nicklas 2010-03-22 23:43:55 +00:00
parent dbe7d8ad22
commit 240748918b

View file

@ -53,6 +53,7 @@ shared_examples_for "fill_in" do
end
it "should fill in a field with a custom type" do
pending "selenium doesn't seem to find custom fields" if @session.mode == :selenium
@session.fill_in('Schmooo', :with => 'Schmooo is the game')
@session.click_button('awesome')
extract_results(@session)['schmooo'].should == 'Schmooo is the game'