redux of valuators creation form
This commit is contained in:
committed by
Juanjo Bazán
parent
57fba7c0df
commit
4546af5be1
@@ -20,9 +20,12 @@ feature 'Admin valuators' do
|
||||
click_button 'Search'
|
||||
|
||||
expect(page).to have_content @user.name
|
||||
click_link 'Add'
|
||||
fill_in 'valuator_description', with: 'environmental expert'
|
||||
click_button 'Add to valuators'
|
||||
|
||||
within("#valuators") do
|
||||
expect(page).to have_content @user.name
|
||||
expect(page).to have_content 'environmental expert'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user