change TestDoor to Test Pathfinding to no longer be misleading

This commit is contained in:
Piotr 'pwh' Hanusiak 2022-04-12 15:15:58 +02:00
parent 35964cdb5b
commit 99b49c39c5
3 changed files with 2 additions and 2 deletions

View File

@ -50,10 +50,10 @@
</tr> </tr>
<tr> <tr>
<td> <td>
<input type="radio" name="test-door-map"> Success <input type="radio" name="test-door-map"> Failure <input type="radio" name="test-door-map" checked> Pending <input type="radio" name="test-pathfinding"> Success <input type="radio" name="test-pathfinding"> Failure <input type="radio" name="test-pathfinding" checked> Pending
</td> </td>
<td> <td>
<a href="#" class="testLink" data-testmap="DoorTest/map.json" target="_blank">Test Doors</a> <a href="#" class="testLink" data-testmap="Pathfinding/map.json" target="_blank">Test Pathfinding</a>
</td> </td>
</tr> </tr>
<tr> <tr>