diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index aaadb600ce..02264ab67e 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -111,7 +111,7 @@ jobs: cp ./config/settings.ini.sample ./config/settings.ini ./install/05_install_frontend.sh --ci env: - GEONATURE_CONFIG_FILE: '${{ github.workspace }}/config/test_config.toml' + GEONATURE_CONFIG_FILE: "${{ github.workspace }}/config/test_config.toml" - name: Install core modules run: | geonature install-gn-module contrib/occtax OCCTAX --build=false @@ -135,7 +135,7 @@ jobs: - name: Cypress run uses: cypress-io/github-action@v5 with: - record: false + record: true working-directory: ./frontend start: npm run start wait-on: http://127.0.0.1:4200 diff --git a/frontend/src/app/modules/login/login/login.component.html b/frontend/src/app/modules/login/login/login.component.html index 6350c00c0e..3a6605fc26 100644 --- a/frontend/src/app/modules/login/login/login.component.html +++ b/frontend/src/app/modules/login/login/login.component.html @@ -4,7 +4,7 @@ this.config.STATIC_URL }}/images/login_background.jpg) center 10% no-repeat;" > - +