From e202f076873c610bb3cb7d296c942a924f4a6547 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 12 Aug 2019 13:26:48 -0500 Subject: [PATCH] Removed duplicate ID --- docs/getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 84e19af2e..450dbc2a6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -257,7 +257,7 @@ cd magento2-functional-testing-framework composer install ``` -### Step 3. Build the project {#build-project} +### Step 3. Build the project ```bash bin/mftf build:project @@ -309,7 +309,6 @@ allure serve dev/tests/_output/allure-results/ [allure docs]: https://docs.qameta.io/allure/ [Allure Framework]: http://allure.qatools.ru/ [basic configuration]: configuration.html#basic-configuration -[build]: #build-project [chrome driver]: https://sites.google.com/a/chromium.org/chromedriver/downloads [Codeception Test execution]: https://blog.jetbrains.com/phpstorm/2017/03/codeception-support-comes-to-phpstorm-2017-1/ [composer]: https://getcomposer.org/download/