Fixed typo
This commit is contained in:
@@ -16,9 +16,9 @@ class JobsTest < ApplicationSystemTestCase
|
||||
|
||||
fill_in "Cost center", with: @job.cost_center
|
||||
fill_in "Costum qm plan", with: @job.costum_qm_plan
|
||||
fill_in "Costumer firstname", with: @job.costumer_firstname
|
||||
fill_in "Costumer id", with: @job.costumer_id_id
|
||||
fill_in "Costumer lastname", with: @job.costumer_lastname
|
||||
fill_in "customer firstname", with: @job.customer_firstname
|
||||
fill_in "customer id", with: @job.customer_id_id
|
||||
fill_in "customer lastname", with: @job.customer_lastname
|
||||
check "Intern" if @job.intern
|
||||
fill_in "Number of plans a0", with: @job.number_of_plans_a0
|
||||
fill_in "Number of plans a1", with: @job.number_of_plans_a1
|
||||
@@ -41,9 +41,9 @@ class JobsTest < ApplicationSystemTestCase
|
||||
|
||||
fill_in "Cost center", with: @job.cost_center
|
||||
fill_in "Costum qm plan", with: @job.costum_qm_plan
|
||||
fill_in "Costumer firstname", with: @job.costumer_firstname
|
||||
fill_in "Costumer id", with: @job.costumer_id_id
|
||||
fill_in "Costumer lastname", with: @job.costumer_lastname
|
||||
fill_in "customer firstname", with: @job.customer_firstname
|
||||
fill_in "customer id", with: @job.customer_id_id
|
||||
fill_in "customer lastname", with: @job.customer_lastname
|
||||
check "Intern" if @job.intern
|
||||
fill_in "Number of plans a0", with: @job.number_of_plans_a0
|
||||
fill_in "Number of plans a1", with: @job.number_of_plans_a1
|
||||
|
||||
Reference in New Issue
Block a user