From 33efbff50916917d6ecbaaf374f79579301e13f4 Mon Sep 17 00:00:00 2001 From: Taico Aerts <t.v.aerts@tudelft.nl> Date: Wed, 2 Aug 2023 18:30:37 +0200 Subject: [PATCH] Add comment --- test/system/login_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/system/login_test.rb b/test/system/login_test.rb index 71e16d244..5f799dbc5 100644 --- a/test/system/login_test.rb +++ b/test/system/login_test.rb @@ -14,6 +14,7 @@ class LoginTest < ApplicationSystemTestCase fill_in 'Password', with: password fill_in 'Password confirmation', with: password + # Check that the user is created in the DB assert_difference 'User.count' do click_on 'Sign up' end -- GitLab