Feature: A Researcher sees the .poll_result details of a poll As a Researcher I want see the .poll_result details of a given poll So that I can inspect a particular .poll_result And I can see the .poll_results uploaded during the progress of a poll Scenario: 3 .poll_results uploaded Given I am a researcher And "poll1" is "Cerrada" And "encuestador1" is binded to "poll1" And "encuestador2" is binded to "poll1" And with "simple.poll_result" uploaded by "encuestador1" on "31/12/2000 24:00hs" And with "simple2.poll_result" uploaded by "encuestador2" on "01/01/2001 00:01hs" And with "2ruees.poll_result" uploaded by "encuestador2" on "15/09/2013 09:14hs" When I visit the "Resultados" page for "poll1" poll Then I should see the poll_result details: | RUEE | Nombre de Encuestador | Cantidad de Encuestados | Nombre del Archivo .polls_results | Time Stamp | | 1101236 | encuestador1 | 1 | simple.poll_result | 31/12/2000 24:00hs | | 1101236 | encuestador2 | 2 | simple2.poll_result | 01/01/2001 00:01hs | | 100, 101 | encuestador2 | 2 | 2ruees.poll_result | 15/09/2013 09:14hs |