Commit cd5f02d3 authored by abbeeeeyyyyy's avatar abbeeeeyyyyy

created the remote repo

parent 709ea056
Pipeline #1114 failed with stages
......@@ -16,9 +16,9 @@ class NewVisitorTest(unittest.TestCase):
# She first sees the homepage
self.browser.get('http://localhost:8000')
# She notices the page title and header mention
# She notices the page title mention
# 'The Good Place Froyo Shop'
self.assertEquals('http://localhost:8000/TheGoodPlace', self.browser.current_url)
self.assertEquals('http://localhost:8000/froyo', self.browser.current_url)
self.assertEqual('The Good Place Froyo Shop', self.browser.title)
# She sees the three buttons essential for her job
......
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