Commit 41fbdf95 authored by Alec Wang's avatar Alec Wang

added self.fail to functional test

parent 09e2f33e
......@@ -103,6 +103,7 @@ class UserTest(unittest.TestCase):
time.sleep(1)
self.assertIn('Home Directory', self.browser.title)
self.fail("Test is passed")
if __name__ == '__main__':
......
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