diff --git a/test/system/home_test.rb b/test/system/home_test.rb index 0864664a916..06295c25b24 100644 --- a/test/system/home_test.rb +++ b/test/system/home_test.rb @@ -333,19 +333,6 @@ def assert_events_count(event_label, count) assert_text "しばらく4日経過に到達する\n提出物はありません。" end - test 'select product deadlines' do - visit_with_auth '/', 'mentormentaro' - - find('.mt-4.text-sm.text-center', text: '提出物チェックの期限を変更する。').click - find('.modal', text: '提出物チェックの期限を変更する。').click - - select '期限5日(3日経過 4日経過 5日以上経過)' - - assert_text '5日以上経過(8)' - assert_text '4日経過(1)' - assert_text '3日経過(2)' - end - test 'work link of passed almost 5days' do visit_with_auth '/', 'mentormentaro' find('.under-cards').click