fix MR comments
This commit is contained in:
@@ -92,9 +92,9 @@ feature 'User managing appearance releases' do
|
||||
|
||||
expect(page).to have_content 'SECOND GUARDIAN INFORMATION'
|
||||
expect(page).to have_content 'SECOND GUARDIAN PHOTO'
|
||||
expect(page).to have_content 'Second Guardian Email'
|
||||
expect(page).to have_content 'Second Guardian Phone'
|
||||
expect(page).to have_content 'Second Guardian Address'
|
||||
expect(page).to have_content 'Guardian 2 Email'
|
||||
expect(page).to have_content 'Guardian 2 Phone'
|
||||
expect(page).to have_content 'Guardian 2 Address'
|
||||
|
||||
fill_in guardian_first_name_field, with: 'Guardian'
|
||||
fill_in guardian_last_name_field, with: 'Name'
|
||||
@@ -510,15 +510,15 @@ feature 'User managing appearance releases' do
|
||||
end
|
||||
|
||||
def guardian_2_first_name_field
|
||||
'Second guardian first name'
|
||||
'Guardian 2 first name'
|
||||
end
|
||||
|
||||
def guardian_2_last_name_field
|
||||
'Second guardian last name'
|
||||
'Guardian 2 last name'
|
||||
end
|
||||
|
||||
def guardian_2_phone_field
|
||||
'Second guardian phone'
|
||||
'Guardian 2 phone'
|
||||
end
|
||||
|
||||
def guardian_first_name_field
|
||||
|
||||
Reference in New Issue
Block a user