Commit c7fad93d authored by Keith Adrian Santos's avatar Keith Adrian Santos

forgot to add the home home page whoops

parent 02be6803
......@@ -12,6 +12,9 @@ class NewVisitorTest(unittest.TestCase):
def test_can_check_homepage(self):
self.browser.get('http://localhost:8000')
self.assertIn('Froyo Home Page', self.browser.title)
self.browser.get('http://localhost:8000/ingredients')
self.assertIn('Ingredients - Home', self.browser.title)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment