Skip to content

Commit

Permalink
Merge pull request #5889 from Martchus/invalid-html
Browse files Browse the repository at this point in the history
Fix invalid HTML leading to fullstack test failures
  • Loading branch information
Martchus authored Aug 23, 2024
2 parents ad14801 + 9ebfa50 commit cc3798c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/webapi/test/live.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
<div class="col-sm-7">
<select class="form-select" id="developer-pause-on-mismatch">
<option value="fail" selected style="font-style: italic;">Fail on mismatch as usual</option>
<option value="assert_screen"><code>assert_screen</code> timeout</option>
<option value="check_screen"><code>assert_screen</code> and <code>check_screen</code> timeout</option>
<option value="assert_screen">assert_screen timeout</option>
<option value="check_screen">assert_screen and check_screen timeout</option>
</select>
</div>
<div class="col-sm-5">
Expand Down

0 comments on commit cc3798c

Please sign in to comment.