diff options
Diffstat (limited to 'app/test/test_signup.py')
-rw-r--r-- | app/test/test_signup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/test_signup.py b/app/test/test_signup.py index fc8ec4a..867ca53 100644 --- a/app/test/test_signup.py +++ b/app/test/test_signup.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Run the docker image using the following command: # docker run -d -p 4444:4444 selenium/standalone-chrome from selenium import webdriver |