diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index fa902faf6..582368f0a 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -43,6 +43,7 @@ jobs: - name: Cypress Tests uses: cypress-io/github-action@v2.8.2 with: + record: true browser: chrome headless: true working-directory: tests @@ -50,5 +51,6 @@ jobs: # 7 minutes wait-on-timeout: 420 env: + CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html b/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html index 85ebf2160..97ef73e96 100644 --- a/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html +++ b/src/Ombi/ClientApp/src/app/media-details/components/tv/panels/tv-information-panel/tv-information-panel.component.html @@ -22,7 +22,7 @@