diff --git a/docs/getting-started.md b/docs/getting-started.md index ab61b44b0..9be1c0361 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -253,10 +253,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`][]. @@ -331,7 +331,7 @@ composer remove magento/magento2-functional-testing-framework --dev -d