mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Fix travis (#11882)
* fieldname wrong * bifurcated test into two - error when both were running async * minor fixes with link and route * move school domain rename up * fix async creation of operations test * edit-in-full-page is button, not link * set_route issue in production order test * minor changes * fix task tree test * more fixes * fix server side issue * improvising ui tests
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
erpnext/tests/ui/make_fixtures.js #long
|
||||
erpnext/setup/doctype/company/tests/test_company.js
|
||||
erpnext/accounts/doctype/account/tests/test_account.js
|
||||
erpnext/accounts/doctype/account/tests/test_make_tax_account.js
|
||||
erpnext/accounts/doctype/account/tests/test_account_with_number.js
|
||||
@@ -7,9 +6,7 @@ erpnext/accounts/doctype/pricing_rule/test_pricing_rule.js
|
||||
erpnext/accounts/doctype/sales_taxes_and_charges_template/test_sales_taxes_and_charges_template.js
|
||||
erpnext/accounts/doctype/purchase_taxes_and_charges_template/test_purchase_taxes_and_charges_template.js
|
||||
erpnext/accounts/doctype/shipping_rule/test_shipping_rule.js
|
||||
erpnext/crm/doctype/lead/test_lead.js
|
||||
erpnext/crm/doctype/opportunity/test_opportunity.js
|
||||
erpnext/setup/doctype/company/tests/test_company_production.js
|
||||
erpnext/stock/doctype/item/tests/test_item.js
|
||||
erpnext/selling/doctype/quotation/tests/test_quotation_with_discount_on_grand_total.js
|
||||
erpnext/selling/doctype/quotation/tests/test_quotation_with_item_wise_discount.js
|
||||
@@ -42,13 +39,6 @@ erpnext/hr/doctype/leave_type/test_leave_type.js
|
||||
erpnext/hr/doctype/leave_control_panel/test_leave_control_panel.js
|
||||
erpnext/hr/doctype/leave_allocation/test_leave_allocation.js
|
||||
erpnext/hr/doctype/leave_application/test_leave_application.js
|
||||
erpnext/education/doctype/academic_year/test_academic_year.js
|
||||
erpnext/education/doctype/academic_term/test_academic_term.js
|
||||
erpnext/education/doctype/education_settings/test_education_settings.js
|
||||
erpnext/education/doctype/student_batch_name/test_student_batch_name.js
|
||||
erpnext/education/doctype/student_category/test_student_category.js
|
||||
erpnext/education/doctype/room/test_room.js
|
||||
erpnext/education/doctype/instructor/test_instructor.js
|
||||
erpnext/stock/doctype/warehouse/test_warehouse.js
|
||||
erpnext/manufacturing/doctype/production_order/test_production_order.js #long
|
||||
erpnext/accounts/page/pos/test_pos.js
|
||||
@@ -95,26 +85,6 @@ erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_item_wise_d
|
||||
erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_taxes_and_charges.js
|
||||
erpnext/buying/doctype/purchase_order/tests/test_purchase_order_receipt.js
|
||||
erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.js
|
||||
erpnext/education/doctype/grading_scale/test_grading_scale.js
|
||||
erpnext/education/doctype/assessment_criteria_group/test_assessment_criteria_group.js
|
||||
erpnext/education/doctype/assessment_criteria/test_assessment_criteria.js
|
||||
erpnext/education/doctype/course/test_course.js
|
||||
erpnext/education/doctype/program/test_program.js
|
||||
erpnext/education/doctype/guardian/test_guardian.js
|
||||
erpnext/education/doctype/student_admission/test_student_admission.js
|
||||
erpnext/education/doctype/student_applicant/tests/test_student_applicant_dummy_data.js
|
||||
erpnext/education/doctype/student_applicant/tests/test_student_applicant.js
|
||||
erpnext/education/doctype/student_applicant/tests/test_student_applicant_options.js
|
||||
erpnext/education/doctype/student_log/test_student_log.js
|
||||
erpnext/education/doctype/student_group/test_student_group.js
|
||||
erpnext/education/doctype/student_group_creation_tool/test_student_group_creation_tool.js
|
||||
erpnext/education/doctype/student_leave_application/test_student_leave_application.js
|
||||
erpnext/education/doctype/student_attendance_tool/test_student_attendance_tool.js
|
||||
erpnext/education/doctype/student_attendance/test_student_attendance.js
|
||||
erpnext/education/doctype/assessment_group/test_assessment_group.js
|
||||
erpnext/education/doctype/assessment_plan/test_assessment_plan.js
|
||||
erpnext/education/doctype/assessment_result/test_assessment_result.js
|
||||
erpnext/education/doctype/assessment_result_tool/test_assessment_result_tool.js
|
||||
erpnext/accounts/doctype/journal_entry/test_journal_entry.js
|
||||
erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.js
|
||||
erpnext/accounts/doctype/payment_entry/tests/test_payment_entry.js
|
||||
@@ -129,10 +99,6 @@ erpnext/stock/doctype/stock_entry/tests/test_stock_entry_for_repack.js
|
||||
erpnext/accounts/doctype/sales_invoice/tests/test_sales_invoice_with_serialize_item.js
|
||||
erpnext/accounts/doctype/payment_entry/tests/test_payment_against_invoice.js
|
||||
erpnext/buying/doctype/purchase_order/tests/test_purchase_order_with_last_purchase_rate.js
|
||||
erpnext/restaurant/doctype/restaurant/test_restaurant.js
|
||||
erpnext/restaurant/doctype/restaurant_table/test_restaurant_table.js
|
||||
erpnext/restaurant/doctype/restaurant_menu/test_restaurant_menu.js
|
||||
erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.js
|
||||
erpnext/projects/doctype/task/tests/test_task_tree.js
|
||||
erpnext/stock/doctype/item_price/test_item_price.js
|
||||
erpnext/stock/doctype/delivery_note/test_delivery_note_with_margin.js
|
||||
@@ -141,17 +107,3 @@ erpnext/selling/doctype/quotation/tests/test_quotation_with_margin.js
|
||||
erpnext/accounts/doctype/sales_invoice/tests/test_sales_invoice_with_margin.js
|
||||
erpnext/hr/doctype/payroll_entry/test_set_salary_components.js
|
||||
erpnext/hr/doctype/payroll_entry/test_payroll_entry.js
|
||||
erpnext/agriculture/doctype/land_unit/test_land_unit.js
|
||||
erpnext/agriculture/doctype/fertilizer/test_fertilizer.js
|
||||
erpnext/agriculture/doctype/water_analysis/test_water_analysis.js
|
||||
erpnext/agriculture/doctype/disease/test_disease.js
|
||||
erpnext/agriculture/doctype/soil_texture/test_soil_texture.js
|
||||
erpnext/agriculture/doctype/crop/test_crop.js
|
||||
erpnext/agriculture/doctype/crop_cycle/test_crop_cycle.js
|
||||
erpnext/non_profit/doctype/membership_type/test_membership_type.js
|
||||
erpnext/non_profit/doctype/member/test_member.js
|
||||
erpnext/non_profit/doctype/volunteer_type/test_volunteer_type.js
|
||||
erpnext/non_profit/doctype/volunteer/test_volunteer.js
|
||||
erpnext/non_profit/doctype/donor_type/test_donor_type.js
|
||||
erpnext/non_profit/doctype/donor/test_donor.js
|
||||
erpnext/non_profit/doctype/grant_application/test_grant_application.js
|
||||
46
erpnext/tests/ui/tests2.txt
Normal file
46
erpnext/tests/ui/tests2.txt
Normal file
@@ -0,0 +1,46 @@
|
||||
erpnext/setup/doctype/company/tests/test_company.js
|
||||
erpnext/crm/doctype/lead/tests/test_lead_individual.js
|
||||
erpnext/crm/doctype/lead/tests/test_lead_organization.js
|
||||
erpnext/setup/doctype/company/tests/test_company_production.js
|
||||
erpnext/hr/doctype/leave_block_list/test_leave_block_list.js
|
||||
erpnext/hr/doctype/department/test_department.js
|
||||
erpnext/hr/doctype/designation/test_designation.js
|
||||
erpnext/education/doctype/academic_year/test_academic_year.js
|
||||
erpnext/education/doctype/academic_term/test_academic_term.js
|
||||
erpnext/education/doctype/education_settings/test_education_settings.js
|
||||
erpnext/education/doctype/student_batch_name/test_student_batch_name.js
|
||||
erpnext/education/doctype/student_category/test_student_category.js
|
||||
erpnext/education/doctype/room/test_room.js
|
||||
erpnext/education/doctype/instructor/test_instructor.js
|
||||
erpnext/education/doctype/grading_scale/test_grading_scale.js
|
||||
erpnext/education/doctype/assessment_criteria_group/test_assessment_criteria_group.js
|
||||
erpnext/education/doctype/assessment_criteria/test_assessment_criteria.js
|
||||
erpnext/education/doctype/course/test_course.js
|
||||
erpnext/education/doctype/program/test_program.js
|
||||
erpnext/education/doctype/guardian/test_guardian.js
|
||||
erpnext/education/doctype/student_admission/test_student_admission.js
|
||||
erpnext/education/doctype/student_applicant/tests/test_student_applicant_dummy_data.js
|
||||
erpnext/education/doctype/student_applicant/tests/test_student_applicant.js
|
||||
erpnext/education/doctype/student_applicant/tests/test_student_applicant_options.js
|
||||
erpnext/education/doctype/student_log/test_student_log.js
|
||||
erpnext/education/doctype/student_group/test_student_group.js
|
||||
erpnext/education/doctype/student_group_creation_tool/test_student_group_creation_tool.js
|
||||
erpnext/education/doctype/student_leave_application/test_student_leave_application.js
|
||||
erpnext/education/doctype/student_attendance_tool/test_student_attendance_tool.js
|
||||
erpnext/education/doctype/student_attendance/test_student_attendance.js
|
||||
erpnext/education/doctype/assessment_group/test_assessment_group.js
|
||||
erpnext/education/doctype/assessment_plan/test_assessment_plan.js
|
||||
erpnext/education/doctype/assessment_result/test_assessment_result.js
|
||||
erpnext/education/doctype/assessment_result_tool/test_assessment_result_tool.js
|
||||
erpnext/projects/doctype/task/tests/test_task_tree.js
|
||||
erpnext/restaurant/doctype/restaurant/test_restaurant.js
|
||||
erpnext/restaurant/doctype/restaurant_table/test_restaurant_table.js
|
||||
erpnext/restaurant/doctype/restaurant_menu/test_restaurant_menu.js
|
||||
erpnext/restaurant/doctype/restaurant_order_entry/restaurant_order_entry.js
|
||||
erpnext/non_profit/doctype/membership_type/test_membership_type.js
|
||||
erpnext/non_profit/doctype/member/test_member.js
|
||||
erpnext/non_profit/doctype/volunteer_type/test_volunteer_type.js
|
||||
erpnext/non_profit/doctype/volunteer/test_volunteer.js
|
||||
erpnext/non_profit/doctype/donor_type/test_donor_type.js
|
||||
erpnext/non_profit/doctype/donor/test_donor.js
|
||||
erpnext/non_profit/doctype/grant_application/test_grant_application.js
|
||||
Reference in New Issue
Block a user