-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
定期イベント一覧にイベント作成リンクを追加 #5756
定期イベント一覧にイベント作成リンクを追加 #5756
Conversation
@fuwa-syugyo |
@sadanora |
@fuwa-syugyo |
@sadanora |
@fuwa-syugyo |
@komagata |
test/system/regular_events_test.rb
Outdated
test 'show link to create new event' do | ||
visit_with_auth regular_events_path, 'komagata' | ||
assert_link 'イベント作成' | ||
end | ||
|
||
test 'show link to create new regular event' do | ||
visit_with_auth regular_events_path, 'komagata' | ||
assert_link '定期イベント作成' | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この程度であればテストを作成しなくて大丈夫です〜。
systemテストはすごく遅いので、重要なものだけに絞りたいです。もしやるとしてもviewのテストとしてやりたい感じです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
承知しました!
追加したテストケースは削除しました〜
9f9f3b9
5cf302b
to
9f9f3b9
Compare
test/system/regular_events_test.rb
Outdated
@@ -3,7 +3,7 @@ | |||
require 'application_system_test_case' | |||
|
|||
class RegularEventsTest < ApplicationSystemTestCase | |||
test 'create regular event as WIP' do | |||
test 'show regular event as WIP' do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sadanora こちらを変更されたのは何故でしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@komagata
変更した理由に覚えがないので、テストケースを追加した際に誤って変更してしまったんだと思います。
大変失礼いたしました:bow:
意図しない変更だったので元に戻し、このPRのFile Changedタブでテストファイルに差分が出ていないことを確認しました。
9f9f3b9
to
5722d49
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
確認させて頂きました。OKです〜🙆♂️
Issue
概要
定期イベント一覧にイベント作成リンクを追加しました。
変更確認方法
feature/add-creating-event-link-to-regular_events
をローカルに取り込んでください。bin/rails s
でローカル環境を立ち上げてください。変更前
変更後