mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
Create AdminContactsTest
This commit is contained in:
parent
255706fb45
commit
a6a99df58e
2 changed files with 29 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
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