Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d37a084

Browse files
authored
Merge pull request magento#2025 from magento-pangolin/MQE-943
MQE-943: Inconsistency in *Page.xml files declaration for "module" at…
2 parents 0516249 + 9983aa9 commit d37a084

File tree

1 file changed

+1
-1
lines changed
  • guides/v2.2/magento-functional-testing-framework/release-2

1 file changed

+1
-1
lines changed

guides/v2.2/magento-functional-testing-framework/release-2/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Attributes|Type|Use|Description
153153
---|---|---|---
154154
`name`|string|required|Unique page name identifier.
155155
`url`|string|required|URL path (excluding the base URL) for the page. Use parameterized notation (`{{var1}}`) for replaceable parameters, such as the edit page for a persisted entity that is based on an ID or a name.
156-
`module`|string|required|The name of the module to which the page belongs. Example: `"Magento_Catalog"`.
156+
`module`|string|required|Name of the module to which the page belongs. The name must be prefixed with a vendor name. It corresponds to the parent directory where the module with tests is stored. Example: `"Magento_Catalog"`.
157157
`area`|string|required|The area where this page lives. Three possible values: `admin` prepends `BACKEND_NAME` to `url`, `storefront` does not prepend anything to `url`, `external` flags the page for use with `amOnUrl`. The `url` provided must be a full URL, such as `http://myFullUrl.com/`, instead of the URL for a Magento page.
158158
`parameterized`|boolean |optional|Include and set to `"true"` if the `url` for this page has parameters that need to be replaced for proper use.
159159
`remove`|boolean|optional|The default value is `"false"`. Set to `"true"` to remove this element during parsing.

0 commit comments

Comments
 (0)