Change ability to navigate of unconfirmed users (#33209)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user