# He noticed that he can create a form for the ingredients so he went there and he noticed the header Ingredients - Create Form so he clicked it
# He noticed that he can create a form for the ingredients so he went there and he noticed the header and title Ingredients - Create Form so he clicked it
# After creating the ingredient, he went back home
home=self.browser.find_element_by_id('home')
home.click()
...
...
@@ -35,13 +39,14 @@ class NewVisitorTest(unittest.TestCase):
deftest_froyo_update_form_ingredients(self):
# He noticed that he can also update the forms so he went there and he noticed the header Ingredients - Update Form so he clicked it and updated his form
# He noticed that he can also update the forms so he went there and he noticed the header and title Ingredients - Update Form so he clicked it and updated his form