Fixed typo

This commit is contained in:
2024-10-02 13:51:15 +02:00
parent 23749c80b8
commit 337ff9b9d9
24 changed files with 79 additions and 79 deletions

View File

@@ -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