diff options
Diffstat (limited to 'app/test/test_next_essay.py')
-rw-r--r-- | app/test/test_next_essay.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/test_next_essay.py b/app/test/test_next_essay.py index c9e3831..7a877ab 100644 --- a/app/test/test_next_essay.py +++ b/app/test/test_next_essay.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 |