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 26, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 85eab02 commit ee593fe
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
@@ -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'
@@ -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'
@@ -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'

0 comments on commit ee593fe

Please sign in to comment.