Skip to content

Commit

Permalink
Merge pull request #21 from DivergentEuropeans/test/add-UI-IDs
Browse files Browse the repository at this point in the history
Added a few test ID's to the buttons
  • Loading branch information
1000TurquoisePogs authored Apr 15, 2022
2 parents 85ab0b5 + 2c696be commit d7bf796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@
<br></br>
<span class="bold-text">Desktop Components: </span>
<br></br>
<button class="iframe-button" type="button" onclick="testNotification()">Send a notification</button>
<button class="iframe-button" type="button" onclick="testContextMenu(event)">Spawn a context menu</button>
<button id="SIA_DesktopComp_Notifications" class="iframe-button" type="button" onclick="testNotification()">Send a notification</button>
<button id="SIA_DesktopComp_ContextMenu" class="iframe-button" type="button" onclick="testContextMenu(event)">Spawn a context menu</button>
</div>
<div class="iframe-single-app-mode" style="display: none">
<br></br>
Expand Down

0 comments on commit d7bf796

Please sign in to comment.