diff --git a/docs/mftf-tests.md b/docs/mftf-tests.md index b9d94baa9..08d1c59a1 100644 --- a/docs/mftf-tests.md +++ b/docs/mftf-tests.md @@ -5,7 +5,6 @@ dl dt{ font-weight:400; } - # MFTF functional test reference @@ -13,11 +12,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}