Skip to content

Commit f464d6b

Browse files
bnjmnt4nmathiasbynens
authored andcommitted
Ensure that edited test cases can be set as synchronous/asynchronous (#451)
Closes #412.
1 parent 92596cc commit f464d6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/web/edit/index.hbs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ This edit will create a new revision.
136136
<div>
137137
<label for="test[{{@index}}][defer]">Async </label>
138138
<label class="inline">
139-
<input type="checkbox" value="y" {{#compare defer "y" operator="==="}} checked{{/compare}}> (check if this is an <a href="/faq#async">asynchronous test</a>)
139+
<input type="checkbox" value="y" name="test[{{@index}}][defer]" id="test[{{@index}}][defer]" {{#compare defer "y" operator="==="}} checked{{/compare}}>
140+
(check if this is an <a href="/faq#async">asynchronous test</a>)
140141
</label>
141142
</div>
142143
<div>

0 commit comments

Comments
 (0)