mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 02:35:57 +02:00
added tests
This commit is contained in:
parent
ce1a66d618
commit
3b38be71a8
3 changed files with 35 additions and 1 deletions
|
@ -9,7 +9,7 @@ class AdminContactsTest < ApplicationSystemTestCase
|
|||
end
|
||||
|
||||
def test_update_contact
|
||||
visit admin_contact_path(id: @contact.id)
|
||||
visit admin_contact_path(@contact.id)
|
||||
assert_text "#{@contact.name}"
|
||||
|
||||
click_on 'Edit statuses'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue