bin/rails test test/system/notifications_test.rb:256
Running via Spring preloader in process 65510
Run options: --seed 61527
# Running:
[Screenshot Image]: /Users/iwamurahiroshi/practice/bootcamp/tmp/screenshots/failures_test_notify_comment_and_check.png
E
Error:
NotificationsTest#test_notify_comment_and_check:
Capybara::ElementNotFound: Unable to find button "確認OKにする" that is not disabled
test/system/notifications_test.rb:264:in `block (2 levels) in <class:NotificationsTest>'
test/system/notifications_test.rb:260:in `block in <class:NotificationsTest>'
rails test test/system/notifications_test.rb:256
[Minitest::CI] Generating test report in JUnit XML format...
Finished in 23.083605s, 0.0433 runs/s, 0.0000 assertions/s.
1 runs, 0 assertions, 0 failures, 1 errors, 0 skips
テスト内容
テストを実行すると以下の結果になり、テストが通らない。
テストが通るように修正したい。
実行結果その1
実行結果その2