diff --git a/.github/workflows/feature-branch_deploy.yml b/.github/workflows/feature-branch_deploy.yml index 9ccb38fd5b..3177ea2f1d 100644 --- a/.github/workflows/feature-branch_deploy.yml +++ b/.github/workflows/feature-branch_deploy.yml @@ -114,15 +114,15 @@ jobs: working-directory: app spec: tests/e2e/specs/indicators_gtif.js config: 'baseUrl=https://${{ secrets.TEST_INSTANCE_UN }}:${{ secrets.TEST_INSTANCE_PW }}@gtif-testing.eox.at/${{ github.ref_name }}/' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: - name: cypress-screenshots + name: cypress-screenshots-gtif path: app/tests/e2e/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: - name: cypress-videos + name: cypress-videos-gtif path: app/tests/e2e/videos cypress-run-race: @@ -141,16 +141,16 @@ jobs: spec: tests/e2e/specs/indicators_race.js config: 'baseUrl=https://${{ secrets.TEST_INSTANCE_UN }}:${{ secrets.TEST_INSTANCE_PW }}@eodash-testing.eox.at/${{ github.ref_name }}/' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: - name: cypress-screenshots + name: cypress-screenshots-race path: app/tests/e2e/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: - name: cypress-videos + name: cypress-videos-race path: app/tests/e2e/videos cypress-run-trilateral: @@ -169,14 +169,14 @@ jobs: spec: tests/e2e/specs/indicators_trilateral.js config: 'baseUrl=https://${{ secrets.TEST_INSTANCE_UN }}:${{ secrets.TEST_INSTANCE_PW }}@eodash-trilateral-testing.eox.at/${{ github.ref_name }}/' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: - name: cypress-screenshots + name: cypress-screenshots-trilateral path: app/tests/e2e/screenshots - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: - name: cypress-videos + name: cypress-videos-trilateral path: app/tests/e2e/videos diff --git a/app/src/components/GlobalHeader.vue b/app/src/components/GlobalHeader.vue index ed6839cd71..5504dcb2cc 100644 --- a/app/src/components/GlobalHeader.vue +++ b/app/src/components/GlobalHeader.vue @@ -96,7 +96,7 @@ text color="primary" block - :to="{ name: 'explore' }" + @click="loadTheme(null); $router.push({name: 'explore'})" > Explore Datasets @@ -249,7 +249,7 @@ text dark small - :to="{ name: 'explore' }" + @click="loadTheme(null); $router.push({name: 'explore'})" > Explore Datasets diff --git a/app/src/components/ThemesLandingPage/StoriesGrid.vue b/app/src/components/ThemesLandingPage/StoriesGrid.vue index afcad72301..e5286d6f64 100644 --- a/app/src/components/ThemesLandingPage/StoriesGrid.vue +++ b/app/src/components/ThemesLandingPage/StoriesGrid.vue @@ -3,7 +3,7 @@ class="ma-0 px-4 px-md-8" style="max-width: 1400px;" > -

{{appConfig.branding.storiesHeader}}

+ Explore Datasets