Commit 80dd5d50 authored by Gabriel Monnerat's avatar Gabriel Monnerat

When the same document is uploaded, the message displayed after upload is...

When the same document is uploaded,  the message displayed after upload is different. So, the code was changed to check the url without the parameters.
parent f52d735c
......@@ -119,9 +119,9 @@ Wait for activities</span>\n
<td></td>\n
</tr>\n
<tr>\n
<td>storeLocation</td>\n
<td>storeEval</td>\n
<td>selenium.getLocation().split("?")[0]</td>\n
<td>document_location</td>\n
<td></td>\n
</tr>\n
\n
<span metal:use-macro="container/Zuite_CommonTemplate/macros/wait_for_activities">\n
......@@ -151,8 +151,8 @@ Wait for activities</span>\n
<td></td>\n
</tr>\n
<tr>\n
<td>assertLocation</td>\n
<td>${document_location}</td>\n
<td>assertAbsoluteLocation</td>\n
<td>regexp:${document_location}</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
28
\ No newline at end of file
29
\ 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