Skip to content

Commit

Permalink
lint修正
Browse files Browse the repository at this point in the history
  • Loading branch information
keiz1213 authored and machida committed Sep 21, 2022
1 parent c6c3295 commit 4761d12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/system/notification/hibernation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Notification::HibernationTest < ApplicationSystemTestCase
fill_in 'hibernation[reason]', with: 'テストのため'
accept_confirm do
click_button '休会する'
end
end
assert_text '休会処理が完了しました'

visit_with_auth notifications_path, 'komagata'
Expand All @@ -46,7 +46,7 @@ class Notification::HibernationTest < ApplicationSystemTestCase
fill_in 'hibernation[reason]', with: 'テストのため'
accept_confirm do
click_button '休会する'
end
end
assert_text '休会処理が完了しました'

visit_with_auth notifications_path, 'komagata'
Expand All @@ -68,7 +68,7 @@ class Notification::HibernationTest < ApplicationSystemTestCase
fill_in 'hibernation[reason]', with: 'テストのため'
accept_confirm do
click_button '休会する'
end
end
assert_text '休会処理が完了しました'

visit_with_auth notifications_path, 'komagata'
Expand Down

0 comments on commit 4761d12

Please sign in to comment.