The public page is about Piha, not aimloperations.com nav. Add a Why Piha? section for the Quenya "little/small" name. Closes #5.
This commit is contained in:
@@ -262,8 +262,11 @@ class RedirectTests(TestCase):
|
||||
self.assertEqual(response.status_code, 200)
|
||||
self.assertContains(response, "piha.lc")
|
||||
self.assertContains(response, "Request access")
|
||||
self.assertContains(response, "Why Piha?")
|
||||
self.assertContains(response, "Quenya")
|
||||
self.assertContains(response, "aimloperations.com")
|
||||
self.assertContains(response, "Contact")
|
||||
self.assertNotContains(response, "<nav")
|
||||
self.assertNotContains(response, "Create a short link")
|
||||
|
||||
def test_click_row_and_count(self):
|
||||
|
||||
Reference in New Issue
Block a user