Skip to content

Commit

Permalink
EL-1825 Removing FALA constants and orbs
Browse files Browse the repository at this point in the history
  • Loading branch information
psweeting1 committed Nov 11, 2024
1 parent 35c2c1a commit 39f70f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions behave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions behave/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions behave/helper/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
9 changes: 0 additions & 9 deletions orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 39f70f3

Please sign in to comment.