Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
correct id for select test fixture, Fixes #4696
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Sep 18, 2012
1 parent ce4e3b8 commit cdb3473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/select/index.html
Expand Up @@ -400,7 +400,7 @@ <h2 id="qunit-userAgent"></h2>
<option value="overnight">Overnight</option>
</select>

<select name="select-aggregate-option-text" id="select-aggregate-option-textxb" multiple>
<select name="select-aggregate-option-text" id="select-aggregate-option-text" multiple>
<option value="standard" selected>Standard: 7 day</option>
<option value="rush" selected>Rush: 3 days</option>
<option value="express">Express: next day</option>
Expand Down

0 comments on commit cdb3473

Please sign in to comment.