features/html/multi_elements.html in page-object-0.6.4 vs features/html/multi_elements.html in page-object-0.6.5

- old
+ new

@@ -134,7 +134,11 @@ <p class="p">Paragraph One</p> <p class="p">Paragraph Two</p> <p class="p">Paragraph Three</p> + <input type="file" class="file_field_class" title="File Field 1" /> + <input type="file" class="file_field_class" title="File Field 2" /> + <input type="file" class="file_field_class" title="File Field 3" /> + </body> </html>