Change ability to navigate of unconfirmed users (#33209)
This commit is contained in:
parent
ca45f896dd
commit
796dd57e1b
6 changed files with 21 additions and 19 deletions
|
@ -34,7 +34,7 @@ RSpec.describe 'Log in' do
|
|||
it 'A unconfirmed user is able to log in' do
|
||||
fill_in_auth_details(email, password)
|
||||
|
||||
expect(subject).to have_css('div.admin-wrapper')
|
||||
expect(subject).to have_css('.title', text: I18n.t('auth.setup.title'))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue