diff --git a/docs/best-practices.md b/docs/best-practices.md index 0ce9448cb..a376768c2 100644 --- a/docs/best-practices.md +++ b/docs/best-practices.md @@ -37,11 +37,9 @@ We recommend to keep Action Groups having single responsibility, for example `Ad ## Contribute -Althought the Magento Core team and Contributors join forces to cover most of the features with tests, it is impossible to have this done quickly. +Although the Magento Core team and Contributors join forces to cover most of the features with tests, it is impossible to have this done quickly. If you've covered Magento Core feature with Functional Tests - you are more than welcome to contribute. -You can also help with MFTF Test Migration to get the experience and valuable feedback from other community members and maintainers. - ## Action group 1. [Action group] names should be sufficiently descriptive to inform a test writer of what the action group does and when it should be used. Add additional explanation in annotations if needed. @@ -108,7 +106,7 @@ Example: _StorefrontCreateCustomerTest.xml_. #### Action Group file name -Format: {_Admin_ or _Storefront_}{Action Group Summary}ActionGroup.xml`, where Action Group Summary describes with a few words what we can expect from it. +Format: {_Admin_ or _Storefront_}{Action Group Summary}ActionGroup.xml`, where Action Group Summary is a short description of what the action group does. Example: _AdminCreateStoreActionGroup.xml_