Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
R1.3.1
-
None
-
R1.4.0
-
Description
in a manual test, in a step definition, if the "data" field contains the text bellow... then when executing the test, the test steps list appears empty.
please find attached the firebug debug, which may indicate that the javascript code inside of the test step "data" field is being interpreted..
=== content of "data" field =======
"Adicionar o seguinte código ao ficheiro /opt/ptin/altaia/lib/portal/ossgisPlugins/templates/pointInspectorHeader.html:
(depois da tag <table>)
<script type="text/javascript">
ALTAIA.SOLUTION = ALTAIA.SOLUTION || {};
ALTAIA.SOLUTION.util = ALTAIA.SOLUTION.util || {};
ALTAIA.SOLUTION.util.pointInspectorAttrToogle = function(clickTarg)
</script>
...
(depois da última tag <td> e substituíndo o fecho da tag <tr>)
<td onclick="ALTAIA.SOLUTION.util.pointInspectorAttrToogle(this)">...</td>
</tr>
<tr style="display:none;">
<td data-attr_label="ENTITY_NAME" class="pointInspector_table_mainCell"></td>
<td data-use_tooltip="yes" colspan="5" data-attr_value="ENTITY_NAME" class="pointInspector_table_cell"></td>
"