mirror of
https://github.com/internetee/registry.git
synced 2025-07-19 17:25:57 +02:00
Merge branch 'migrate-fabricators-to-factory-bot-factories' into registry-343
This commit is contained in:
commit
411af16f9c
58 changed files with 2505 additions and 432 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