improves admin managers views

This commit is contained in:
decabeza
2017-10-25 18:50:30 +02:00
parent 2131c651f6
commit 4b7a0358e5
2 changed files with 39 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ feature 'Admin managers' do
click_button 'Search'
expect(page).to have_content('Managers: 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(@manager1.name)
expect(page).to_not have_content(@manager2.name)
end