test/features/shared/resource/show_test.rb in adminpanel-2.4.0 vs test/features/shared/resource/show_test.rb in adminpanel-2.4.1

- old
+ new

@@ -7,9 +7,10 @@ def test_resource_contenets_and_links assert_content(adminpanel_products(:first).name) assert_content(adminpanel_products(:first).price) assert_content(adminpanel_products(:first).description) assert_selector 'i.fa.fa-pencil' + assert_selector 'i.fa.fa-plus' end protected def sign_in visit adminpanel.signin_path