mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Replace update_attributes with update
This commit is contained in:
@@ -487,7 +487,7 @@ feature 'Subscriptions' do
|
||||
end
|
||||
|
||||
it "permit creating and editing of the subscription" do
|
||||
customer.update_attributes(allow_charges: true)
|
||||
customer.update(allow_charges: true)
|
||||
# Fill in other details
|
||||
fill_in_subscription_basic_details
|
||||
click_button "Next"
|
||||
|
||||
Reference in New Issue
Block a user