mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-07 03:01:33 +00:00
Fix failing spec [OFN-11613]
This commit is contained in:
@@ -125,8 +125,9 @@ RSpec.describe 'Subscriptions' do
|
||||
select_datetime_from_datepicker Time.zone.at(1.month.from_now)
|
||||
find("body").send_keys(:escape)
|
||||
|
||||
click_button 'Save'
|
||||
|
||||
# Click save and comfirm in warning modal (because date time range value was changed)
|
||||
click_button('Save')
|
||||
click_button('Proceed anyway')
|
||||
visit edit_admin_subscription_path(subscription)
|
||||
click_button 'edit-products'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user