Commit 57674890 authored by Ivan Tyagov's avatar Ivan Tyagov

Testing login as new user is now longer possible to test as by default it...

Testing login as new user is now longer possible to test as by default it requires to manually  or through an alarm to "accept" created Credential Request

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40778 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2b383e81
......@@ -134,7 +134,9 @@
</tr>\n
\n
<span metal:use-macro="container/Zuite_CommonTemplate/macros/wait_for_activities"> Wait for activities</span>\n
<!-- Login as new user -->\n
<!-- Login as new user is now longer possible to test as by default it requires to manually \n
or through an alarm to "accept" created Credential Request. -->\n
<!--\n
<tr>\n
\t<td>openAndWait</td>\n
\t<td>${base_url}/web_site_module/km_test_web_site</td>\n
......@@ -176,9 +178,15 @@
\t<td>login-logout-link</td>\n
\t<td></td>\n
</tr>\n
-->\n
\n
<!-- Try to register again same account, should not be possible -->\n
<tr>\n
\t<td>openAndWait</td>\n
\t<td>${base_url}/web_site_module/km_test_web_site</td>\n
\t<td></td>\n
</tr>\n
<tr>\n
\t<td>clickAndWait</td>\n
\t<td>login-logout-link</td>\n
\t<td></td>\n
......@@ -215,12 +223,11 @@
</tr>\n
<tr>\n
\t<td>verifyTextPresent</td>\n
\t<td>This account already exists. Please provide another email address.</td>\n
\t<td>Email is already used into the system. Please try new one.</td>\n
\t<td></td>\n
</tr>\n
\n
\n
\n
<!-- Login Again as test runner user -->\n
<tr>\n
\t<td>clickAndWait</td>\n
......
126
\ No newline at end of file
127
\ 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