diff options
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(); |