From 50c6012d49844f978fe8c903f63c8279838f605b Mon Sep 17 00:00:00 2001 From: Oleg Hasjanov Date: Tue, 19 Jan 2021 17:26:11 +0200 Subject: [PATCH] added test to contacts --- test/system/admin_area/contacts_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/system/admin_area/contacts_test.rb b/test/system/admin_area/contacts_test.rb index d98882dff..a525d3d52 100644 --- a/test/system/admin_area/contacts_test.rb +++ b/test/system/admin_area/contacts_test.rb @@ -8,6 +8,13 @@ class AdminContactsTest < ApplicationSystemTestCase sign_in users(:admin) end + # TODO + # admin_contact + # def test_update_contact + # visit admin_contact_path(id: @contact.id) + # assert_text "#{@contact.name}" + # end + def test_display_list visit admin_contacts_path