Skip to content

Commit

Permalink
テストを元のコードに修正
Browse files Browse the repository at this point in the history
  • Loading branch information
su-su-su-su committed Oct 1, 2024
1 parent 0140054 commit 7bcd02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/comments_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ class CommentsTest < ApplicationSystemTestCase
assert_text '確認OKにする'
within('.thread-comment-form__form') do
fill_in('new_comment[description]', with: 'comment test')
click_button 'コメントする'
end
accept_confirm '日報を確認済みにしていませんがよろしいですか?' do
click_button 'コメントする'
end
assert_text 'comment test'
end
Expand Down

0 comments on commit 7bcd02a

Please sign in to comment.