Fix registrar area home link

This commit is contained in:
Artur Beljajev 2017-04-28 17:47:12 +03:00
parent aa7b29f5a1
commit e16965dadc
2 changed files with 53 additions and 0 deletions

View 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