spec(js): cleanup js tags

This commit is contained in:
Paul Chavard 2024-09-10 23:53:04 +02:00
parent 58037f21cd
commit 7b1c882498
No known key found for this signature in database
11 changed files with 47 additions and 53 deletions

View file

@ -17,7 +17,7 @@ describe 'As an administrateur', js: true do
end
end
scenario 'I can register', js: true do
scenario 'I can register' do
expect(new_admin.reload.user.active?).to be(false)
confirmation_email = open_email(admin_email)