mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
Fix registrar area home link
This commit is contained in:
parent
aa7b29f5a1
commit
e16965dadc
2 changed files with 53 additions and 0 deletions
8
spec/features/registrar/home_link_spec.rb
Normal file
8
spec/features/registrar/home_link_spec.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.feature 'Registrar area home link', db: true do
|
||||
scenario 'is visible' do
|
||||
visit registrar_login_url
|
||||
expect(page).to have_link('registrar-home-btn', href: registrar_root_path)
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue