diff --git a/.github/workflows/e2etest-aws.yml b/.github/workflows/e2etest-aws.yml index c31a0b9c..6ea8ce67 100644 --- a/.github/workflows/e2etest-aws.yml +++ b/.github/workflows/e2etest-aws.yml @@ -40,5 +40,5 @@ jobs: wait-on: 'http://localhost:3000/retailer, http://localhost:3001/portal' record: true env: - CYPRESS_RECORD_KEY: 'f89f5784-9f69-4445-ae27-951ee12a2b9a' + CYPRESS_RECORD_KEY: '11b57a63-2d0d-42ab-95f4-a6f9cbfc5a8e' GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/packages/bcer-data-portal/app/src/views/ViewLocation.tsx b/packages/bcer-data-portal/app/src/views/ViewLocation.tsx index 54aa6366..5b56b32e 100644 --- a/packages/bcer-data-portal/app/src/views/ViewLocation.tsx +++ b/packages/bcer-data-portal/app/src/views/ViewLocation.tsx @@ -469,7 +469,15 @@ function LocationsContent() { authConfig && <> - {data.business.businessName} {data.doingBusinessAs ? "("+data.doingBusinessAs+")": ""} + + Legal Business Name: {data.business.legalName} + {data.doingBusinessAs && ( + <> +
+ Doing Business As: {data.doingBusinessAs} + + )} +