aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlouise <louise>2009-08-31 12:59:06 +0000
committerlouise <louise>2009-08-31 12:59:06 +0000
commitea25a8dfa3ef10f3fe3f38705e9342c1b2ce04fe (patch)
treeb2692322e8cc15b40178b5bfb2803418bcfb17ad
parente0425afc6465dd2f27b06d0ca8574bfc1931ca70 (diff)
Add test for cobrand text change and cobrand with different language text change
-rwxr-xr-xbin/test-run10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/test-run b/bin/test-run
index 453d66c91..53d77005a 100755
--- a/bin/test-run
+++ b/bin/test-run
@@ -19,7 +19,7 @@
# RSS
# Whatever I've missed!
-my $rcsid = ''; $rcsid .= '$Id: test-run,v 1.11 2009-08-31 11:37:57 louise Exp $';
+my $rcsid = ''; $rcsid .= '$Id: test-run,v 1.12 2009-08-31 12:59:06 louise Exp $';
use strict;
require 5.8.0;
@@ -229,6 +229,14 @@ sub do_cobrand {
set_base_url('emptyhomes.');
$wth->browser_get($base_url);
$wth->browser_check_contents("Empty Homes Agency");
+ $wth->browser_check_contents("Report and view empty properties");
+
+ # Check language setting
+ set_base_url('cy.emptyhomes.');
+ $wth->browser_get($base_url);
+ $wth->browser_check_contents("Empty Homes Agency");
+ $wth->browser_check_contents("Adrodd am eiddo gwag a gweld y rhain");
+
}
sub do_unit{