From 54004ba8506aa93d5bd6f7047a9a0f90f7ad4568 Mon Sep 17 00:00:00 2001 From: Ajith Date: Thu, 23 Apr 2020 00:47:13 +0530 Subject: [PATCH] Renamed sample test name with the correct one --- docs/getting-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 89d228df9..8f30601af 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -241,10 +241,10 @@ See more commands in [`codecept`][]. #### Run a simple test {#run-test} -To clean up the previously generated tests, and then generate and run a single test `AdminLoginTest`, run: +To clean up the previously generated tests, and then generate and run a single test `AdminLoginSuccessfulTest`, run: ```bash -vendor/bin/mftf run:test AdminLoginTest --remove +vendor/bin/mftf run:test AdminLoginSuccessfulTest --remove ``` See more commands in [`mftf`][]. @@ -319,7 +319,7 @@ composer remove magento/magento2-functional-testing-framework --dev -d