Commit b0952093 authored by Gabriel Monnerat's avatar Gabriel Monnerat

refactor test to use erp5 user instead of instance user

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44476 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29f9f4c2
...@@ -48,7 +48,22 @@ ...@@ -48,7 +48,22 @@
<tr><td rowspan="1" colspan="3" tal:content="template/getId"/></tr>\n <tr><td rowspan="1" colspan="3" tal:content="template/getId"/></tr>\n
</thead><tbody>\n </thead><tbody>\n
<tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/init" />\n <tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/init" />\n
<tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/login" />\n <tal:block metal:use-macro="here/Zuite_CommonTemplateForUNG/macros/create-user" />\n
<tr>\n
<td>type</td>\n
<td>__ac_name</td>\n
<td>ung_user</td>\n
</tr>\n
<tr>\n
<td>type</td>\n
<td>__ac_password</td>\n
<td>1234</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
<td>//input[@type="submit"]</td>\n
<td></td>\n
</tr>\n
<tr>\n <tr>\n
<td>verifyTextPresent</td>\n <td>verifyTextPresent</td>\n
<td>Please wait until your tab is being prepared.</td>\n <td>Please wait until your tab is being prepared.</td>\n
......
32 33
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment