diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e645c24626..9fb18a3eca 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -39,7 +39,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file : ".nvmrc" - cache: "npm" - name: Install npm deps run: npm install lint: @@ -52,7 +51,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" - cache: "npm" - name: Write app version run: printf "${{ github.event.pull_request.head.sha }}" > .application-version - name: Install Poetry @@ -137,7 +135,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version-file: ".nvmrc" - cache: "npm" - run: | echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV - name: Install Poetry diff --git a/tests/functional/spec/features/calculated_summary/new_calculated_summary_repeating_and_static_answers.spec.js b/tests/functional/spec/features/calculated_summary/new_calculated_summary_repeating_and_static_answers.spec.js index 7602805482..d4dae08024 100644 --- a/tests/functional/spec/features/calculated_summary/new_calculated_summary_repeating_and_static_answers.spec.js +++ b/tests/functional/spec/features/calculated_summary/new_calculated_summary_repeating_and_static_answers.spec.js @@ -22,7 +22,6 @@ describe("Calculated summary with repeating answers", () => { before("Completing the list collector and dynamic answer", async () => { await browser.openQuestionnaire("test_new_calculated_summary_repeating_and_static_answers.json"); await $(HubPage.acceptCookies()).click(); - await click(HubPage.submit()); await $(AnySupermarketPage.yes()).click(); await click(AnySupermarketPage.submit()); await $(ListCollectorAddPage.supermarketName()).setValue("Tesco");