improves admin valuators views

This commit is contained in:
decabeza
2017-10-25 18:47:26 +02:00
parent 0f4c03e407
commit 2131c651f6
3 changed files with 72 additions and 55 deletions

View File

@@ -47,7 +47,7 @@ feature 'Admin valuators' do
click_button 'Search'
expect(page).to have_content('Valuators: User search')
expect(page).to have_content('users cannot be found')
expect(page).to have_content('No results found')
expect(page).to_not have_content(@valuator1.name)
expect(page).to_not have_content(@valuator2.name)
end