Commit d29f3412 authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Georgios Dagkakis

erp5_web_ui_test: Fix regex

parent 309297a0
......@@ -46,7 +46,7 @@
</tr>
<tr>
<td>assertLocation</td>
<td>regexp:${base_url}/web_site_module/test_web_site(\?|$)</td>
<td>regexp:${base_url}/web_site_module/test_web_site/(\?|$)</td>
<td></td>
</tr>
<tr>
......@@ -86,7 +86,7 @@
</tr>
<tr>
<td>assertLocation</td>
<td>regexp:${base_url}/web_site_module/test_web_site_2(\?|$)</td>
<td>regexp:${base_url}/web_site_module/test_web_site_2/(\?|$)</td>
<td></td>
</tr>
<tr>
......
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