diff --git a/scripts/functional-tests/account/all_account_test.suite b/scripts/functional-tests/account/all_account_test.suite new file mode 100644 index 000000000..fc1e9568b --- /dev/null +++ b/scripts/functional-tests/account/all_account_test.suite @@ -0,0 +1,2 @@ +password_test.sah +settings_test.sah diff --git a/scripts/functional-tests/all_test.suite b/scripts/functional-tests/all_test.suite index 0733047db..93038231d 100644 --- a/scripts/functional-tests/all_test.suite +++ b/scripts/functional-tests/all_test.suite @@ -19,10 +19,13 @@ administration-management/quality_forms_test.sah administration-management/cost_categories_test.sah # Resources - resources/worker_test.sah resources/machines_test.sah resources/virtual_worker_test.sah resources/work_report_test.sah resources/companies_test.sah resources/subcontracting_test.sah + +# My Account +account/password_test.sah +account/settings_test.sah