mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
chore(spec/system/admin/subscriptions_spec.rb): issue #7483
Add back comment explaining bill address has been pre-loaded.
This commit is contained in:
@@ -262,6 +262,7 @@ describe 'Subscriptions' do
|
||||
click_button('Next')
|
||||
|
||||
expect(page).to have_content 'BILLING ADDRESS'
|
||||
# Customer bill address has been pre-loaded
|
||||
expect(page).to have_input "bill_address_firstname", with: address.firstname
|
||||
expect(page).to have_input "bill_address_lastname", with: address.lastname
|
||||
expect(page).to have_input "bill_address_address1", with: address.address1
|
||||
|
||||
Reference in New Issue
Block a user