aboutsummaryrefslogtreecommitdiffstats
path: root/t/cobrand
diff options
context:
space:
mode:
authorM Somerville <matthew-github@dracos.co.uk>2020-08-18 10:43:52 +0100
committerM Somerville <matthew-github@dracos.co.uk>2020-08-18 10:43:52 +0100
commit056f3eb6d82112a990fc27d12aad6c444ed92b54 (patch)
treef669ab25b237f2fce407763a769f983feae3fa7b /t/cobrand
parent261be473683fde3df6aa3e50bbb17a3359840b62 (diff)
parent32dadd9c34796a414baf2f8640e03d5ac6a8c0a1 (diff)
Merge branch 'bromley-admin-templates-fix'
Diffstat (limited to 't/cobrand')
-rw-r--r--t/cobrand/bromley.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/bromley.t b/t/cobrand/bromley.t
index 71180cd3e..6a7a60811 100644
--- a/t/cobrand/bromley.t
+++ b/t/cobrand/bromley.t
@@ -220,6 +220,7 @@ subtest 'check special subcategories in admin' => sub {
ALLOWED_COBRANDS => 'bromley',
MAPIT_URL => 'http://mapit.uk/',
}, sub {
+ $mech->get_ok('/admin/templates/' . $body->id . '/new');
$mech->get_ok('/admin/users/' . $user->id);
$mech->submit_form_ok({ with_fields => { 'contacts['.$contact->id.']' => 1, 'contacts[BLUE]' => 1 } });
};