list sharing implemented w. passing UTs & FTs; changes to apps.dashboard.urls, .models, .views & .tests.test_views to accomodate; functional_tests.test_sharing also ensures sharing visible in UX; templates/apps/dashboard/list.html & /my_lists.html updated with django templating & for loops
This commit is contained in:
@@ -36,7 +36,7 @@ class SharingTest(FunctionalTest):
|
||||
"friend@example.com",
|
||||
)
|
||||
|
||||
list_page.share_list_with("friend@example.com")
|
||||
list_page.share_list_with("alice@example.com")
|
||||
|
||||
self.browser = ali_browser
|
||||
MyListsPage(self).go_to_my_lists_page("alice@example.com")
|
||||
|
||||
Reference in New Issue
Block a user