From 20fbe3d54d23995aebc37ae0d391e0d2283cbb85 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Fri, 13 Dec 2019 10:28:56 -0600 Subject: [PATCH 1/3] Update data file location --- docs/mftf-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mftf-tests.md b/docs/mftf-tests.md index b9d94baa9..d1bd1ce83 100644 --- a/docs/mftf-tests.md +++ b/docs/mftf-tests.md @@ -13,11 +13,11 @@ dl dt{ The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo. This page lists all those tests so that developers can have a good sense of what is covered. -{% include mftf/mftf_data.md %} +{% include mftf/functional_data.md %} {% for item in mftf %} -### {{ item.name }} +### {{ item.name }} {% for file in item.items %} #### [{{ file.filename }}]({{file.repo}}) {: .mftf-test-link} From 7926707b995929fa4bf03ba5c83aa112fd8bb086 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Thu, 2 Jan 2020 10:15:43 -0600 Subject: [PATCH 2/3] Fixes broken links --- docs/tips-tricks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tips-tricks.md b/docs/tips-tricks.md index 4f7539c6d..a2300c3bf 100644 --- a/docs/tips-tricks.md +++ b/docs/tips-tricks.md @@ -419,5 +419,5 @@ BAD: -[This test]: https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaRegisterNewCustomerTest.xml#L24 -[Data file]: https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/Data/CaptchaConfigData.xml +[This test]: https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaRegisterNewCustomerTest.xml#L24 +[Data file]: https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/Data/CaptchaConfigData.xml From 16d26ae6899b39d88a5a59e77dbad5413b4f0b91 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Thu, 2 Jan 2020 10:33:05 -0600 Subject: [PATCH 3/3] Removing stray file --- docs/mftf-tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mftf-tests.md b/docs/mftf-tests.md index d1bd1ce83..b9d94baa9 100644 --- a/docs/mftf-tests.md +++ b/docs/mftf-tests.md @@ -13,11 +13,11 @@ dl dt{ The Magento Functional Testing Framework runs tests on every Module within Magento. These files are stored within each Module folder in the Magento repo. This page lists all those tests so that developers can have a good sense of what is covered. -{% include mftf/functional_data.md %} +{% include mftf/mftf_data.md %} {% for item in mftf %} -### {{ item.name }} +### {{ item.name }} {% for file in item.items %} #### [{{ file.filename }}]({{file.repo}}) {: .mftf-test-link}