From 984ce6192402110d58b26114a4005df6c4c6d64d Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Fri, 12 May 2023 09:55:14 +1200 Subject: [PATCH] revert nightwatch paths to original test --- nightwatch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nightwatch.json b/nightwatch.json index ba0bbef5..95359f44 100644 --- a/nightwatch.json +++ b/nightwatch.json @@ -1,6 +1,6 @@ { - "src_folders": ["tests/browser/mobile"], - "exclude": ["tests/browser/mobile/browserUtils.js"], + "src_folders": ["tests/browser"], + "exclude": ["tests/browser/browserUtils.js"], "output_folder": "tests/browser/output", "test_settings": {