Commit c877815b authored by Jason's avatar Jason

Fixed some words for the story for functional test

parent ad1053db
...@@ -22,7 +22,7 @@ class NewVisitorTest(unittest.TestCase): ...@@ -22,7 +22,7 @@ class NewVisitorTest(unittest.TestCase):
# She sees 12 templates and decides to click on one. # She sees 12 templates and decides to click on one.
# When she selects one of the templates , she is sent to another page # When she selects one of the templates , she is sent to another page
# containing more information about the hero (additional stats, lore, image). # containing the header of the template.
template = self.browser.find_element_by_id('ingredients_list') template = self.browser.find_element_by_id('ingredients_list')
template.click() template.click()
time.sleep(1) time.sleep(1)
......
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