File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,10 @@ See more commands in [`codecept`][].
241
241
242
242
#### Run a simple test {#run-test}
243
243
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:
245
245
246
246
``` bash
247
- vendor/bin/mftf run:test AdminLoginTest --remove
247
+ vendor/bin/mftf run:test AdminLoginSuccessfulTest --remove
248
248
```
249
249
250
250
See more commands in [ ` mftf ` ] [ ] .
@@ -319,7 +319,7 @@ composer remove magento/magento2-functional-testing-framework --dev -d <path to
319
319
Generate and run a single test that will check your logging to the Magento Admin functionality:
320
320
321
321
``` bash
322
- bin/mftf run:test AdminLoginTest
322
+ bin/mftf run:test AdminLoginSuccessfulTest
323
323
```
324
324
325
325
You can find the generated test at ` dev/tests/functional/tests/MFTF/_generated/default/ ` .
You can’t perform that action at this time.
0 commit comments