From 8f3d63ae2c35d27b1ff8fe875b9fb6affadb0b57 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Fri, 27 Mar 2015 13:55:09 +0000 Subject: Simpler report meta information display Removes the italics, and breaks the wording into two separate paragraphs, at the top of the report page. --- perllib/FixMyStreet/TestMech.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perllib/FixMyStreet/TestMech.pm') diff --git a/perllib/FixMyStreet/TestMech.pm b/perllib/FixMyStreet/TestMech.pm index cd846dcd8..bd2ca4096 100644 --- a/perllib/FixMyStreet/TestMech.pm +++ b/perllib/FixMyStreet/TestMech.pm @@ -320,6 +320,7 @@ sub extract_problem_meta { my $result = scraper { process 'div#side p em', 'meta', 'TEXT'; process '.problem-header p em', 'meta', 'TEXT'; + process '.problem-header p.report_meta_info', 'meta', 'TEXT'; } ->scrape( $mech->response ); -- cgit v1.2.3