Skip to content

Commit

Permalink
Merge branch 'highways-england-oidc-integration' into commercial-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Oct 25, 2024
2 parents d90f276 + afb311e commit d6a02f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/cobrand/tfl.t
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ for my $host ( 'www.fixmystreet.com', 'tfl.fixmystreet.com' ) {
subtest 'TfL staff can access TfL admin' => sub {
$mech->log_in_ok( $staffuser->email );
$mech->get_ok('/admin');
$mech->content_contains( 'Search Reports' );
$mech->content_contains( '<h1>Summary</h1>' );
};

subtest 'TLRN categories cannot be renamed' => sub {
Expand Down Expand Up @@ -1454,7 +1454,7 @@ FixMyStreet::override_config {
subtest 'Bromley staff can access Bromley admin' => sub {
$mech->log_in_ok( $bromleyuser->email );
$mech->get_ok('/admin');
$mech->content_contains( 'Search Reports' );
$mech->content_contains( '<h1>Summary</h1>' );
$mech->log_out_ok;
};

Expand Down

0 comments on commit d6a02f2

Please sign in to comment.