Commit 7add2576 authored by Aurel's avatar Aurel

$ symbol needs to be escaped with Chameleon; more

parent de526f3b
......@@ -260,7 +260,7 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[@data-i18n='Instance: ${instance_root}']</td>
<td>//a[@data-i18n='Instance: &#36;{instance_root}']</td>
<td></td>
</tr>
<tr>
......@@ -322,7 +322,7 @@
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//a[@data-i18n='Promise: ${promise_title}']</td>
<td>//a[@data-i18n='Promise: &#36;{promise_title}']</td>
<td></td>
</tr>
<tr>
......@@ -512,4 +512,4 @@
</tr>
</tbody></table>
</body>
</html>
\ No newline at end of file
</html>
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