Commit fea28fd3 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui_test: logout back link is history_previous now

parent 642f80c8
......@@ -33,12 +33,12 @@
<!-- Header has a link to the front page -->
<tr>
<td>assertElementPresent</td>
<td>//div[@data-gadget-scope='header']//a[text()='Logout' and contains(@href, '#!display')]</td>
<td>//div[@data-gadget-scope='header']//a[text()='Logout' and contains(@href, '#!history_previous')]</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>//div[@data-gadget-scope='header']//a[text()='Logout' and contains(@href, '#!display')]</td>
<td>//div[@data-gadget-scope='header']//a[text()='Logout' and contains(@href, '#!history_previous')]</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