Skip to content

Commit

Permalink
Merge pull request #542 from NitinBhasneria/testFixes
Browse files Browse the repository at this point in the history
Choose File button test updated
  • Loading branch information
NitinBhasneria authored Jun 23, 2020
2 parents 67a9159 + cd8cf10 commit 95b2478
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/javascripts/fixtures/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ <h2>1</h2>
></div>
</div>

<p><input type="file" name="image[photo]" /></p>
<input type="file" name="image[photo]" id="thumbnail-img">
<label for="thumbnail-img" class="thumbnailBtn">
<span>Choose a file…</span>
</label>
<div id="thumbnail-filename"></div>
<button id="removeFile" class="thumbnailBtn">Remove File</button>
<p class="ple-help">
<span class="ple-help-minor"
Expand Down

0 comments on commit 95b2478

Please sign in to comment.