added goToPage.json with the loadPAge Api call to the index.html

This commit is contained in:
jonny 2021-04-29 10:55:01 +02:00
parent 8f1aea1c43
commit 99926a89b2

View file

@ -41,6 +41,14 @@
<td>
<a href="#" class="testLink" data-testmap="script_api.json" target="_blank">Testing scripting API with a script</a>
</td>
</tr>
<tr>
<td>
<input type="radio" name="test-scripting-api"> Success <input type="radio" name="test-scripting-api"> Failure <input type="radio" name="test-scripting-api" checked> Pending
</td>
<td>
<a href="#" class="testLink" data-testmap="goToPage.json" target="_blank">Testing scripting API with a script</a>
</td>
</tr>
</table>