Skip to content

Commit

Permalink
不必要なテストを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
maeda-seina committed Feb 1, 2022
1 parent b761a55 commit 3adc3ae
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/system/home_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,4 @@ class HomeTest < ApplicationSystemTestCase
assert_no_text '就職関係かつ直近イベントの表示テスト用'
end
end

test 'transition to my profile page from dashboard' do
visit_with_auth '/', 'kimura'
assert_text 'ダッシュボード'
click_link 'マイプロフィール'
assert_text 'kimuraのプロフィール'
end

test 'transition to daily report creation page from dashboard' do
visit_with_auth '/', 'kimura'
assert_text 'ダッシュボード'
click_link '日報作成'
assert_text '日報作成'
end
end

0 comments on commit 3adc3ae

Please sign in to comment.