diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-02 12:29:31 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-02 12:29:31 +0100 |
commit | 85293da04381215fbf8384ec2e8d99d9862d6129 (patch) | |
tree | 920cdd86390062fa593f16ab12ad62a3d56e2ec6 /bin/browser-tests | |
parent | 0d5cd3beb1aac885614fa3ca19a7e6c054bad65c (diff) | |
parent | fb86b4dd50ad68b8f14351037d077d6cf9bc82b5 (diff) |
Merge branch 'issues/commercial/1188-push-state'
Diffstat (limited to 'bin/browser-tests')
-rwxr-xr-x | bin/browser-tests | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/browser-tests b/bin/browser-tests index 0c56be918..a8568a583 100755 --- a/bin/browser-tests +++ b/bin/browser-tests @@ -64,12 +64,13 @@ sub run { # Want this to be like .com ALLOWED_COBRANDS => [ 'fixmystreet' ], MAPIT_URL => 'https://mapit.uk/', + BASE_URL => 'http://localhost:3001', }); $ENV{FMS_OVERRIDE_CONFIG} = $config_out; # Set up, and load in some data system('bin/make_css', 'fixmystreet.com'); - system('bin/fixmystreet.com/fixture', '--coords', '51.532851,-2.284277', '--name', 'Borsetshire', '--area-id', 2608, '--commit'); + system('bin/fixmystreet.com/fixture', '--nonrandom', '--coords', '51.532851,-2.284277', '--name', 'Borsetshire', '--area-id', 2608, '--commit'); } my $pid; |