diff --git a/.github/workflows/deploy_fe_staging.yml b/.github/workflows/deploy_fe_staging.yml index 54e8492c..58d8ea9d 100644 --- a/.github/workflows/deploy_fe_staging.yml +++ b/.github/workflows/deploy_fe_staging.yml @@ -49,13 +49,13 @@ jobs: run: npm test - name: Check for security vulnerabilities run: npm audit --production - # - name: Cypress / Gherkin integration tests 🌃 - # uses: cypress-io/github-action@v2 - # with: - # working-directory: ${{env.WORKING_DIRECTORY}} - # browser: chrome - # start: npm start - # wait-on: "http://localhost:8000/en" + - name: Cypress / Gherkin integration tests 🌃 + uses: cypress-io/github-action@v2 + with: + working-directory: ${{env.WORKING_DIRECTORY}} + browser: chrome + start: npm start + wait-on: "http://localhost:8000/en" - name: Upload Artifact uses: actions/upload-artifact@v2 with: diff --git a/client/src/components/AreaDetail/AreaDetail.tsx b/client/src/components/AreaDetail/AreaDetail.tsx index 2e6669d5..82bacb05 100644 --- a/client/src/components/AreaDetail/AreaDetail.tsx +++ b/client/src/components/AreaDetail/AreaDetail.tsx @@ -599,9 +599,9 @@ const AreaDetail = ({properties, hash}: IAreaDetailProps) => { {/* Number of thresholds exceeded */} -