From 22640b54ef9406f71d5f7d56215ac322ef50b6bf Mon Sep 17 00:00:00 2001 From: Ken Sternberg Date: Mon, 2 Oct 2023 08:41:34 -0700 Subject: [PATCH] Added comment describing new test. --- tests/wdio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/wdio/Makefile b/tests/wdio/Makefile index 51eb3700b..f45847bbe 100644 --- a/tests/wdio/Makefile +++ b/tests/wdio/Makefile @@ -37,5 +37,5 @@ test-bad-login: node_modules admin-user ## Test that bad usernames and password $(SPEC)/bad-logins.ts -test-application-wizard: +test-application-wizard: node_modules admin-user ## Test that the application wizard works as expected $(SPEC)/new-application-by-wizard.ts