Skip to content

Commit

Permalink
feat: conduct experiment on timeout needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-hd committed Oct 24, 2024
1 parent 5c9bce2 commit c1825e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion tests/functional/test_create_community_gis_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit c1825e9

Please sign in to comment.