Commit 1fc64f3b authored by Alysha Columbres's avatar Alysha Columbres

Removed # for initial test

parent 29cd5045
......@@ -12,9 +12,9 @@ class NewVisitorTest(unittest.TestCase):
self.browser.quit()
# employee opens website and sees the title
#def test_can_open_website(self):
# self.browser.get('http://localhost:8000')
# self.assertIn('The Good Place FroYo Shop', self.browser.title)
def test_can_open_website(self):
self.browser.get('http://localhost:8000')
self.assertIn('The Good Place FroYo Shop', self.browser.title)
# employee opens ingredients list page and checks title
# NOTE: unit testing ALL tests returns an error because a queryset is not implemented
......
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