From 7a663458fdd5318c2c3cf03b5b45a438a8e7aa00 Mon Sep 17 00:00:00 2001 From: neelimaguntupalli1-nhs Date: Mon, 18 Nov 2024 16:50:17 +0000 Subject: [PATCH] Ravs 1094 automate reports feature (#38) * Added intial test for creating reports feature * Fixed failing test for RSV * Added more tests * Fixed -pl=,'@~ * Fixed failed RSV and pertussis tests * Fixed failed RSV and pertussis tests * Updated duplicate batch error and fixed non reponsive page issues when switching from vaccines to patient search * Get sequential index instead of random index * Fixed failing RSV and pertussis tests by adding new batches tagged as Automation * Fixed failing duplicate batch test following fix of 17456 * Reduced time.sleep to see how tests fare * Reset back time and reduced them slightly * Increaed wait time for logout tests * Increaed wait time for logout tests * Increaed wait time for logout tests * Added 2 new tests to reports * Fixed add batches tests * git attached screenshots for all steps when recording a vaccine and scrolled to the mouse location to click screenshot * fix failing test * fix failing test * Created new workflow file * Removed install of tox * Removed install of tox * Making more space on disk * Fixed app id variable to fetch from secrets --------- Co-authored-by: root --- .github/workflows/regression_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_tests.yaml b/.github/workflows/regression_tests.yaml index 0971166a1..c8428a712 100644 --- a/.github/workflows/regression_tests.yaml +++ b/.github/workflows/regression_tests.yaml @@ -172,7 +172,7 @@ jobs: id: generate-token uses: actions/create-github-app-token@v1 with: - app-id: ${{ vars.REGRESSION_TESTS_APP_ID }} + app-id: ${{ secrets.REGRESSION_TESTS_APP_ID }} private-key: ${{ secrets.REGRESSION_TESTS_PEM }} owner: "NHSDigital" repositories: "ravs-tests,RAVS-test-reports"