Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/webapp/features/download_csv_button_exists.feature
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/webapp/features/download_csv_button_exists.feature')
-rw-r--r--webapp/webapp/features/download_csv_button_exists.feature11
1 files changed, 11 insertions, 0 deletions
diff --git a/webapp/webapp/features/download_csv_button_exists.feature b/webapp/webapp/features/download_csv_button_exists.feature
new file mode 100644
index 0000000..50ddf76
--- /dev/null
+++ b/webapp/webapp/features/download_csv_button_exists.feature
@@ -0,0 +1,11 @@
+Feature: Button for download results as csv
+ As a reasearcher
+ I want see a csv button
+ So that I can download all results
+
+ Scenario: Visit "Resultados" page with at least one .poll_result
+ Given I am a researcher
+ And "poll1" exists
+ When I visit the "Resultados" page for "poll1" poll
+ Then I should see a "Descargar resultados (csv)" button
+ And the button links to "sociologist:csv_download" for "poll1"