diff --git a/spec/features/admin/products_spec.rb b/spec/features/admin/products_spec.rb index f77e9f092c..c5474a4f2e 100644 --- a/spec/features/admin/products_spec.rb +++ b/spec/features/admin/products_spec.rb @@ -126,7 +126,7 @@ feature ' fill_in 'product_on_hand', with: 0 check 'product_on_demand' select 'Test Tax Category', from: 'product_tax_category_id' - page.find("div[id^='taTextElement']").native.send_keys('In demand, and on_demand! The hottest cakes in town.') + find("div[id^='taTextElement']").native.send_keys('In demand, and on_demand! The hottest cakes in town.') click_button 'Create'