Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/webapp/features/active_resultados_button.feature
blob: 0ab83a9a7117b1195b81ce77dc02e16b40c5ccda (plain)
1
2
3
4
5
6
7
8
9
10
11
Feature: Button for show results is active when a poll has results
	As a researcher, I can do click in "Resultados" button
	of "list of polls" page to see "Resultados" page

    Scenario: A poll with .poll_results uploaded
    	Given I am a researcher
    	And "poll1" exists
    	And "encuestador1" is binded to "poll1"
    	And with "simple.poll_result" uploaded by "encuestador1" on "31/12/2000 24:00hs"
    	When I visit the "list of polls" page
    	Then I should see active a "Resultados" button