Fixed Capybara not interacting with textAngular

This commit is contained in:
Matt-Yorkley
2016-11-27 15:45:36 +00:00
committed by Rob Harrington
parent c4bd085393
commit fdcd3dc3e3

View File

@@ -35,7 +35,7 @@ feature %q{
fill_in 'product_on_hand', with: 5
select 'Test Tax Category', from: 'product_tax_category_id'
select 'Test Shipping Category', from: 'product_shipping_category_id'
fill_in 'product_description', with: "A description..."
page.find("input[name='product\[description\]']", visible: false).set('A description...')
click_button 'Create'