[FIX] test according to new demo data

bzr revid: rim@openerp.com-20140304155322-19mtf11yilbin7zt
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-04 16:53:22 +01:00
parent 74e553d6c9
commit 8a60839c6e
1 changed files with 1 additions and 1 deletions

View File

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