mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
commit
9565f23e68
50 changed files with 2463 additions and 323 deletions
12
spec/features/admin/contacts/list_spec.rb
Normal file
12
spec/features/admin/contacts/list_spec.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.feature 'Contact list', settings: false do
|
||||
background do
|
||||
sign_in_to_admin_area
|
||||
end
|
||||
|
||||
it 'is visible' do
|
||||
visit admin_contacts_path
|
||||
expect(page).to have_css('.contacts')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue