そのように見えるフィールドをfill_inする方法はありますか...
<span id="you_cannot_see_me" style="display: none;">
<input id="hidey" name="hidey" type="text" value="">
</span>
私が試してみました...
accessthis = find('#hidey').should_not be_visible
fill_in( accessthis , :with => 'desired text')
...そして次のエラーを受け取ります
Unable to find field false (Capybara::ElementNotFound)
何か案は?