Commit 7add2576 authored by Aurel's avatar Aurel

$ symbol needs to be escaped with Chameleon; more

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