From 39f70f39e303872b454a1325cf3b3d23d5f4d455 Mon Sep 17 00:00:00 2001 From: psweeting Date: Mon, 11 Nov 2024 16:35:10 +0000 Subject: [PATCH] EL-1825 Removing FALA constants and orbs --- behave/README.md | 4 ---- behave/docker-compose.local.yml | 2 -- behave/helper/constants.py | 2 -- orb.yml | 9 --------- 4 files changed, 17 deletions(-) diff --git a/behave/README.md b/behave/README.md index f0a14d5e..155209ad 100644 --- a/behave/README.md +++ b/behave/README.md @@ -27,10 +27,6 @@ Cla_public feature files: `behave > features > cla_public` -fala feature files: - -`behave > features > fala` - ## How to run tests If you are working on an M1 machine, please add the below to your behave/.env file. There is an example file at .env.m1.example that you can rename to .env to avoid doing this. diff --git a/behave/docker-compose.local.yml b/behave/docker-compose.local.yml index 453c155a..127c521a 100644 --- a/behave/docker-compose.local.yml +++ b/behave/docker-compose.local.yml @@ -18,5 +18,3 @@ services: ALPINE_BASE_IMAGE: ${ALPINE_BASE_IMAGE:-alpine:3.15} clasocketserver: build: https://github.com/ministryofjustice/cla_frontend.git#master:cla_socketserver - fala: - build: https://github.com/ministryofjustice/fala.git#master diff --git a/behave/helper/constants.py b/behave/helper/constants.py index 34abc2ef..5325f630 100644 --- a/behave/helper/constants.py +++ b/behave/helper/constants.py @@ -13,7 +13,6 @@ CLA_FRONTEND_OOH_URL = "http://clafrontendooh:8000" CLA_FRONTEND_CSV_URL = "/provider/csvupload/" CLA_PUBLIC_URL = os.environ.get("CLA_E2E_PUBLIC_URL") -CLA_FALA_URL = os.environ.get("CLA_E2E_FALA_URL") SELENIUM_WEB_DRIVER_URL = os.environ.get("CLA_E2E_SELENIUM_WEB_DRIVER_URL") MINIMUM_WAIT_UNTIL_TIME = 10 CLA_NUMBER = "0345 345 4 345" @@ -221,7 +220,6 @@ MINIMUM_SLEEP_SECONDS = 2 -FALA_HEADER = "Find a legal aid adviser or family mediator" ERROR_TITLE = "There is a problem" BBC_WEBSITE = "https://www.bbc.co.uk/weather" BBC_INTERNATIONAL_WEBSITE = "https://www.bbc.com/weather" diff --git a/orb.yml b/orb.yml index ed66286a..d99afd61 100644 --- a/orb.yml +++ b/orb.yml @@ -49,15 +49,6 @@ commands: - run: | cd $E2E_WORKING_DIRECTORY ./.circleci/pull_images clasocketserver - - # Pull fala image - - aws-cli/setup: - role_arn: $FALA_ECR_ROLE_TO_ASSUME - region: ECR_REGION - - run: | - cd $E2E_WORKING_DIRECTORY - ./.circleci/pull_images fala - - run: name: Check services are up command: |