rt 4.2.14 (#13852)
[freeside.git] / rt / t / web / cf_groupings.t
index 0a40f71..03ca60a 100644 (file)
@@ -65,7 +65,7 @@ my $id = $m->get_ticket_id;
     foreach my $grouping (@groupings) {
         my $row_id = "CF-$CF{$grouping}-ShowRow";
         is $dom->find(qq{#$row_id})->size, 1, "CF on the page";
-        is $dom->at(qq{#$row_id})->all_text, "Test$grouping: Test${grouping}Value", "value is set";
+        like $dom->at(qq{#$row_id})->all_text, qr/Test$grouping:\s*Test${grouping}Value/, "value is set";
         ok $dom->at(qq{$location{$grouping} #$row_id}), "CF is in the right place";
     }
 }