Skip to content

Commit 54004ba

Browse files
Renamed sample test name with the correct one
1 parent 65bd46c commit 54004ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ See more commands in [`codecept`][].
241241

242242
#### Run a simple test {#run-test}
243243

244-
To clean up the previously generated tests, and then generate and run a single test `AdminLoginTest`, run:
244+
To clean up the previously generated tests, and then generate and run a single test `AdminLoginSuccessfulTest`, run:
245245

246246
```bash
247-
vendor/bin/mftf run:test AdminLoginTest --remove
247+
vendor/bin/mftf run:test AdminLoginSuccessfulTest --remove
248248
```
249249

250250
See more commands in [`mftf`][].
@@ -319,7 +319,7 @@ composer remove magento/magento2-functional-testing-framework --dev -d <path to
319319
Generate and run a single test that will check your logging to the Magento Admin functionality:
320320

321321
```bash
322-
bin/mftf run:test AdminLoginTest
322+
bin/mftf run:test AdminLoginSuccessfulTest
323323
```
324324

325325
You can find the generated test at `dev/tests/functional/tests/MFTF/_generated/default/`.

0 commit comments

Comments
 (0)