Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Increase value of id for home app
Browse files Browse the repository at this point in the history
  • Loading branch information
Monal5031 committed Jul 21, 2018
1 parent 1265e14 commit 19f290c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vms/home/tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ def test_admin_cannot_access_volunteer_urls(self):
self.login(username='admin', password='admin')
self.wait_for_home_page()

self.verify_volunteer_page_error(PageUrls.upcoming_shifts_page + '1')
self.verify_volunteer_page_error(PageUrls.completed_shifts_page + '1')
self.verify_volunteer_page_error(PageUrls.volunteer_report_page + '1')
self.verify_volunteer_page_error(PageUrls.volunteer_profile_page + '1')
self.verify_volunteer_page_error(PageUrls.upcoming_shifts_page + '1000')
self.verify_volunteer_page_error(PageUrls.completed_shifts_page + '1000')
self.verify_volunteer_page_error(PageUrls.volunteer_report_page + '1000')
self.verify_volunteer_page_error(PageUrls.volunteer_profile_page + '1000')

def test_volunteer_cannot_access_admin_urls(self):
"""
Expand Down

0 comments on commit 19f290c

Please sign in to comment.