diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 95001bd6b..deba2a858 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -115,7 +115,7 @@ jobs: "commit_title": "New release", "commit_message": "${{ github.event.commits[0].message }}", "commit_sha": "${{ github.sha }}", - "outcome": "${{ needs.scan.result }}", + "outcome": "${{ needs.deploy.result }}", "run_url": "https://github.com/researchdata-sheffield/dataviz-hub2/actions/runs/${{ github.run_id }}", "impact": "Low", "benefit": "New release" diff --git a/content/visualisation/2022-01-31-ORDA-datasets-FAIRness-assessment/components/styles.jsx b/content/visualisation/2022-01-31-ORDA-datasets-FAIRness-assessment/components/styles.jsx index ed14d05c1..de5d9ca06 100644 --- a/content/visualisation/2022-01-31-ORDA-datasets-FAIRness-assessment/components/styles.jsx +++ b/content/visualisation/2022-01-31-ORDA-datasets-FAIRness-assessment/components/styles.jsx @@ -99,12 +99,14 @@ export const ResultWrapper = styled.div` &:focus-within { .search-results { opacity: 1; + z-index: 999; } } :hover { .search-results { opacity: 1; + z-index: 999; } } } @@ -128,7 +130,7 @@ export const SearchResults = styled.div` opacity: 0; height: 0; position: absolute; - z-index: 999; + z-index: 0; min-height: 200px; max-height: 350px; width: 100%; diff --git a/tests/websitePaths.json b/tests/websitePaths.json index 6687d8152..342027170 100644 --- a/tests/websitePaths.json +++ b/tests/websitePaths.json @@ -50,12 +50,12 @@ "/visualisation", "/docs/03/09/2021/LearningPath-Statistical-Modelling-3", "/docs/21/07/2021/Contribute-visualisation", - "/docs/18/03/2021/LearningPath-Statistical-Modeling", "/docs/18/03/2021/LearningPath-Statistical-Modeling-1", - "/docs/18/03/2021/LearningPath-Statistical-Modeling-2-more-random-sampling", "/docs/18/03/2021/LearningPath-Statistical-Modeling-2", "/docs/18/03/2021/LearningPath-Statistical-Modeling-2-non-random-sampling", + "/docs/18/03/2021/LearningPath-Statistical-Modeling", "/docs/18/03/2021/LearningPath-Statistical-Modeling-2-optional", + "/docs/18/03/2021/LearningPath-Statistical-Modeling-2-more-random-sampling", "/docs/01/03/2021/Hosting-Shiny-Apps", "/docs/05/07/2020/LearningPath-Workflow", "/docs/04/07/2020/LearningPath-Lab",