Skip to content

Commit 98d9a3b

Browse files
authored
Merge pull request #683 from ajithkumar-maragathavel/sample-test-run
Renamed sample test name with the correct one
2 parents ce889d8 + c21fdd9 commit 98d9a3b

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
@@ -253,10 +253,10 @@ See more commands in [`codecept`][].
253253

254254
#### Run a simple test {#run-test}
255255

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

258258
```bash
259-
vendor/bin/mftf run:test AdminLoginTest --remove
259+
vendor/bin/mftf run:test AdminLoginSuccessfulTest --remove
260260
```
261261

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

333333
```bash
334-
bin/mftf run:test AdminLoginTest
334+
bin/mftf run:test AdminLoginSuccessfulTest
335335
```
336336

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

0 commit comments

Comments
 (0)