Ensure the tour sidebar gets shown

I accidentally broke it by removing a parameter. This commit reinstates
that parameter and adds some tests to make sure it doesn’t happen again.
This commit is contained in:
Chris Hill-Scott
2017-06-01 13:29:30 +01:00
parent 6425dcbc94
commit f12e0fde39
2 changed files with 13 additions and 1 deletions

View File

@@ -302,6 +302,7 @@ def send_test_step(service_id, template_id, step_index):
skip_link=skip_link,
optional_placeholder=optional_placeholder,
back_link=back_link,
help=get_help_argument(),
)