Rename profile page in registrar area to account

This commit is contained in:
Artur Beljajev 2019-05-15 13:44:36 +03:00
parent 5e0eca22cf
commit 207c2a704c
10 changed files with 10 additions and 10 deletions

View file

@ -10,7 +10,7 @@ RSpec.feature 'Registrar area linked users', settings: false do
end
scenario 'switches current user to a linked one' do
visit registrar_profile_path
visit registrar_account_path
click_link_or_button 'switch-current-user-2-btn'
expect(page).to have_text('You are now signed in as a user "new-user-name"')
end