diff --git a/test/e2e/configs/_local.default.py b/test/e2e/configs/_local.default.py index 76b63dff9c..9ec058148b 100644 --- a/test/e2e/configs/_local.default.py +++ b/test/e2e/configs/_local.default.py @@ -2,5 +2,5 @@ import logging LOG_LEVEL = logging.DEBUG DEV_BUILD = False -APP_DIR = "path to the application (.app or .AppImage)" +AUT_PATH = "path to the application (.app or .AppImage)"