Commit 4528e441 authored by Aurel's avatar Aurel

$ symbol needs to be escaped with Chameleon; more

parent 7add2576
......@@ -132,7 +132,7 @@
<tr>
<td>verifyValue</td>
<td>//div[@data-gadget-scope='field_my_start_date']//input</td>
<td>glob:${now}*</td>
<td>glob:&#36;{now}*</td>
</tr>
<!-- Seconds should also be invisible in non-editable mode,
......
......@@ -40,7 +40,7 @@
<tr><td>assertTextPresent</td>
<td>Done.</td><td></td></tr>
<tr><td>open</td>
<td>&#36;{renderjs_url}/#/foo_module/${last_id}/1?editable=1</td><td></td></tr>
<td>&#36;{renderjs_url}/#/foo_module/&#36;{last_id}/1?editable=1</td><td></td></tr>
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/wait_for_app_loaded" />
<tal:block tal:define="click_configuration python: {'text': 'Views'}">
<tal:block metal:use-macro="here/Zuite_CommonTemplateForRenderjsUi/macros/click_on_header_link" />
......
......@@ -55,7 +55,7 @@
<tr>
<td>type</td>
<td>//div[@data-gadget-scope="field_my_bar_category_title_list"]//fieldset[1]//input</td>
<td>&#36;{space}${space}leading and trailing spaces 1${space}${space}</td>
<td>&#36;{space}&#36;{space}leading and trailing spaces 1&#36;{space}&#36;{space}</td>
</tr>
<tr>
<td>fireEvent</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