0
0
Fork 0

Change ability to navigate of unconfirmed users (#33209)

This commit is contained in:
Eugen Rochko 2024-12-09 09:31:56 +01:00 committed by GitHub
parent ca45f896dd
commit 796dd57e1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 21 additions and 19 deletions

View file

@ -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