Skip to content

Commit c91edf4

Browse files
committed
初投稿のみというニュアンスのテスト名に変更
1 parent 1676af4 commit c91edf4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/system/notification/reports_test.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def assert_notify_only_at_first_published_of_report(
180180
end
181181
end
182182

183-
test 'notify company advisor only on first report posted' do
183+
test 'notify company advisor only when report is initially posted' do
184184
kensyu_login_name = 'kensyu'
185185
advisor_login_name = 'senpai'
186186
title = '研修生が日報を作成し提出した時'
@@ -197,7 +197,7 @@ def assert_notify_only_at_first_published_of_report(
197197
)
198198
end
199199

200-
test 'notify follower only on first report posted' do
200+
test 'notify follower only when report is initially posted' do
201201
following = Following.first
202202
followed_user_login_name = User.find(following.followed_id).login_name
203203
follower_user_login_name = User.find(following.follower_id).login_name
@@ -215,7 +215,7 @@ def assert_notify_only_at_first_published_of_report(
215215
)
216216
end
217217

218-
test 'notify mention target only on first report posted' do
218+
test 'notify mention target only when report is initially posted' do
219219
mention_target_login_name = 'komagata'
220220
author_login_name = 'machida'
221221
title = '初めて提出したら、'
@@ -229,7 +229,7 @@ def assert_notify_only_at_first_published_of_report(
229229
)
230230
end
231231

232-
test 'notify user only on first report posted' do
232+
test 'notify user only when report is initially posted' do
233233
check_notification_login_name = 'machida'
234234
author_login_name = 'nippounashi'
235235
title = '初めての日報を提出したら'

0 commit comments

Comments
 (0)