diff --git a/.github/workflows/run_testcases.yml b/.github/workflows/run_testcases.yml index eae3b159f..e201cf102 100644 --- a/.github/workflows/run_testcases.yml +++ b/.github/workflows/run_testcases.yml @@ -64,4 +64,4 @@ jobs: run: | python manage.py migrate flake8 accounts notifications localcontexts - pytest --cov=. --cov-report=term-missing --cov-fail-under=15 + pytest -k test_clicking_skip_this_step_on_upload_shapefile_page_navigates_to_confirm_page diff --git a/tests/functional/test_create_community_gis_ui.py b/tests/functional/test_create_community_gis_ui.py index 7020e59a8..5264b338f 100644 --- a/tests/functional/test_create_community_gis_ui.py +++ b/tests/functional/test_create_community_gis_ui.py @@ -250,4 +250,4 @@ def test_clicking_skip_this_step_on_upload_shapefile_page_navigates_to_confirm_p self.py.get("#skip-this-step a").click() # verify user is on the dashbaord page - # assert self.dashboard in self.get_current_url() + assert self.dashboard in self.get_current_url(15)