mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 03:24:09 +00:00
Vehicle view (#1117)
This commit is contained in:
@@ -34,7 +34,12 @@ class AccountsTest < ApplicationSystemTestCase
|
||||
end
|
||||
|
||||
test "can create vehicle account" do
|
||||
assert_account_created("Vehicle")
|
||||
assert_account_created "Vehicle" do
|
||||
fill_in "Make", with: "Toyota"
|
||||
fill_in "Model", with: "Camry"
|
||||
fill_in "Year", with: "2020"
|
||||
fill_in "Mileage", with: "30000"
|
||||
end
|
||||
end
|
||||
|
||||
test "can create other asset account" do
|
||||
|
||||
Reference in New Issue
Block a user