From 21143949c8503b012d4135da2df723400a6bbe59 Mon Sep 17 00:00:00 2001 From: nakamu-kazu222 Date: Sun, 22 Sep 2024 21:21:34 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=82=92=E5=A4=89?= =?UTF-8?q?=E6=9B=B4=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GUIで操作しないので削除した --- test/system/home_test.rb | 13 ------------- 1 file changed, 13 deletions(-) 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