Commit a0166a92 authored by DuckHuntDuoPROgrammer's avatar DuckHuntDuoPROgrammer

Fix functional test

parent 8d214e10
Pipeline #849 canceled with stages
\myenv
geckodriver.exe
File added
......@@ -29,4 +29,7 @@ class NewVisitorTest(unittest.TestCase):
# While she is in a specific hero's page, she sees a button labeled "Back to Heroes List".
# She clicks this and she is redirected back to the wiki's homepage.
self.fail('Finish the test!')
\ No newline at end of file
self.fail('Finish the test!')
if __name__ == '__main__':
unittest.main(warnings='ignore')
\ No newline at end of file
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