Makefile: Improve test target

This commit is contained in:
2021-02-14 11:12:30 -06:00
parent 990ceb78b9
commit ce19993078
3 changed files with 13 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ from time import sleep
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
INDEX_URL = "http://localhost:8050"
INDEX_URL = "http://localhost:8040"
def _launch():