Commit 2c91a3b2 authored by Santino Campos's avatar Santino Campos

Fix test to correspond to lab specs

parent 212e5d8c
......@@ -19,7 +19,7 @@ class NewVisitorTest(unittest.TestCase):
# She sees a list containing three heroes with their corresponding
# names, health points, and damage
self.assertIn('<ol> <li> Sunflowey 10HP 5DMG </li> <li> Jestey 20HP 1DMG</li> <li> Cloud 1HP 100DMG </li> </ol>', self.browser.page_source)
self.assertIn('<ol> <li> Jester - Health Points 660 - Base Attack Damage 64 </li> <li> Sunflowey - Health Points 650 - Base Attack Damage - 43 </li> <li> Cloud - Health Points 600 - Base Attack Damage - 57 </li> </ol> ', self.browser.page_source)
# When she selects one of the heroes, she is sent to another page
......
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