diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-03-21 11:56:47 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-03-21 11:56:47 +0000 |
commit | 76253c9ff527ad14f932b9fec5dca795b1ba08d8 (patch) | |
tree | 15ebe263b618765536b4a8f125ce2810c22cbf38 /t/app/controller/reports_new.t | |
parent | f66ed062235f9df55ba46a17274f9007a63c08c1 (diff) |
WiP: determine location from pc
Diffstat (limited to 't/app/controller/reports_new.t')
-rw-r--r-- | t/app/controller/reports_new.t | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/t/app/controller/reports_new.t b/t/app/controller/reports_new.t index e071eff9a..1cd4b1ab1 100644 --- a/t/app/controller/reports_new.t +++ b/t/app/controller/reports_new.t @@ -17,7 +17,7 @@ TODO: { #### test report creation for a user who does not have an account # come to site # fill in report -# recieve token +# receive token # confirm token # report is confirmed # user is created and logged in @@ -26,7 +26,7 @@ TODO: { #### test report creation for a user who has account but is not logged in # come to site # fill in report -# recieve token +# receive token # confirm token # report is confirmed @@ -43,6 +43,11 @@ TODO: { #### test error cases when filling in a report +#### possibly manual testing +# create report without using map +# create report by clicking on may with javascript off +# create report with images off + done_testing(); |