Skip to content

Commit

Permalink
add id for a button for testability
Browse files Browse the repository at this point in the history
  • Loading branch information
danliu committed Jun 10, 2014
1 parent 1445920 commit c50493e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Packages/VerifyPackage.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
</ul>

@Html.AntiForgeryToken()
<input type="submit" value="Submit" title="Verify Details &amp; Submit" />
<input id="verifyPackageSubmit" type="submit" value="Submit" title="Verify Details &amp; Submit" />
<a class="cancel" href="@Url.CancelUpload()" title="Cancel the upload in progress.">Cancel</a>
</fieldset>
}
Expand Down

0 comments on commit c50493e

Please sign in to comment.