Skip to content

Commit

Permalink
テストを変更した
Browse files Browse the repository at this point in the history
GUIで操作しないので削除した
  • Loading branch information
nakamu-kazu222 committed Sep 22, 2024
1 parent d15e93b commit 2114394
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions test/system/home_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2114394

Please sign in to comment.