Move reset buttons to corresponding forms

This commit is contained in:
2023-04-19 01:32:06 +02:00
parent 2d95b11a34
commit 894c21f322
8 changed files with 27 additions and 31 deletions

View File

@@ -49,21 +49,4 @@ class UsersTest < ApplicationSystemTestCase
assert_text t('devise.confirmations.confirmed')
assert User.last.confirmed?
end
#test "visiting the index" do
# visit users_url
# assert_selector "h1", text: "Users"
#end
#test "should create user" do
# visit users_url
# click_on "New user"
# fill_in "Email", with: @user.email
# fill_in "Status", with: @user.status
# click_on "Create User"
# assert_text "User was successfully created"
# click_on "Back"
#end
end