diff --git a/spec/features/admin/enterprises_spec.rb b/spec/features/admin/enterprises_spec.rb index ffc2d010b6..ca3b72682f 100644 --- a/spec/features/admin/enterprises_spec.rb +++ b/spec/features/admin/enterprises_spec.rb @@ -209,6 +209,12 @@ feature %q{ page.should have_checked_field "enterprise_preferred_shopfront_order_cycle_order_orders_open_at" expect(page).to have_checked_field "enterprise_require_login_true" expect(page).to have_checked_field "enterprise_enable_subscriptions_true" + + # Test that the right input alert text is displayed + accept_alert('Please enter a URL to insert') do + first('.ta-text').click + first('button[name="insertLink"]').click + end end describe "producer properties" do