File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -253,10 +253,10 @@ See more commands in [`codecept`][].
253
253
254
254
#### Run a simple test {#run-test}
255
255
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:
257
257
258
258
``` bash
259
- vendor/bin/mftf run:test AdminLoginTest --remove
259
+ vendor/bin/mftf run:test AdminLoginSuccessfulTest --remove
260
260
```
261
261
262
262
See more commands in [ ` mftf ` ] [ ] .
@@ -331,7 +331,7 @@ composer remove magento/magento2-functional-testing-framework --dev -d <path to
331
331
Generate and run a single test that will check your logging to the Magento Admin functionality:
332
332
333
333
``` bash
334
- bin/mftf run:test AdminLoginTest
334
+ bin/mftf run:test AdminLoginSuccessfulTest
335
335
```
336
336
337
337
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