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:
parent
dbe7d8ad22
commit
240748918b
1 changed files with 1 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue