Skip to content

Renamed sample test name with the correct one #683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`][].
Expand Down Expand Up @@ -331,7 +331,7 @@ composer remove magento/magento2-functional-testing-framework --dev -d <path to
Generate and run a single test that will check your logging to the Magento Admin functionality:

```bash
bin/mftf run:test AdminLoginTest
bin/mftf run:test AdminLoginSuccessfulTest
```

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