From 6b4c539a96c03d2132b543f5737483819df700a9 Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Wed, 10 Jul 2024 15:20:11 -0500 Subject: [PATCH] Adds e2e testing (#4102) * adds cypress and initial config files * updates config files and test file, adds github actions file * adds cypress example files to ignore * updated env var name in config, aliases find of h2 since the test was losing it? * adds a check for missing object properties and if missing, attempts to repopulate them * blocks analytics scripts from loading during tests * cleans up our spec file * trying to debug why we are still failing tests * add a wait to see if that gets us over the hump * adding a full second pause since the runner seems to be slow * adds config files for adding cypress e2e testing adds workflow for triggering cypress e2e testing * removes .wait() and replaces with a .clear() on the input element * third test is still flaky w/o the .wait(). readding * corrects workflow file name that contains the artifact we need --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index cd4b542b4a..2e1fbc84ee 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -15,7 +15,7 @@ jobs: - name: Download info on PR uses: dawidd6/action-download-artifact@v2 with: - workflow: get-urls.yaml + workflow: get-pr-info.yaml workflow_conclusion: completed name: pr-info - name: retrieve url