Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/webapp/features/download_poll_result_file.feature
blob: 97acd08cde2acbaf37c84b4a751ce4aafd4d7051 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Feature: Link to download .poll_result file
    As a reasearcher
    I want to be able to download a .poll_result of a poll
    So that I can analyse it as it is

    Scenario: One .poll_result uploaded
        Given I am a researcher
        And "poll1" is "Cerrada"
        And "encuestador1" is binded to "poll1"
        And with "simple.poll_result" uploaded by "encuestador1" on "31/12/2000 23:59hs"
        When I visit the "Resultados" page for "poll1" poll
        Then I should see link to "simple.poll_result"