/[openfoncier]/branches/3.14.x/tests/070_statistiques.robot
ViewVC logotype

Diff of /branches/3.14.x/tests/070_statistiques.robot

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3638 by nhaye, Wed Sep 2 15:33:06 2015 UTC revision 3688 by nhaye, Thu Oct 29 15:14:06 2015 UTC
# Line 16  Export Sitadel Line 16  Export Sitadel
16      Go To Submenu In Menu  edition  reqmo      Go To Submenu In Menu  edition  reqmo
17    
18      # Verification des champs obligatoires      # Verification des champs obligatoires
19      Click Button  export SITADEL      Click Element    css=#content input[type="submit"]
20        Page Should Not Contain Errors
21      Element Should Contain  css=div.message span.text  Les champs dates sont obligatoires      Element Should Contain  css=div.message span.text  Les champs dates sont obligatoires
22    
23      # Verification des champs obligatoires      # Verification des champs obligatoires
24      Input Datepicker  datedebut  15/12/2012      Input Datepicker  datedebut  15/12/2012
25      Click Button  export SITADEL      Click Element    css=#content input[type="submit"]
26        Page Should Not Contain Errors
27    
28      Element Should Contain  css=div.message span.text  Les champs dates sont obligatoires      Element Should Contain  css=div.message span.text  Les champs dates sont obligatoires
29    
30      # Verification des champs obligatoires      # Verification des champs obligatoires
31      Input Text  datedebut  ${empty}      Input Text  datedebut  ${empty}
32      Input Datepicker  datefin  18/12/2012      Input Datepicker  datefin  18/12/2012
33      Click Button  export SITADEL      Click Element    css=#content input[type="submit"]
34        Page Should Not Contain Errors
35      Element Should Contain  css=div.message span.text  Les champs dates sont obligatoires      Element Should Contain  css=div.message span.text  Les champs dates sont obligatoires
36    
37      # Ajout de dates valides      # Ajout de dates valides
38      Input Datepicker  datedebut  15/12/2012      Input Datepicker  datedebut  15/12/2012
39      Input Datepicker  datefin  18/12/2012      Input Datepicker  datefin  18/12/2012
40      Click Button  export SITADEL      Click Element    css=#content input[type="submit"]
41      Page Should Not Contain Errors      Page Should Not Contain Errors
42    
43      # Verification du message      # Verification du message

Legend:
Removed from v.3638  
changed lines
  Added in v.3688

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26