Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Raguet <ignacio.code@gmail.com>2013-09-06 16:37:55 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-06 16:37:55 (GMT)
commit61ae4b2bed93415fa32dd39c3aac5f97de96b24e (patch)
treee568cddf2154794edd0533003f60f0641aa5ddfe
parent91de710c862261929522dc18f2adfa90be2c378b (diff)
remove feature to known issues wiki: http://sugardextrose.org/projects/polls/wiki/Known_issues
-rw-r--r--webapp/webapp/features/upload_poll_result.feature14
1 files changed, 0 insertions, 14 deletions
diff --git a/webapp/webapp/features/upload_poll_result.feature b/webapp/webapp/features/upload_poll_result.feature
index d295069..fa01a95 100644
--- a/webapp/webapp/features/upload_poll_result.feature
+++ b/webapp/webapp/features/upload_poll_result.feature
@@ -12,17 +12,3 @@ Feature: Upload .poll_result files
And I upload "valid.poll_result" on "31/12/1999 23:59hs"
Then I should see a message that says "valid.poll_result" and "éxito"
And "valid.poll_result" has the time string "31/12/1999 23:59hs"
-
- Scenario: Upload .poll_result file authored by other pollster
- Given I am a pollster: "encuestador2"
- And "valid.poll_result" is authored by "encuestador2"
- And "not_mine.poll_result" is authored by "encuestador1" #other_pollster
- When I visit the "upload" page
- And I upload:
- | file |
- | valid.poll_result |
- | not_mine.poll_result |
- Then I should see a message that says "no pertence a una encuesta realizada por usted"
- And I should see a message that says "Usuario esperado: encuestador1"
- And I should see a message that says "not_mine.poll_result"
- And There is no new .poll_result on server