Skip to content

Commit

Permalink
当日開催で終了済みイベントを非表示にした変更に伴い既存のシステムテストで設定していた時間を2時間過去にした
Browse files Browse the repository at this point in the history
  • Loading branch information
sugiwe committed Jan 16, 2025
1 parent 9f81089 commit dd91341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/home_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class HomeTest < ApplicationSystemTestCase
end

test 'show all regular events and special events on dashbord' do
travel_to Time.zone.local(2017, 4, 3, 10, 0, 0) do
travel_to Time.zone.local(2017, 4, 3, 8, 0, 0) do
visit_with_auth '/', 'kimura'
today_event_label = find('.card-list__label', text: '今日開催')
tomorrow_event_label = find('.card-list__label', text: '明日開催')
Expand Down

0 comments on commit dd91341

Please sign in to comment.