Commit 041b0614 authored by Jérome Perrin's avatar Jérome Perrin

monaco_editor_ui_test: repair test

Now ERP5JS display list mode header only if the jio key does not contain
/, so if we open a module with a hand-made URL with a trailing slash,
it's no longer seen as a module.

Repair this test by using a URL without that trailing / in the key.
parent a68aaed6
......@@ -27,7 +27,7 @@
<tr><td colspan="3"><b>Switch to renderjs UI and edit a web page</b></td></tr>
<tr><td>open</td>
<td>${base_url}/web_site_module/renderjs_runner/#/web_page_module/?editable=true</td><td></td></tr>
<td>${base_url}/web_site_module/renderjs_runner/#/web_page_module?editable=true</td><td></td></tr>
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_app_loaded" />
<tr><td>waitForElementPresent</td>
......
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