diff --git a/addons/hr_evaluation/test/test_hr_evaluation.yml b/addons/hr_evaluation/test/test_hr_evaluation.yml index 871a1ef7431..866fecd84bb 100644 --- a/addons/hr_evaluation/test/test_hr_evaluation.yml +++ b/addons/hr_evaluation/test/test_hr_evaluation.yml @@ -1,7 +1,7 @@ - I check that state of "Employee Evaluation" survey is Open. - - !assert {model: survey.survey, id: survey_2, severity: error, string: Survey should be in OPen state}: + !assert {model: survey.survey, id: appraisal_form, severity: error, string: Survey should be in OPen state}: - state == 'open' - I start the evaluation process by click on "Start Evaluation" button.