mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Revert "Registry 569"
This commit is contained in:
parent
9565f23e68
commit
4786dbb943
50 changed files with 323 additions and 2463 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
|
|
@ -1,15 +0,0 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.feature 'Contact list', settings: false do
|
||||
given!(:registrar) { create(:registrar) }
|
||||
given!(:contact) { create(:contact, registrar: registrar) }
|
||||
|
||||
background do
|
||||
sign_in_to_registrar_area(user: create(:api_user_with_unlimited_balance, registrar: registrar))
|
||||
end
|
||||
|
||||
it 'is visible' do
|
||||
visit registrar_contacts_path
|
||||
expect(page).to have_css('.contacts')
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue