aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-03-30 16:34:36 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-03-30 16:34:36 +0100
commit114cbe7fa0c132636931ceb2b6d56d3282ea41f3 (patch)
treed3116db6520b070af5e61547874e7382103a267a /perllib/FixMyStreet
parent59695f5e5952854d8b6fcb41473107614ffb5ef3 (diff)
parentc9ef4e1f62738c53d696988a837310c207b2d5db (diff)
Merge branch '1348-header-nesting-issue'
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r--perllib/FixMyStreet/TestMech.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/TestMech.pm b/perllib/FixMyStreet/TestMech.pm
index f3ee7787b..2ad820d1f 100644
--- a/perllib/FixMyStreet/TestMech.pm
+++ b/perllib/FixMyStreet/TestMech.pm
@@ -423,7 +423,7 @@ sub extract_problem_list {
my $mech = shift;
my $result = scraper {
- process 'ul.item-list--reports li a h4', 'problems[]', 'TEXT';
+ process 'ul.item-list--reports li a h3', 'problems[]', 'TEXT';
}->scrape( $mech->response );
return $result->{ problems } || [];