Add unit tests for activity (and SMS) flows

These are basic tests to make sure that the pages stay stitched together.

Added for both the jobs and send SMS flows (because the send SMS flow didn’t
have any before)
This commit is contained in:
Chris Hill-Scott
2015-12-17 16:21:34 +00:00
parent d4a03a40c8
commit 0e6dab3f5c
3 changed files with 48 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ def showjobs():
return render_template('views/jobs.html')
@main.route("/jobs/job/")
@main.route("/jobs/job")
def showjob():
return render_template(
'views/job.html',