From fba0291d83cc1d312178390e5eaf44766c33d4a3 Mon Sep 17 00:00:00 2001 From: Luan alves Date: Sun, 1 Sep 2019 13:17:56 -0300 Subject: [PATCH 01/91] Update first-time-setup-import-import.md --- guides/v2.2/cloud/setup/first-time-setup-import-import.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/cloud/setup/first-time-setup-import-import.md b/guides/v2.2/cloud/setup/first-time-setup-import-import.md index 28fefb2a6db..578a715f93e 100755 --- a/guides/v2.2/cloud/setup/first-time-setup-import-import.md +++ b/guides/v2.2/cloud/setup/first-time-setup-import-import.md @@ -278,7 +278,7 @@ bin/magento setup:upgrade ``` ```bash -bin/magento magento setup:static-content:deploy +bin/magento setup:static-content:deploy ``` ```bash From cf4ba8c03f2e61003a177c3349bea20fccf744c8 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 11:11:48 -0300 Subject: [PATCH 02/91] adding new information from stopwords elasticsearch --- .../elasticsearch/es-config-stopwords.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index e7e8c94c866..fdd98875288 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -115,3 +115,22 @@ To change the directory: ``` Save your changes to `di.xml` and exit the text editor. + +To change the directory from your module + +1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} + +2. In your module `etc/di.xml` add instructions: + +```xml + + + + (Your_Module) + stopwords + + +``` +3. In your module, create the directory `etc/stopwords`, inside add files .csv + +Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 7bdfe0748aa9513e2dd2cbfc7ad7657742489601 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:00:23 -0300 Subject: [PATCH 03/91] settings --- .../config-guide/elasticsearch/es-config-stopwords.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index 42019b5655d..c5a18ace90e 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -33,6 +33,7 @@ See one of the following topics for more information: * [Edit stopwords for an existing locale](#config-edit-stopwords) * [Create stopwords for a new locale](#config-create-stopwords) +* [To change the directory from your module](#to-change-directory-stopwords) ### Edit stopwords for an existing locale {#config-edit-stopwords} @@ -127,7 +128,7 @@ To change the directory: Save your changes to `di.xml` and exit the text editor. -To change the directory from your module +### To change the directory from your module {#to-change-directory-stopwords} 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} @@ -137,11 +138,13 @@ To change the directory from your module - (Your_Module) + Your_Module stopwords ``` -3. In your module, create the directory `etc/stopwords`, inside add files .csv +3. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` +[files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} + Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 5d72175bc890c86614dc02a89691917cf899659e Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:01:15 -0300 Subject: [PATCH 04/91] settings --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index c5a18ace90e..ba0313eedf7 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -128,7 +128,7 @@ To change the directory: Save your changes to `di.xml` and exit the text editor. -### To change the directory from your module {#to-change-directory-stopwords} +## To change the directory from your module {#to-change-directory-stopwords} 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} From 1550bbbe491599251176b13f88090b9198daec91 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:10:58 -0300 Subject: [PATCH 05/91] settings spaces --- .../elasticsearch/es-config-stopwords.md | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index ba0313eedf7..1b50e7d4a44 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -132,17 +132,16 @@ Save your changes to `di.xml` and exit the text editor. 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} -2. In your module `etc/di.xml` add instructions: - -```xml - - - - Your_Module - stopwords - - -``` +2. In your module `etc/di.xml` add instructions: + + ```xml + + + Your_Module + stopwords + + + ``` 3. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` [files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} From 824a67638eb2a3b274a7f8835a94f67a71f34ac5 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 20:46:02 -0300 Subject: [PATCH 06/91] settings by MD029 --- .../elasticsearch/es-config-stopwords.md | 24 +++++++++---------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index 1b50e7d4a44..c0236dc8b54 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -131,19 +131,17 @@ Save your changes to `di.xml` and exit the text editor. ## To change the directory from your module {#to-change-directory-stopwords} 1. [Create a new module](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/module-file-structure.html){:target="_blank"} +1. In your module `etc/di.xml` add instructions: -2. In your module `etc/di.xml` add instructions: - - ```xml - - - Your_Module - stopwords - - - ``` -3. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` + ```xml + + + Your_Module + stopwords + + + ``` + +1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` [files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} - - Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 846f5d8e29a5a76652273fc0e0325cc1d87b2431 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 2 Nov 2019 21:15:16 -0300 Subject: [PATCH 07/91] settings by MD029 --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index c0236dc8b54..b21d769c5a2 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -141,7 +141,7 @@ Save your changes to `di.xml` and exit the text editor. ``` - -1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv` + +1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. [files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 30598129e969c21d77c3d2e58f7f43dfd5c765b6 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Mon, 4 Nov 2019 16:23:15 -0300 Subject: [PATCH 08/91] adding variable from github url tree --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 0ad8de2beb6..11fbdc8cfb3 100644 --- a/_config.yml +++ b/_config.yml @@ -199,6 +199,7 @@ githuburl22: https://github.com/magento/devdocs/tree/master/guides/v2.2/ # 2.3 variables gdeurl23: /guides/v2.3/ githuburl23: https://github.com/magento/devdocs/tree/master/guides/v2.3/ +githuburl23tree: https://github.com/magento/magento2/tree/ ########## From 6b120eb213c47e65965ffd9b0e2ae1fb55671406 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Mon, 4 Nov 2019 16:23:32 -0300 Subject: [PATCH 09/91] adding url variable --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index b21d769c5a2..af77774c803 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -141,7 +141,7 @@ Save your changes to `di.xml` and exit the text editor. ``` - + 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. -[files inside.](https://github.com/magento/magento2/tree/2.3-develop/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} +[files inside.]({{ page.mage2blobtree }}/{{ page.guide_version }}/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From 8ea949fc51fec768146b32aa21af36cf22c6d367 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Mon, 4 Nov 2019 16:31:22 -0300 Subject: [PATCH 10/91] adding fix MD009 --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index af77774c803..50cd92e95e4 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -141,7 +141,7 @@ Save your changes to `di.xml` and exit the text editor. ``` - + 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. [files inside.]({{ page.mage2blobtree }}/{{ page.guide_version }}/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From f38335872a1161d2d69b27a2e38ead35bff681b5 Mon Sep 17 00:00:00 2001 From: Marjan Date: Tue, 5 Nov 2019 17:07:14 +0100 Subject: [PATCH 11/91] Using the /search endpoint --- _data/toc/rest-api.yml | 3 ++ guides/v2.2/rest/search-endpoint.md | 80 +++++++++++++++++++++++++++++ guides/v2.3/rest/search-endpoint.md | 80 +++++++++++++++++++++++++++++ 3 files changed, 163 insertions(+) create mode 100644 guides/v2.2/rest/search-endpoint.md create mode 100644 guides/v2.3/rest/search-endpoint.md diff --git a/_data/toc/rest-api.yml b/_data/toc/rest-api.yml index 1de1b73cfb5..f4730cb6f83 100644 --- a/_data/toc/rest-api.yml +++ b/_data/toc/rest-api.yml @@ -54,6 +54,9 @@ pages: - label: Search using REST url: /rest/performing-searches.html + - label: Search using /search endpoint + url: /rest/search-endpoint.html + - label: Retrieve filtered search responses url: /rest/retrieve-filtered-responses.html diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md new file mode 100644 index 00000000000..273a4ed76d5 --- /dev/null +++ b/guides/v2.2/rest/search-endpoint.md @@ -0,0 +1,80 @@ +--- +group: rest-api +title: Search using the /search endpoint +--- + +By using `GET {{URL}}rest/V1/search` one can search through the catalog. The obtained results will come from the selected search engine (System -> Configuration -> Catalog -> Catalog Search -> Search engine). +This means, one is able to collect results from Elasticsearch for example, having possible result sets very similar to the ones that are visible by using the regular frontend search. + +There are three types of request queries that are provided by default +* quick_search_container +* catalog_view_container +* advanced_search_container + + +All of them run against the `catalogsearch_fulltext` index. + +The basic usage is: + +``` +GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& +searchCriteria[filter_groups][0][filters][0][field]=search_term& +searchCriteria[filter_groups][0][filters][0][value]=Shirt +``` + +If one would like to combine more than one word in the search, then, simply separate the words with an empty space, just like you would do in the regular search box + +``` +GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& +searchCriteria[filter_groups][0][filters][0][field]=search_term& +searchCriteria[filter_groups][0][filters][0][value]=Polo Shirt +``` + +Please notice that the search term can be applied to any searchable attribute (`Use in search` is set to `Yes`). So the search query can be part of the product name, sku or any other custom attribute that you have. + +Each searchable attribute has its search boost, and this defaults to 1. +Exceptions are `sku` with boost 6 and product `name` with boost 5. + +For both the `quick_search_container` and `catalog_view_container` there are three filters available by default +* category_ids +* price (from, to) +* visibility + +The `advanced_search_container` has the following filters +* category_ids +* price (from, to) +* sku + +For more details, please check `Magento/CatalogSearch/etc/search_request.xml` + +A sample usage of the filters may be: + +* Get products within a price range + +``` +searchCriteria[requestName]=advanced_search_container& +searchCriteria[filter_groups][0][filters][0][field]=price.from& +searchCriteria[filter_groups][0][filters][0][value]=2& +searchCriteria[filter_groups][0][filters][1][field]=price.to& +searchCriteria[filter_groups][0][filters][1][value]=3 +``` + +* Get product where the SKU might contain some string + +``` +searchCriteria[requestName]=advanced_search_container& +searchCriteria[filter_groups][0][filters][0][field]=sku& +searchCriteria[filter_groups][0][filters][0][value]=shirt& +searchCriteria[filter_groups][0][filters][0][condition_type]=like +``` + +* Get all products from a given category + +``` +searchCriteria[requestName]=catalog_view_container& +searchCriteria[filter_groups][0][filters][0][field]=category_ids& +searchCriteria[filter_groups][0][filters][0][value][0]=4& +searchCriteria[filter_groups][0][filters][0][condition_type]=eq +``` + +Both `quick_search_container` and `catalog_view_container` are equiped by default to return aggregations, specifying the particular buckets of results (but not the `advanced_search_container`). \ No newline at end of file diff --git a/guides/v2.3/rest/search-endpoint.md b/guides/v2.3/rest/search-endpoint.md new file mode 100644 index 00000000000..273a4ed76d5 --- /dev/null +++ b/guides/v2.3/rest/search-endpoint.md @@ -0,0 +1,80 @@ +--- +group: rest-api +title: Search using the /search endpoint +--- + +By using `GET {{URL}}rest/V1/search` one can search through the catalog. The obtained results will come from the selected search engine (System -> Configuration -> Catalog -> Catalog Search -> Search engine). +This means, one is able to collect results from Elasticsearch for example, having possible result sets very similar to the ones that are visible by using the regular frontend search. + +There are three types of request queries that are provided by default +* quick_search_container +* catalog_view_container +* advanced_search_container + + +All of them run against the `catalogsearch_fulltext` index. + +The basic usage is: + +``` +GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& +searchCriteria[filter_groups][0][filters][0][field]=search_term& +searchCriteria[filter_groups][0][filters][0][value]=Shirt +``` + +If one would like to combine more than one word in the search, then, simply separate the words with an empty space, just like you would do in the regular search box + +``` +GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& +searchCriteria[filter_groups][0][filters][0][field]=search_term& +searchCriteria[filter_groups][0][filters][0][value]=Polo Shirt +``` + +Please notice that the search term can be applied to any searchable attribute (`Use in search` is set to `Yes`). So the search query can be part of the product name, sku or any other custom attribute that you have. + +Each searchable attribute has its search boost, and this defaults to 1. +Exceptions are `sku` with boost 6 and product `name` with boost 5. + +For both the `quick_search_container` and `catalog_view_container` there are three filters available by default +* category_ids +* price (from, to) +* visibility + +The `advanced_search_container` has the following filters +* category_ids +* price (from, to) +* sku + +For more details, please check `Magento/CatalogSearch/etc/search_request.xml` + +A sample usage of the filters may be: + +* Get products within a price range + +``` +searchCriteria[requestName]=advanced_search_container& +searchCriteria[filter_groups][0][filters][0][field]=price.from& +searchCriteria[filter_groups][0][filters][0][value]=2& +searchCriteria[filter_groups][0][filters][1][field]=price.to& +searchCriteria[filter_groups][0][filters][1][value]=3 +``` + +* Get product where the SKU might contain some string + +``` +searchCriteria[requestName]=advanced_search_container& +searchCriteria[filter_groups][0][filters][0][field]=sku& +searchCriteria[filter_groups][0][filters][0][value]=shirt& +searchCriteria[filter_groups][0][filters][0][condition_type]=like +``` + +* Get all products from a given category + +``` +searchCriteria[requestName]=catalog_view_container& +searchCriteria[filter_groups][0][filters][0][field]=category_ids& +searchCriteria[filter_groups][0][filters][0][value][0]=4& +searchCriteria[filter_groups][0][filters][0][condition_type]=eq +``` + +Both `quick_search_container` and `catalog_view_container` are equiped by default to return aggregations, specifying the particular buckets of results (but not the `advanced_search_container`). \ No newline at end of file From 69d181162328d0ee9df281efec499d9487fc2529 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 5 Nov 2019 23:30:35 -0600 Subject: [PATCH 12/91] Update rest-api.yml --- _data/toc/rest-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/toc/rest-api.yml b/_data/toc/rest-api.yml index f4730cb6f83..57ee8978b68 100644 --- a/_data/toc/rest-api.yml +++ b/_data/toc/rest-api.yml @@ -54,7 +54,7 @@ pages: - label: Search using REST url: /rest/performing-searches.html - - label: Search using /search endpoint + - label: Search with the /search endpoint url: /rest/search-endpoint.html - label: Retrieve filtered search responses From 2818d680070c1f0fdce0e9f89e3cc9bb004d0280 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 5 Nov 2019 23:53:20 -0600 Subject: [PATCH 13/91] Update search-endpoint.md --- guides/v2.2/rest/search-endpoint.md | 61 +++++++++++++++-------------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md index 273a4ed76d5..b15382bf831 100644 --- a/guides/v2.2/rest/search-endpoint.md +++ b/guides/v2.2/rest/search-endpoint.md @@ -1,57 +1,60 @@ --- group: rest-api title: Search using the /search endpoint +contributor_name: +contributor_link: --- -By using `GET {{URL}}rest/V1/search` one can search through the catalog. The obtained results will come from the selected search engine (System -> Configuration -> Catalog -> Catalog Search -> Search engine). -This means, one is able to collect results from Elasticsearch for example, having possible result sets very similar to the ones that are visible by using the regular frontend search. +By using `GET {{URL}}rest/V1/search`, you can search through the catalog. The obtained results will come from your configured search engine (**Stores** > Settings > **Configuration** > **Catalog** > **Catalog Search** > **Search engine**). +This means you can collect results from Elasticsearch, for example, that are very similar to the results that are visible by using the regular frontend search. There are three types of request queries that are provided by default -* quick_search_container -* catalog_view_container -* advanced_search_container +* quick_search_container +* catalog_view_container +* advanced_search_container All of them run against the `catalogsearch_fulltext` index. The basic usage is: -``` +```http GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& searchCriteria[filter_groups][0][filters][0][field]=search_term& searchCriteria[filter_groups][0][filters][0][value]=Shirt ``` +To specify more than one word in the search, separate the words with an empty space, just like you would do in the regular search box: -If one would like to combine more than one word in the search, then, simply separate the words with an empty space, just like you would do in the regular search box - -``` +```http GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& searchCriteria[filter_groups][0][filters][0][field]=search_term& searchCriteria[filter_groups][0][filters][0][value]=Polo Shirt ``` -Please notice that the search term can be applied to any searchable attribute (`Use in search` is set to `Yes`). So the search query can be part of the product name, sku or any other custom attribute that you have. +The search term can be applied to any searchable attribute (`Use in search` is set to `Yes`). The search query can be part of the product name, SKU, or any other custom attribute. -Each searchable attribute has its search boost, and this defaults to 1. -Exceptions are `sku` with boost 6 and product `name` with boost 5. +Each searchable attribute has its search boost, which defaults to 1. +Exceptions are `sku`, with a boost of 6, and product `name`, with a boost of 5. -For both the `quick_search_container` and `catalog_view_container` there are three filters available by default -* category_ids -* price (from, to) -* visibility +For both `quick_search_container` and `catalog_view_container`, three filters available by default -The `advanced_search_container` has the following filters -* category_ids -* price (from, to) -* sku +* category_ids +* price (from, to) +* visibility -For more details, please check `Magento/CatalogSearch/etc/search_request.xml` +The `advanced_search_container` has the following filters: -A sample usage of the filters may be: +* category_ids +* price (from, to) +* sku -* Get products within a price range +For more details, review `Magento/CatalogSearch/etc/search_request.xml`. -``` +## Example filters + +### Get products within a price range + +```http searchCriteria[requestName]=advanced_search_container& searchCriteria[filter_groups][0][filters][0][field]=price.from& searchCriteria[filter_groups][0][filters][0][value]=2& @@ -59,22 +62,22 @@ searchCriteria[filter_groups][0][filters][1][field]=price.to& searchCriteria[filter_groups][0][filters][1][value]=3 ``` -* Get product where the SKU might contain some string +### Get products where the SKU might contain a specified string -``` +```http searchCriteria[requestName]=advanced_search_container& searchCriteria[filter_groups][0][filters][0][field]=sku& searchCriteria[filter_groups][0][filters][0][value]=shirt& searchCriteria[filter_groups][0][filters][0][condition_type]=like ``` -* Get all products from a given category +### Get all products from a given category -``` +```http searchCriteria[requestName]=catalog_view_container& searchCriteria[filter_groups][0][filters][0][field]=category_ids& searchCriteria[filter_groups][0][filters][0][value][0]=4& searchCriteria[filter_groups][0][filters][0][condition_type]=eq ``` -Both `quick_search_container` and `catalog_view_container` are equiped by default to return aggregations, specifying the particular buckets of results (but not the `advanced_search_container`). \ No newline at end of file +Both `quick_search_container` and `catalog_view_container` are equipped by default to return aggregations, specifying the particular buckets of results. This is not true for `advanced_search_container`. From 0fe87826728b382eb9cd471a5c858964a92b2ad2 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 5 Nov 2019 23:55:51 -0600 Subject: [PATCH 14/91] Update search-endpoint.md --- guides/v2.2/rest/search-endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md index b15382bf831..67a3e67232e 100644 --- a/guides/v2.2/rest/search-endpoint.md +++ b/guides/v2.2/rest/search-endpoint.md @@ -1,6 +1,6 @@ --- group: rest-api -title: Search using the /search endpoint +title: Search with the /search endpoint contributor_name: contributor_link: --- From 6948b91f8e1354c3db97397f4beba28e295c0be2 Mon Sep 17 00:00:00 2001 From: Marjan Date: Thu, 7 Nov 2019 18:13:31 +0100 Subject: [PATCH 15/91] Updates as per request points --- guides/v2.2/rest/search-endpoint.md | 14 ++--- guides/v2.3/rest/search-endpoint.md | 80 ----------------------------- 2 files changed, 7 insertions(+), 87 deletions(-) delete mode 100644 guides/v2.3/rest/search-endpoint.md diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md index 67a3e67232e..01225212ddd 100644 --- a/guides/v2.2/rest/search-endpoint.md +++ b/guides/v2.2/rest/search-endpoint.md @@ -1,12 +1,12 @@ --- group: rest-api title: Search with the /search endpoint -contributor_name: -contributor_link: +contributor_name: comwrap GmbH +contributor_link: https://www.comwrap.com/ --- -By using `GET {{URL}}rest/V1/search`, you can search through the catalog. The obtained results will come from your configured search engine (**Stores** > Settings > **Configuration** > **Catalog** > **Catalog Search** > **Search engine**). -This means you can collect results from Elasticsearch, for example, that are very similar to the results that are visible by using the regular frontend search. +By using `/rest//V1/search`, you can search through the catalog. The obtained results will come from your configured search engine (**Stores** > Settings > **Configuration** > **Catalog** > **Catalog Search** > **Search engine**). +This means you can collect results from search engine that is enabled. And those results will be equal to the results that are coming by using the regular frontend search. There are three types of request queries that are provided by default @@ -21,17 +21,17 @@ The basic usage is: ```http GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& searchCriteria[filter_groups][0][filters][0][field]=search_term& -searchCriteria[filter_groups][0][filters][0][value]=Shirt +searchCriteria[filter_groups][0][filters][0][value]=TermA ``` To specify more than one word in the search, separate the words with an empty space, just like you would do in the regular search box: ```http GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& searchCriteria[filter_groups][0][filters][0][field]=search_term& -searchCriteria[filter_groups][0][filters][0][value]=Polo Shirt +searchCriteria[filter_groups][0][filters][0][value]=TermA TermB ``` -The search term can be applied to any searchable attribute (`Use in search` is set to `Yes`). The search query can be part of the product name, SKU, or any other custom attribute. +The search term can be applied to any searchable attribute (**Stores** > Attributes > **Product**, open the attribute, or, when clicked Add New Attribute, from sidebar select **Storefront Properties**, and then if **Use in search** is set to `Yes`, the attribute is searchable). The search query can be part of the product name, SKU, or any other custom attribute. Each searchable attribute has its search boost, which defaults to 1. Exceptions are `sku`, with a boost of 6, and product `name`, with a boost of 5. diff --git a/guides/v2.3/rest/search-endpoint.md b/guides/v2.3/rest/search-endpoint.md deleted file mode 100644 index 273a4ed76d5..00000000000 --- a/guides/v2.3/rest/search-endpoint.md +++ /dev/null @@ -1,80 +0,0 @@ ---- -group: rest-api -title: Search using the /search endpoint ---- - -By using `GET {{URL}}rest/V1/search` one can search through the catalog. The obtained results will come from the selected search engine (System -> Configuration -> Catalog -> Catalog Search -> Search engine). -This means, one is able to collect results from Elasticsearch for example, having possible result sets very similar to the ones that are visible by using the regular frontend search. - -There are three types of request queries that are provided by default -* quick_search_container -* catalog_view_container -* advanced_search_container - - -All of them run against the `catalogsearch_fulltext` index. - -The basic usage is: - -``` -GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& -searchCriteria[filter_groups][0][filters][0][field]=search_term& -searchCriteria[filter_groups][0][filters][0][value]=Shirt -``` - -If one would like to combine more than one word in the search, then, simply separate the words with an empty space, just like you would do in the regular search box - -``` -GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& -searchCriteria[filter_groups][0][filters][0][field]=search_term& -searchCriteria[filter_groups][0][filters][0][value]=Polo Shirt -``` - -Please notice that the search term can be applied to any searchable attribute (`Use in search` is set to `Yes`). So the search query can be part of the product name, sku or any other custom attribute that you have. - -Each searchable attribute has its search boost, and this defaults to 1. -Exceptions are `sku` with boost 6 and product `name` with boost 5. - -For both the `quick_search_container` and `catalog_view_container` there are three filters available by default -* category_ids -* price (from, to) -* visibility - -The `advanced_search_container` has the following filters -* category_ids -* price (from, to) -* sku - -For more details, please check `Magento/CatalogSearch/etc/search_request.xml` - -A sample usage of the filters may be: - -* Get products within a price range - -``` -searchCriteria[requestName]=advanced_search_container& -searchCriteria[filter_groups][0][filters][0][field]=price.from& -searchCriteria[filter_groups][0][filters][0][value]=2& -searchCriteria[filter_groups][0][filters][1][field]=price.to& -searchCriteria[filter_groups][0][filters][1][value]=3 -``` - -* Get product where the SKU might contain some string - -``` -searchCriteria[requestName]=advanced_search_container& -searchCriteria[filter_groups][0][filters][0][field]=sku& -searchCriteria[filter_groups][0][filters][0][value]=shirt& -searchCriteria[filter_groups][0][filters][0][condition_type]=like -``` - -* Get all products from a given category - -``` -searchCriteria[requestName]=catalog_view_container& -searchCriteria[filter_groups][0][filters][0][field]=category_ids& -searchCriteria[filter_groups][0][filters][0][value][0]=4& -searchCriteria[filter_groups][0][filters][0][condition_type]=eq -``` - -Both `quick_search_container` and `catalog_view_container` are equiped by default to return aggregations, specifying the particular buckets of results (but not the `advanced_search_container`). \ No newline at end of file From f5731fcdfcf5c650d92ea8d6da1318fc765b1a8e Mon Sep 17 00:00:00 2001 From: Marjan Date: Thu, 7 Nov 2019 18:21:16 +0100 Subject: [PATCH 16/91] Symlink for v2.3 --- guides/v2.3/rest/search-endpoint.md | 1 + 1 file changed, 1 insertion(+) create mode 120000 guides/v2.3/rest/search-endpoint.md diff --git a/guides/v2.3/rest/search-endpoint.md b/guides/v2.3/rest/search-endpoint.md new file mode 120000 index 00000000000..b7e0b94aa51 --- /dev/null +++ b/guides/v2.3/rest/search-endpoint.md @@ -0,0 +1 @@ +guides/v2.2/rest/search-endpoint.md \ No newline at end of file From efcc6eb85e19be39c4f89a24edac41cafb7970d5 Mon Sep 17 00:00:00 2001 From: Marjan Date: Mon, 11 Nov 2019 16:15:17 +0100 Subject: [PATCH 17/91] Symlink modification --- guides/v2.3/rest/search-endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/rest/search-endpoint.md b/guides/v2.3/rest/search-endpoint.md index b7e0b94aa51..2b2b795d8e2 120000 --- a/guides/v2.3/rest/search-endpoint.md +++ b/guides/v2.3/rest/search-endpoint.md @@ -1 +1 @@ -guides/v2.2/rest/search-endpoint.md \ No newline at end of file +../../v2.2/rest/search-endpoint.md \ No newline at end of file From 436d1896fadbc47d6cf3267e89165f94d316085e Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 11 Nov 2019 09:34:02 -0600 Subject: [PATCH 18/91] Updated repo path --- _data/actiongroups.yml | 1166 ++++++++++++++++++++-------------------- 1 file changed, 583 insertions(+), 583 deletions(-) diff --git a/_data/actiongroups.yml b/_data/actiongroups.yml index c4cbe49ad45..e01d666d411 100644 --- a/_data/actiongroups.yml +++ b/_data/actiongroups.yml @@ -1,20 +1,20 @@ - filename: "AdminGridFilterResetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterResetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterResetActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterResetActionGroup" description: "Scrolls to the top of the page. Clicks on the 'Clear Filters' link, if present, in the Admin Grid 'Filters' section." - filename: "AdminGridFilterFillInputFieldActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterFillInputFieldActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterFillInputFieldActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterFillInputFieldActionGroup" description: "Expands the 'Filters' section of an Admin Grid page. Fills in the provided Filter Value for the provided Filter Name." - filename: "AdminSaveAndCloseActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminSaveAndCloseActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminSaveAndCloseActionGroup.xml" module: "Ui" actiongroups: - name: "AdminFormSaveAndClose" @@ -24,14 +24,14 @@ description: "Clicks on 'Save and Duplicate'. Validates that the Success Message is present and correct." - filename: "AdminGridFilterSearchResultsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterSearchResultsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterSearchResultsActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterSearchResultsByInput" description: "Filters an Admin Grid page using the provided Filter Selector and Search Value." - filename: "AdminDataGridFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridFilterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridFilterActionGroup.xml" module: "Ui" actiongroups: - name: "searchAdminDataGridByKeyword" @@ -44,7 +44,7 @@ description: "Clicks on 'Clear Filters' on an Admin Grid page." - filename: "AdminDataGridPaginationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridPaginationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridPaginationActionGroup.xml" module: "Ui" actiongroups: - name: "adminDataGridSelectPerPage" @@ -57,28 +57,28 @@ description: "Sets the provided custom 'per page' display setting on an Admin Grid page. Deletes the Items listed in a grid. Validates that the 'per page' count in NOT present." - filename: "AdminClickSearchInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml" module: "Ui" actiongroups: - name: "AdminClickSearchInGridActionGroup" description: "" - filename: "AdminGridFilterApplyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterApplyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterApplyActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterApplyActionGroup" description: "Clicks on 'Apply Filters' in the 'Filters' section of an Admin Grid page." - filename: "AdminFillInputFilterFieldActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml" module: "Ui" actiongroups: - name: "AdminFillInputFilterFieldActionGroup" description: "" - filename: "AdminUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" module: "Braintree" actiongroups: - name: "GoToAllUsers" @@ -88,14 +88,14 @@ description: "Creates a User using the NewAdmin User Entity and User Role Entity. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "StorefrontFillCartDataActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/StorefrontFillCartDataActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/StorefrontFillCartDataActionGroup.xml" module: "Braintree" actiongroups: - name: "StorefrontFillCartDataActionGroup" description: "Fills Cart Data with Braintree using the provided Data Entity." - filename: "ConfigureBraintreeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/ConfigureBraintreeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/ConfigureBraintreeActionGroup.xml" module: "Braintree" actiongroups: - name: "ConfigureBraintree" @@ -105,7 +105,7 @@ description: "Disables the Braintree and BraintreePaypal configuration settings via the CLI." - filename: "AdminRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminRoleActionGroup.xml" module: "Braintree" actiongroups: - name: "GoToUserRoles" @@ -118,49 +118,49 @@ description: "Deletes a User Role that contains the text 'Role'. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "AdminOrderBraintreeFillActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminOrderBraintreeFillActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminOrderBraintreeFillActionGroup.xml" module: "Braintree" actiongroups: - name: "AdminOrderBraintreeFillActionGroup" description: "Fills in the Payment Method using Braintree details. PLEASE NOTE: The Braintree details are Hardcoded using 'PaymentAndShippingInfo'." - filename: "AdminProductAddFPTValueActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Weee/Test/Mftf/ActionGroup/AdminProductAddFPTValueActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Weee/Test/Mftf/ActionGroup/AdminProductAddFPTValueActionGroup.xml" module: "Weee" actiongroups: - name: "AdminProductAddFPTValueActionGroup" description: "Adds the provided FPT details (Attribute Code, Country, State and Value) on the Admin Product creation/edit page." - filename: "StorefrontFillContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontFillContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontFillContactUsFormActionGroup.xml" module: "Contact" actiongroups: - name: "StorefrontFillContactUsFormActionGroup" description: "Fills Name, Email and Comment on the Storefront 'Contact Us' page." - filename: "StorefrontSubmitContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontSubmitContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontSubmitContactUsFormActionGroup.xml" module: "Contact" actiongroups: - name: "StorefrontSubmitContactUsFormActionGroup" description: "Clicks on the 'Submit' button on the Storefront 'Contact Us' page." - filename: "AssertMessageContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/AssertMessageContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/AssertMessageContactUsFormActionGroup.xml" module: "Contact" actiongroups: - name: "AssertMessageContactUsFormActionGroup" description: "Validates that the provided Message appears in the correct Message Type on the Storefront 'Contact Us' page." - filename: "StorefrontOpenContactUsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontOpenContactUsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontOpenContactUsPageActionGroup.xml" module: "Contact" actiongroups: - name: "StorefrontOpenContactUsPageActionGroup" description: "Goes to the Storefront 'Contact Us' page." - filename: "AdminCreateWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" module: "Widget" actiongroups: - name: "AdminCreateWidgetActionGroup" @@ -179,21 +179,21 @@ description: "EXTENDS: AdminCreateWidgetActionGroup. Creates a Product List Widget using the provided Product. Validates that the Success Message is present and correct." - filename: "AdminWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminWidgetActionGroup.xml" module: "Widget" actiongroups: - name: "AdminCreateWidgetWithBlockActionGroup" description: "Goes to the Admin Widgets creation page. Creates the provided Widget which includes the provided Block. Clicks on Save. Validates that the Success Message is preset and correct." - filename: "AdminCreateAndSaveWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateAndSaveWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateAndSaveWidgetActionGroup.xml" module: "Widget" actiongroups: - name: "AdminCreateAndSaveWidgetActionGroup" description: "EXTENDS: AdminCreateWidgetActionGroup. Clicks on Save. Validates that the Success Message is present and correct." - filename: "ClearCacheActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml" module: "PageCache" actiongroups: - name: "ClearCacheActionGroup" @@ -203,14 +203,14 @@ description: "Goes to the Admin Cache Management page. Selects 'Refresh'. Checks the 'Page Cache' row. Clicks on Submit." - filename: "ClearPageCacheActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearPageCacheActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearPageCacheActionGroup.xml" module: "PageCache" actiongroups: - name: "ClearPageCacheActionGroup" description: "Goes to the Admin Cache Management page. Selects 'Refresh'. Checks the 'Page Cache' row. Clicks on Submit." - filename: "CreateOrderToPrintPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateOrderToPrintPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateOrderToPrintPageActionGroup.xml" module: "Sales" actiongroups: - name: "CreateOrderToPrintPageActionGroup" @@ -220,35 +220,35 @@ description: "EXTENDS: CreateOrderToPrintPageActionGroup. Clicks on 'Check / Money Order'." - filename: "AdminAddToOrderConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderConfigurableProductActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderConfigurableProductActionGroup" description: "" - filename: "AssertOrderButtonsAvailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderButtonsAvailableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderButtonsAvailableActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderButtonsAvailableActionGroup" description: "Validates that the primary buttons appear on the Admin Order edit page." - filename: "AdminSubmitOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminSubmitOrderActionGroup" description: "" - filename: "AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertRefundOrderStatusCommentsHistoryActionGroup" description: "Clicks on the 'Comments History' on Admin View Order page. Validates that the provided Order Status and Refund message are present and correct." - filename: "AdminCreditMemoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreditMemoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreditMemoActionGroup.xml" module: "Sales" actiongroups: - name: "verifyBasicCreditMemoInformation" @@ -267,35 +267,35 @@ description: "" - filename: "AdminSelectFlatRateShippingMethodActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSelectFlatRateShippingMethodActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSelectFlatRateShippingMethodActionGroup.xml" module: "Sales" actiongroups: - name: "AdminSelectFlatRateShippingMethodActionGroup" description: "" - filename: "FilterShipmentGridByOrderIdActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterShipmentGridByOrderIdActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterShipmentGridByOrderIdActionGroup.xml" module: "Sales" actiongroups: - name: "FilterShipmentGridByOrderIdActionGroup" description: "" - filename: "StorefrontFillOrdersAndReturnsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontFillOrdersAndReturnsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontFillOrdersAndReturnsFormActionGroup.xml" module: "Sales" actiongroups: - name: "StorefrontFillOrdersAndReturnsFormActionGroup" description: "" - filename: "AdminOrderFilterByOrderIdAndStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderFilterByOrderIdAndStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderFilterByOrderIdAndStatusActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOrderFilterByOrderIdAndStatusActionGroup" description: "" - filename: "AdminOrderActionOnGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionOnGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionOnGridActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOrderActionOnGridActionGroup" @@ -305,7 +305,7 @@ description: "" - filename: "AdminOrderGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderGridActionGroup.xml" module: "Sales" actiongroups: - name: "filterOrderGridById" @@ -330,84 +330,84 @@ description: "EXTENDS: filterOrderGridById. Clicks on the 1st row of the Admin Orders grid." - filename: "AdminOrderStatusFormFillAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderStatusFormFillAndSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderStatusFormFillAndSaveActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOrderStatusFormFillAndSave" description: "Fills in the provided Status and Label on the Admin Order Status section." - filename: "AdminAssertRefundInRefundsGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundInRefundsGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundInRefundsGridActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertRefundInRefundsGridActionGroup" description: "Goes to the Admin Credit Memo grid page. Filters the grid for the provided Order ID, Memo ID, Refund Status and Refunded Total. Validates that the provided details are present and correct." - filename: "CreateNewOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateNewOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateNewOrderActionGroup.xml" module: "Sales" actiongroups: - name: "useBraintreeForMasterCard" description: "Selects 'Braintree' as the Payment Method on the Admin New Order creation page. Enters Credit Card details. PLEASE NOTE: The Credit Card details used are Hardcoded using 'PaymentAndShippingInfo'." - filename: "StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" module: "Sales" actiongroups: - name: "AssertSalesPrintOrderBillingAddress" description: "" - filename: "AdminAddToOrderDownloadableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderDownloadableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderDownloadableProductActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderDownloadableProductActionGroup" description: "" - filename: "AssertOrderStatusFormSaveSuccessActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveSuccessActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveSuccessActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderStatusFormSaveSuccess" description: "Validates that the Success Message is present and correct." - filename: "FilterOrderStatusByLabelAndCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterOrderStatusByLabelAndCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterOrderStatusByLabelAndCodeActionGroup.xml" module: "Sales" actiongroups: - name: "FilterOrderStatusByLabelAndCodeActionGroup" description: "" - filename: "AssertOrderStatusExistsInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusExistsInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusExistsInGridActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderStatusExistsInGrid" description: "Validates that the provided Order Status and Label are present in the Admin Orders grid." - filename: "AdminApplyCouponToOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminApplyCouponToOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminApplyCouponToOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminApplyCouponToOrderActionGroup" description: "" - filename: "SelectActionForOrdersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/SelectActionForOrdersActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/SelectActionForOrdersActionGroup.xml" module: "Sales" actiongroups: - name: "SelectActionForOrdersActionGroup" description: "" - filename: "AdminAssertOrderAvailableButtonsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertOrderAvailableButtonsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertOrderAvailableButtonsActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertOrderAvailableButtonsActionGroup" description: "" - filename: "AdminOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml" module: "Sales" actiongroups: - name: "navigateToNewOrderPageNewCustomer" @@ -504,14 +504,14 @@ description: "Goes to the Admin Create New Order page. Selects the provided Customer. Adds the provided Product to the Order. Clicks on Submit Order. Validates that the Success Message is present and correct." - filename: "AdminAssertProductQtyInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertProductQtyInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertProductQtyInGridActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertProductQtyInGridActionGroup" description: "Goes tot he Admin Catalog Product grid page. Filters the grid based on the provided Product SKU. Validates that the provided Product Qty is present." - filename: "AdminCreateInvoiceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreateInvoiceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreateInvoiceActionGroup.xml" module: "Sales" actiongroups: - name: "AdminCreateInvoiceActionGroup" @@ -524,7 +524,7 @@ description: "" - filename: "AdminInvoiceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminInvoiceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminInvoiceActionGroup.xml" module: "Sales" actiongroups: - name: "verifyBasicInvoiceInformation" @@ -555,28 +555,28 @@ description: "" - filename: "AdminAddToOrderCouponCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderCouponCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderCouponCodeActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderCouponCodeActionGroup" description: "" - filename: "AdminShipThePendingOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminShipThePendingOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminShipThePendingOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminShipThePendingOrderActionGroup" description: "" - filename: "AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderStatusFormSaveDuplicateError" description: "Validates that the 'Duplicate Order' Error Message is present and correct." - filename: "AdminOpenAndFillCreditMemoRefundActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenAndFillCreditMemoRefundActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenAndFillCreditMemoRefundActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOpenAndFillCreditMemoRefundActionGroup" @@ -586,28 +586,28 @@ description: "EXTENDS: AdminOpenAndFillCreditMemoRefundActionGroup. Checks 'Return to Stock'." - filename: "AdminFilterProductInCreateOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminFilterProductInCreateOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminFilterProductInCreateOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminFilterProductInCreateOrderActionGroup" description: "" - filename: "AdminAddToOrderBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderBundleProductActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderBundleProductActionGroup" description: "" - filename: "StorefrontOrderActionGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontOrderActionGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontOrderActionGroupActionGroup.xml" module: "Sales" actiongroups: - name: "StorefrontSearchGuestOrderActionGroup" description: "Goes to the Storefront Customer Orders and Returns page. Fills in the provided Order ID, Billing Last Name and Email. Clicks on Continue. Validates that the URL is correct." - filename: "StorefrontProductVideoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/StorefrontProductVideoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/StorefrontProductVideoActionGroup.xml" module: "ProductVideo" actiongroups: - name: "assertProductVideoStorefrontProductPage" @@ -617,7 +617,7 @@ description: "Validates that the provided Video is NOT present on the Storefront Product page." - filename: "AdminProductVideoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AdminProductVideoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AdminProductVideoActionGroup.xml" module: "ProductVideo" actiongroups: - name: "addProductVideo" @@ -633,28 +633,28 @@ description: "Validates that the provided Video is NOT present on the Admin Product creation/edit page." - filename: "AdminChangeInstantPurchaseButtonTextActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseButtonTextActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseButtonTextActionGroup.xml" module: "InstantPurchase" actiongroups: - name: "AdminChangeInstantPurchaseButtonTextActionGroup" description: "" - filename: "AdminOpenInstantPurchaseConfigPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminOpenInstantPurchaseConfigPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminOpenInstantPurchaseConfigPageActionGroup.xml" module: "InstantPurchase" actiongroups: - name: "AdminOpenInstantPurchaseConfigPageActionGroup" description: "" - filename: "AdminChangeInstantPurchaseStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseStatusActionGroup.xml" module: "InstantPurchase" actiongroups: - name: "AdminChangeInstantPurchaseStatusActionGroup" description: "" - filename: "StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" module: "Persistent" actiongroups: - name: "StorefrontAssertPersistentCustomerWelcomeMessageActionGroup" @@ -664,14 +664,14 @@ description: "" - filename: "StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" module: "Persistent" actiongroups: - name: "StorefrontAssertPersistentRegistrationPageFields" description: "" - filename: "StorefrontCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" module: "Persistent" actiongroups: - name: "CustomerLoginOnStorefrontWithRememberMeChecked" @@ -687,49 +687,49 @@ description: "" - filename: "AssertElementInTranslateInlineModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Translation/Test/Mftf/ActionGroup/AssertElementInTranslateInlineModeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Translation/Test/Mftf/ActionGroup/AssertElementInTranslateInlineModeActionGroup.xml" module: "Translation" actiongroups: - name: "AssertElementInTranslateInlineModeActionGroup" description: "" - filename: "AdminTranslateElementActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Translation/Test/Mftf/ActionGroup/AdminTranslateElementActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Translation/Test/Mftf/ActionGroup/AdminTranslateElementActionGroup.xml" module: "Translation" actiongroups: - name: "AdminTranslateElementActionGroup" description: "" - filename: "AdminOpenNewVariablePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenNewVariablePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenNewVariablePageActionGroup.xml" module: "Variable" actiongroups: - name: "AdminOpenNewVariablePageActionGroup" description: "" - filename: "AdminFilterVariableGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFilterVariableGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFilterVariableGridActionGroup.xml" module: "Variable" actiongroups: - name: "AdminFilterVariableGridActionGroup" description: "" - filename: "AdminNavigateToVariablePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminNavigateToVariablePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminNavigateToVariablePageActionGroup.xml" module: "Variable" actiongroups: - name: "AdminNavigateToVariablePageByCodeActionGroup" description: "" - filename: "AdminOpenVariablesGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenVariablesGridPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenVariablesGridPageActionGroup.xml" module: "Variable" actiongroups: - name: "AdminOpenVariablesGridPageActionGroup" description: "" - filename: "CreateCustomVariableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/CreateCustomVariableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/CreateCustomVariableActionGroup.xml" module: "Variable" actiongroups: - name: "CreateCustomVariableActionGroup" @@ -739,28 +739,28 @@ description: "Goes to the Custom Variable grid page. Deletes the Custom Variable. PLEASE NOTE: The Custom Variable that is deleted is Hardcoded using 'customVariable'." - filename: "AdminFillVariableFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFillVariableFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFillVariableFormActionGroup.xml" module: "Variable" actiongroups: - name: "AdminFillVariableFormActionGroup" description: "" - filename: "AssertAdminCustomVariableFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableFormActionGroup.xml" module: "Variable" actiongroups: - name: "AssertAdminCustomVariableFormActionGroup" description: "" - filename: "AssertAdminCustomVariableInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableInGridActionGroup.xml" module: "Variable" actiongroups: - name: "AssertAdminCustomVariableInGridActionGroup" description: "" - filename: "ConfigWebUrlOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWebUrlOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWebUrlOptionsActionGroup.xml" module: "Config" actiongroups: - name: "EnableWebUrlOptions" @@ -770,21 +770,21 @@ description: "Goes to the 'Configuration' page for 'Url Options'. Disables 'Add Store Code to Urls'. Clicks on the Save button." - filename: "AdminConfigCreateNewAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigCreateNewAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigCreateNewAccountActionGroup.xml" module: "Config" actiongroups: - name: "SetGroupForValidVATIdIntraUnionActionGroup" description: "Goes to the 'Configuration' page for 'Customer Configuration'. Sets the 'Group For Valid VAT ID Intra Union' option. Clicks on the Save button. Validates the the Save message is present." - filename: "SwitcherActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/SwitcherActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/SwitcherActionGroup.xml" module: "Config" actiongroups: - name: "SwitchToVersion4ActionGroup" description: "Goes to the 'Configuration' page for 'Content Management'. Sets the 'WYSIWYG Editor' to 'TinyMCE 4'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - filename: "GeneralConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/GeneralConfigurationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/GeneralConfigurationActionGroup.xml" module: "Config" actiongroups: - name: "NavigateToDefaultLayoutsSetting" @@ -803,7 +803,7 @@ description: "Goes to the 'Configuration' page for 'General'. Selects the provided Countries under 'State is Required for'. Clicks on the Save button." - filename: "ConfigWYSIWYGActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWYSIWYGActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWYSIWYGActionGroup.xml" module: "Config" actiongroups: - name: "EnabledWYSIWYG" @@ -822,21 +822,21 @@ description: "Goes to the 'Configuration' page for 'Content Management'. Sets 'Enable WYSIWYG Editor' to 'Enabled by Default'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" module: "Config" actiongroups: - name: "RestoreLayoutSetting" description: "Goes to the 'Configuration' page for 'Web'. Clicks on the Save button." - filename: "AdminSaveConfigActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml" module: "Config" actiongroups: - name: "AdminSaveConfigActionGroup" description: "" - filename: "ConfigSalesTaxClassActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigSalesTaxClassActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigSalesTaxClassActionGroup.xml" module: "Config" actiongroups: - name: "SetTaxClassForShipping" @@ -852,7 +852,7 @@ description: "Goes to the 'Configuration' page for 'Tax'. Sets 'Apply Tax On' to the provided value. Clicks on the Save button." - filename: "ConfigAdminCatalogSearchActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminCatalogSearchActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminCatalogSearchActionGroup.xml" module: "Config" actiongroups: - name: "ChooseElasticSearchAsSearchEngine" @@ -862,7 +862,7 @@ description: "Goes to the 'Configuration' page for 'Catalog'. Sets the 'Search Engine' to 'mysql'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - filename: "ConfigAdminAccountSharingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminAccountSharingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminAccountSharingActionGroup.xml" module: "Config" actiongroups: - name: "ConfigAdminAccountSharingActionGroup" @@ -875,42 +875,42 @@ description: "Disables 'Admin Account Sharing' via the API." - filename: "AdminFillIntegrationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminFillIntegrationFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminFillIntegrationFormActionGroup.xml" module: "Integration" actiongroups: - name: "AdminFillIntegrationFormActionGroup" description: "" - filename: "AdminOpenNewIntegrationPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminOpenNewIntegrationPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminOpenNewIntegrationPageActionGroup.xml" module: "Integration" actiongroups: - name: "AdminOpenNewIntegrationPageActionGroup" description: "" - filename: "AdminSaveIntegrationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminSaveIntegrationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminSaveIntegrationActionGroup.xml" module: "Integration" actiongroups: - name: "AdminClickSaveButtonIntegrationFormActionGroup" description: "" - filename: "ApplyCouponOnPaymentPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Payment/Test/Mftf/ActionGroup/ApplyCouponOnPaymentPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Payment/Test/Mftf/ActionGroup/ApplyCouponOnPaymentPageActionGroup.xml" module: "Payment" actiongroups: - name: "ApplyCouponOnPaymentPageActionGroup" description: "Adds the provided Coupon Code on the Storefront Shopping Cart page. Validates that the Discount Verification Message is present and correct." - filename: "AdminSetBaseCurrencyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CurrencySymbol/Test/Mftf/ActionGroup/AdminSetBaseCurrencyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CurrencySymbol/Test/Mftf/ActionGroup/AdminSetBaseCurrencyActionGroup.xml" module: "CurrencySymbol" actiongroups: - name: "AdminSetBaseCurrencyActionGroup" description: "" - filename: "AdminCatalogSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminCatalogSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminCatalogSearchTermActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "AssertSearchTermSaveSuccessMessage" @@ -923,14 +923,14 @@ description: "Goes to the Catalog Search Term grid page. Searches for the provided Search Term. Validates that it is NOT present in the grid." - filename: "AdminSetMinimalQueryLengthActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminSetMinimalQueryLengthActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminSetMinimalQueryLengthActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "SetMinimalQueryLengthActionGroup" description: "Goes to the 'Configuration' page for 'Catalog'. Sets the Minimal Query Length. CLicks on the Save button." - filename: "StorefrontCatalogSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchTermActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "AssertSearchTermNotOnFrontend" @@ -940,7 +940,7 @@ description: "Fills the Storefront Search field with the provided Search Query. Clicks on Search. Validates that the URL is correct." - filename: "StorefrontCatalogSearchActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "StorefrontCheckQuickSearchActionGroup" @@ -998,7 +998,7 @@ description: "Validates that the 'No Results' message is present and correct on the Storefront Search Results page. PLEASE NOTE: The expected message is Hardcoded." - filename: "AdminProductGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductGridActionGroup.xml" module: "Catalog" actiongroups: - name: "resetProductGridToDefaultView" @@ -1077,28 +1077,28 @@ description: "Deletes all Products in the Admin Products grid." - filename: "DeleteProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductActionGroup.xml" module: "Catalog" actiongroups: - name: "DeleteProductActionGroup" description: "Deletes the provided Product Name from the Product grid page." - filename: "AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertDontSeeProductDetailsOnStorefrontActionGroup" description: "Validates that the provided Product Info does NOT appear in the Product Number on a Storefront Category page." - filename: "StorefrontAssertProductNameOnProductMainPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductMainPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductMainPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductNameOnProductMainPageActionGroup" description: "Validates that the provided Product Name is present and correct on a Storefront Category page." - filename: "CustomOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CustomOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CustomOptionsActionGroup.xml" module: "Catalog" actiongroups: - name: "CreateCustomRadioOptions" @@ -1135,7 +1135,7 @@ description: "" - filename: "StorefrontCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "GoToStorefrontCategoryPageByParameters" @@ -1160,7 +1160,7 @@ description: "Goes to the Storefront page. Open the Parent Category menu in the Top Nav Menu. Click on a Subcategory. Validate that the Subcategory is present and correct." - filename: "AssertProductInStorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductInStorefrontProductPage" @@ -1173,21 +1173,21 @@ description: "Goes to the Storefront Product page for the provided Product. Validates that the Product details are present and correct." - filename: "AssertProductInStorefrontCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductInStorefrontCategoryPage" description: "Goes to Storefront Category page for the provided Category. Validates that the Product details are present and correct." - filename: "OpenStoreFrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStoreFrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStoreFrontProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenStoreFrontProductPageActionGroup" description: "" - filename: "AddProductToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddProductToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddProductToCartActionGroup.xml" module: "Catalog" actiongroups: - name: "AddSimpleProductToCart" @@ -1197,63 +1197,63 @@ description: "" - filename: "AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddTitleAndPriceValueToCustomOptionActionGroup" description: "Clicks on 'Add Option'. Fills in the provided Custom Option Title/Type on the Admin Product creation/edit page under the 'Customizable Options' section." - filename: "StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup" description: "" - filename: "AdminOpenAttributeSetGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenAttributeSetGridPageActionGroup" description: "" - filename: "AssertSubTotalOnStorefrontMinicartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertSubTotalOnStorefrontMinicartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertSubTotalOnStorefrontMinicartActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertSubTotalOnStorefrontMiniCartActionGroup" description: "Validates that the provided Sub Total is present in the Storefront Mini Shopping Cart." - filename: "AdminSetProductDesignSettingsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetProductDesignSettingsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetProductDesignSettingsActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminSetProductDesignSettingsActionGroup" description: "" - filename: "AdminCreateRootCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateRootCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateRootCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCreateRootCategory" description: "Requires navigation to Category creation. Adds a new root category and asserts on creation." - filename: "StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup" description: "EXTENDS: AssertStorefrontProductPricesActionGroup. Selects the provided Custom Product Option on a Storefront Product page." - filename: "AdminUnassignProductInWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignProductInWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignProductInWebsiteActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminUnassignProductInWebsiteActionGroup" description: "" - filename: "AdminAddAdvancedPricingToTheProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddAdvancedPricingToTheProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddAdvancedPricingToTheProductActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddAdvancedPricingToTheProductActionGroup" @@ -1263,70 +1263,70 @@ description: "EXTENDS: AdminAddAdvancedPricingToTheProductActionGroup. Removes 'selectProductTierPriceCustomerGroupInput'. Selects the provided Group Price at the provided Index for B2B." - filename: "AssertStorefrontProductPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontProductPricesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontProductPricesActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertStorefrontProductPricesActionGroup" description: "Validates that the provided Product Price and Final Product Price are present on the Storefront Product page." - filename: "StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductSpecialPriceOnProductPageActionGroup" description: "Goes to the provided Storefront Product page. Validates that the provided Special Price is present and correct." - filename: "StorefrontOpenProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontOpenProductPageActionGroup" description: "Goes to the Storefront Product page for the provided Product URL." - filename: "AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertErrorMessageAfterDeletingWebsiteActionGroup" description: "Goes to the Admin Products grid page. Clicks on Ok. Validates that the provided Error Message is present and correct." - filename: "AdminCreateCustomDropDownOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateCustomDropDownOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateCustomDropDownOptionsActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCreateCustomDropDownOptionsActionGroup" description: "Clicks on 'Add Option'. Adds the 2 provided Options under the provided Custom Option Name to a Product on the Admin Product creation/edit page under the 'Customizable Options' section." - filename: "AssertProductOnAdminGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductOnAdminGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductOnAdminGridActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductOnAdminGridActionGroup" description: "EXTENDS: viewProductInAdminGrid. Removes the 'clickClearFiltersAfter' step from the Action Group." - filename: "AdminAddProductCustomOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddProductCustomOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddProductCustomOptionActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddProductCustomOptionActionGroup" description: "Adds the provided Custom Option Title/Type to a Product on the Admin Product creation/edit page under the 'Customizable Options' section." - filename: "AdminAddMinimumAdvertisedPriceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddMinimumAdvertisedPriceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddMinimumAdvertisedPriceActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddMinimumAdvertisedPriceActionGroup" description: "Clicks 'Advanced Pricing' on the Admin Product creation/edit page. Fills in the provided MSRP details. Clicks on Done." - filename: "StorefrontNavigateCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontNavigateCategoryPageActionGroup" description: "" - filename: "SearchForProductOnBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchForProductOnBackendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchForProductOnBackendActionGroup.xml" module: "Catalog" actiongroups: - name: "SearchForProductOnBackendActionGroup" @@ -1339,35 +1339,35 @@ description: "Goto the Product grid page. Clear the Search Filters for the grid." - filename: "AdminSubmitAdvancedInventoryFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSubmitAdvancedInventoryFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSubmitAdvancedInventoryFormActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminSubmitAdvancedInventoryFormActionGroup" description: "Clicks on Done on the Admin Product creation/edit page on the 'Advanced Inventory' panel." - filename: "StorefrontOpenHomePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenHomePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenHomePageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontOpenHomePageActionGroup" description: "Goes to the Storefront Homepage." - filename: "AdminUnassignCategoryOnProductAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignCategoryOnProductAndSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignCategoryOnProductAndSaveActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminUnassignCategoryOnProductAndSaveActionGroup" description: "" - filename: "OpenProductFromCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductFromCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductFromCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenProductFromCategoryPageActionGroup" description: "Goto the provided Category page. Click on the provided Product page." - filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontCheckSimpleProduct" @@ -1386,14 +1386,14 @@ description: "Validates that the provided Product Image is not present." - filename: "AdminCreateWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCreateRecentlyProductsWidgetActionGroup" description: "EXTENDS: AdminCreateWidgetActionGroup. Adds Product Attributes/Buttons to a Widget. Clicks on the Save button." - filename: "AdminProductAttributeSetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeSetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeSetActionGroup.xml" module: "Catalog" actiongroups: - name: "AssignAttributeToGroup" @@ -1424,42 +1424,42 @@ description: "Deletes the provided Attribute Set Name from the Attribute Sets grid page." - filename: "CreateNewProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CreateNewProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CreateNewProductActionGroup.xml" module: "Catalog" actiongroups: - name: "CreateNewProductActionGroup" description: "Goes to the Product creation/edit page. Fills in Product Name, Price and Quantity. Then Saves the work." - filename: "OpenStorefrontProductPageByProductNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenStorefrontProductPageByProductNameActionGroup" description: "" - filename: "AdminOpenNewProductFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenNewProductFormPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenNewProductFormPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenNewProductFormPageActionGroup" description: "Goes to the Product creation/edit page for the provided Product Type and Attribute Set ID." - filename: "AssertProductDetailsOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductDetailsOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductDetailsOnStorefrontActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductDetailsOnStorefrontActionGroup" description: "Validates that the provided Product Info does NOT appear in the Product Number on a Storefront Category page." - filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" module: "Catalog" actiongroups: - name: "RestoreLayoutSetting" description: "Goes to the 'Configuration' page for 'Web'. Selects 'No layout updates' for the Default Product/Category Layouts." - filename: "AdminProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeActionGroup.xml" module: "Catalog" actiongroups: - name: "navigateToCreatedProductAttribute" @@ -1535,28 +1535,28 @@ description: "EXTENDS: createAttributeDropdownNthOption. Checks the 'Is Default' option." - filename: "AdminProductAttributeMassUpdateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeMassUpdateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeMassUpdateActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminUpdateProductNameAndDescriptionAttributes" description: "" - filename: "StorefrontAddProductToCartWithQtyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCartWithQtyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCartWithQtyActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddProductToCartWithQtyActionGroup" description: "Fills in the provided Product Quantity. Clicks on Add To Cart. Validates that the Success Message is present." - filename: "SearchAndMultiselectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAndMultiselectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAndMultiselectActionGroup.xml" module: "Catalog" actiongroups: - name: "searchAndMultiSelectActionGroup" description: "Search for and select multiple items in the Magento dropdown UI component." - filename: "AdminCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "CreateCategory" @@ -1629,21 +1629,21 @@ description: "Requires navigation to subcategory creation/edit. Fills the name, and sets the Search Engine Optimization for the category." - filename: "AssertAttributeDeletionErrorMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAttributeDeletionErrorMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAttributeDeletionErrorMessageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertAttributeDeletionErrorMessageActionGroup" description: "Validates that the Error Message is present and correct on the Backend Admin Attribute Sets creation/edit page when you try to delete an Attribute Set assigned to a Configurable Product. PLEASE NOTE: The Error Message is hardcoded." - filename: "AssertStorefrontCustomProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertStorefrontCustomProductAttributeActionGroup" description: "" - filename: "StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup" @@ -1653,21 +1653,21 @@ description: "" - filename: "DeleteProductAttributeByAttributeCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductAttributeByAttributeCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductAttributeByAttributeCodeActionGroup.xml" module: "Catalog" actiongroups: - name: "DeleteProductAttributeByAttributeCodeActionGroup" description: "Delete a Product Attribute from the Product Attribute creation/edit page." - filename: "AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductAttributePresenceInCatalogProductGridActionGroup" description: "Validates that the provided Attributes Sets is present on the Backend Attribute Sets grid." - filename: "AdminProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml" module: "Catalog" actiongroups: - name: "goToCreateProductPage" @@ -1815,14 +1815,14 @@ description: "" - filename: "AdminFillAdvancedInventoryQtyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryQtyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryQtyActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminFillAdvancedInventoryQtyActionGroup" description: "Fills in the provided Quantity for the 'Qty' option in 'Advanced Inventory' panel on the Admin Product creation/edit page." - filename: "AdminFillProductAttributePropertiesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminFillProductAttributePropertiesActionGroup" @@ -1832,42 +1832,42 @@ description: "" - filename: "AssertProductInfoOnEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInfoOnEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInfoOnEditPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductInfoOnEditPageActionGroup" description: "Validate that the provided Product details are correct on the Product creation/edit page." - filename: "AdminClickOnAdvancedInventoryLinkActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickOnAdvancedInventoryLinkActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickOnAdvancedInventoryLinkActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminClickOnAdvancedInventoryLinkActionGroup" description: "Clicks on the 'Advanced Inventory' link on the Admin Product creation/edit page." - filename: "StorefrontAssertProductPriceOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductPriceOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductPriceOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductPriceOnProductPageActionGroup" description: "Validate that the provided Product Price is present and correct." - filename: "AdminSwitchProductGiftMessageStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSwitchProductGiftMessageStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSwitchProductGiftMessageStatusActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminSwitchProductGiftMessageStatusActionGroup" description: "" - filename: "StorefrontCheckProductPriceInCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductPriceInCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductPriceInCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontCheckProductPriceInCategoryActionGroup" description: "EXTENDS: StorefrontCheckCategorySimpleProduct. Removes 'AssertProductPrice'. Validates that the provided Product Price is present and correct on a Storefront Product page." - filename: "StorefrontAssertProductInWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductInWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductInWidgetActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductInRecentlyViewedWidgetActionGroup" @@ -1880,119 +1880,119 @@ description: "Validate that the provided Product appears in the Recently Ordered Products widget." - filename: "StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup" description: "EXTENDS: AssertStorefrontProductPricesActionGroup. Clicks on the provided Custom Option on a Storefront Product page." - filename: "StorefrontAssertProductSkuOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSkuOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSkuOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductSkuOnProductPageActionGroup" description: "Validate that the provided Product Sku is present and correct." - filename: "AdminAssignCategoryToProductAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignCategoryToProductAndSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignCategoryToProductAndSaveActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssignCategoryToProductAndSaveActionGroup" description: "" - filename: "AdminOpenProductAttributePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenProductAttributePageActionGroup" description: "" - filename: "StorefrontAssertCustomOptionByTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertCustomOptionByTitleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertCustomOptionByTitleActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertCustomOptionByTitleActionGroup" description: "Validates that the provided Product Option Title is present on the Storefront Product page." - filename: "AddWebsiteToProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddWebsiteToProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddWebsiteToProductActionGroup.xml" module: "Catalog" actiongroups: - name: "AddWebsiteToProductActionGroup" description: "Adds the provided Website to a Product on the Admin Product creation/edit page. Clicks on Save. Validates that the Success Message is present and correct." - filename: "AdminOpenAttributeSetByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenAttributeSetByNameActionGroup" description: "" - filename: "AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminFillAdvancedInventoryOutOfStockThresholdActionGroup" description: "Unchecks 'Use Config Setting' for the 'Minimum Qty Allowed in Shopping Cart' option in 'Advanced Inventory' panel on the Admin Product creation/edit page. Fills in the provided Quantity." - filename: "SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" module: "Catalog" actiongroups: - name: "SearchAttributeByCodeOnProductAttributeGridActionGroup" description: "Goto the Product Attribute grid page. Search for the provided Product Attribute Code." - filename: "StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup" description: "" - filename: "AdminAnchorCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAnchorCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAnchorCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAnchorCategoryActionGroup" description: "" - filename: "AdminChangeProductSEOSettingsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminChangeProductSEOSettingsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminChangeProductSEOSettingsActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminChangeProductSEOSettingsActionGroup" description: "" - filename: "CheckItemInLayeredNavigationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckItemInLayeredNavigationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckItemInLayeredNavigationActionGroup.xml" module: "Catalog" actiongroups: - name: "CheckItemInLayeredNavigationActionGroup" description: "Expands the Product Filters on a Storefront Category page if it is not expanded." - filename: "AdminAssignProductInWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignProductInWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignProductInWebsiteActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssignProductInWebsiteActionGroup" description: "" - filename: "OpenProductAttributeFromSearchResultInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductAttributeFromSearchResultInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductAttributeFromSearchResultInGridActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenProductAttributeFromSearchResultInGridActionGroup" description: "EXTENDS: SearchAttributeByCodeOnProductAttributeGridActionGroup. Click on Edit for the provided Product Attribute Code." - filename: "AdminOpenProductIndexPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenProductIndexPageActionGroup" description: "" - filename: "StorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "addToCartFromStorefrontProductPage" @@ -2011,7 +2011,7 @@ description: "Validate that the More Information area does not contain the provided Text." - filename: "StorefrontCompareActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddCategoryProductToCompareActionGroup" @@ -2033,84 +2033,84 @@ description: "Clear the Compare Products list. Validate that the Compare Products list is empty." - filename: "StorefrontClickAddToCartOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickAddToCartOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickAddToCartOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontClickAddToCartOnProductPageActionGroup" description: "Adds a Product to the Cart. Validate that the Success Message is present." - filename: "AdminAssertProductsGridIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertProductsGridIsEmptyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertProductsGridIsEmptyActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssertProductsGridIsEmptyActionGroup" description: "" - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "Catalog" actiongroups: - name: "VerifyProductTypeOrder" description: "Clicks on the 'Add Product' toggle. Validates that the Simple/Virtual Products are listed in the correct order." - filename: "MoveCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/MoveCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/MoveCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "MoveCategoryActionGroup" description: "Move a Category on the Backend Category page." - filename: "StorefrontAssertGiftMessageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertGiftMessageFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertGiftMessageFieldsActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertGiftMessageFieldsActionGroup" description: "" - filename: "FilterProductInGridByStoreViewAndNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductInGridByStoreViewAndNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductInGridByStoreViewAndNameActionGroup.xml" module: "Catalog" actiongroups: - name: "FilterProductInGridByStoreViewAndNameActionGroup" description: "Goes to the Admin Products grid page. Filters the grid based on the provided Store View. Validates that the Product Name is present in the 1st row of the grid." - filename: "StorefrontAssertProductNameOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductNameOnProductPageActionGroup" description: "Validate that the provided Product Price is present and correct." - filename: "StorefrontAddProductReviewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductReviewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductReviewActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddProductReviewActionGroup" description: "" - filename: "StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddToCartCustomOptionsProductPageActionGroup" description: "Add a Product to the Cart. Validate that the Success Message is present." - filename: "AdminAssignImageRolesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignImageRolesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignImageRolesActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssignImageRolesActionGroup" description: "Requires the navigation to the Product Creation page. Checks the Base, Small, Thumbnail, and Swatch Roles areas for images." - filename: "CheckProductsOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckProductsOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckProductsOrderActionGroup.xml" module: "Catalog" actiongroups: - name: "CompareTwoProductsOrder" description: "Goes to the Storefront. Validates that the 2 provided Products appear in the correct order." - filename: "AdminCheckProductsInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckProductsInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckProductsInGridActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCheckProductIsMissingInCategoryProductsGrid" @@ -2120,7 +2120,7 @@ description: "" - filename: "StorefrontAssertProductImagesOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductImagesOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductImagesOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductImagesOnProductPageActionGroup" @@ -2130,7 +2130,7 @@ description: "" - filename: "StorefrontGoToCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontGoToCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontGoToCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontGoToCategoryPageActionGroup" @@ -2140,21 +2140,21 @@ description: "" - filename: "OpenEditProductOnBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenEditProductOnBackendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenEditProductOnBackendActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenEditProductOnBackendActionGroup" description: "Click on Edit for the provided Product SKU." - filename: "AdminDeleteTaxRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminDeleteTaxRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminDeleteTaxRuleActionGroup.xml" module: "Tax" actiongroups: - name: "AdminDeleteTaxRule" description: "Goes to the Admin Tax Rule grid page. Deletes the provided Tax Rule Code." - filename: "AdminTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminTaxActionGroup.xml" module: "Tax" actiongroups: - name: "editTaxConfigurationByUI" @@ -2185,14 +2185,14 @@ description: "Goes to the Admin Tax Rule creation page. Deletes the provided Tax Class." - filename: "AdminCreateTaxRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCreateTaxRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCreateTaxRuleActionGroup.xml" module: "Tax" actiongroups: - name: "AdminCreateTaxRuleActionGroup" description: "" - filename: "AdminCustomerTaxClassActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCustomerTaxClassActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCustomerTaxClassActionGroup.xml" module: "Tax" actiongroups: - name: "addCustomerTaxClass" @@ -2202,28 +2202,28 @@ description: "Goes to the Admin New Tax Rule page. Deletes the provided Tax Class Name." - filename: "StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" module: "Bundle" actiongroups: - name: "StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup" description: "Clicks 'Customize and Add to Cart' on a Storefront Bundled Product page." - filename: "BundleProductFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/BundleProductFilterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/BundleProductFilterActionGroup.xml" module: "Bundle" actiongroups: - name: "BundleProductFilter" description: "Applies a Backend Admin Grid filter for Bundle Products." - filename: "StoreFrontAddProductToCartFromBundleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StoreFrontAddProductToCartFromBundleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StoreFrontAddProductToCartFromBundleActionGroup.xml" module: "Bundle" actiongroups: - name: "StoreFrontAddProductToCartFromBundleWithCurrencyActionGroup" description: "Adds a Bundled Product to the Cart with a specified Currency Value." - filename: "AdminBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "fillMainBundleProductForm" @@ -2236,14 +2236,14 @@ description: "Clears the Grid Filters on the Catalog Grid page and applies Filter by Name and Sku. Then checks to see if the Product exists in the 1st row. Then clears the Grid Filters again for future Tests." - filename: "AdminOrderBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOrderBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOrderBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "AdminOrderConfigureBundleProduct" description: "" - filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" module: "Bundle" actiongroups: - name: "StorefrontAddCategoryBundleProductToCartActionGroup" @@ -2259,7 +2259,7 @@ description: "Selects a Bundled Product option on the Bundled Product page. PLEASE NOTE: The Quantity selection is not available in the Action Group." - filename: "EnableDisableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/EnableDisableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/EnableDisableProductActionGroup.xml" module: "Bundle" actiongroups: - name: "AncillaryPrepBundleProduct" @@ -2269,7 +2269,7 @@ description: "Clears the Backend Admin Grid Filters on the Backend Admin Product Grid page. Searches for the BundleProduct Data Entity. Then clicks on the first item in the Admin Grid. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "AdminCreateApiBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminCreateApiBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminCreateApiBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "AdminCreateApiDynamicBundleProductActionGroup" @@ -2282,28 +2282,28 @@ description: "Creates 3 products with varying prices. Creates the dynamic bundle product with specified name. Adds the multiple select, checkbox options and links to the created products. Uses the 'ApiBundleProduct' entity." - filename: "SetBundleProductAttributesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/SetBundleProductAttributesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/SetBundleProductAttributesActionGroup.xml" module: "Bundle" actiongroups: - name: "SetBundleProductAttributes" description: "Requires navigation to the Product Creation page. Fills in the arguments listed below on the product page. Saves the changes." - filename: "AdminClearFiltersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClearFiltersActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClearFiltersActionGroup.xml" module: "Bundle" actiongroups: - name: "AdminClearFiltersActionGroup" description: "Goes to the Catalog Backend Admin Grid page. Then clears the Grid Filters." - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "Bundle" actiongroups: - name: "VerifyProductTypeOrder" description: "Checks that Bundle is in the correct order in comparison to other product types on the add product dropdown." - filename: "CreateBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/CreateBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/CreateBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "CreateBasicBundleProduct" @@ -2322,35 +2322,35 @@ description: "Requires Navigation to Product Creation page. Adds Bundle Option with Six Products as specified in arguments. 'x' refers to Bundle option number. 'n' refers to the first number after x." - filename: "StorefrontSelectBundleProductDropDownOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectBundleProductDropDownOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectBundleProductDropDownOptionActionGroup.xml" module: "Bundle" actiongroups: - name: "StorefrontSelectBundleProductDropDownOptionActionGroup" description: "Selects the provided Product Name on a Storefront Bundled Product page." - filename: "AdminUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" module: "User" actiongroups: - name: "LoginNewUser" description: "Goes to the Backend Admin Login page. Fill Username and Password. Click on Sign In." - filename: "AdminDeleteUserRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteUserRoleActionGroup" description: "" - filename: "AdminClickSaveButtonOnUserFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserFormActionGroup.xml" module: "User" actiongroups: - name: "AdminClickSaveButtonOnUserFormActionGroup" description: "Clicks on the Save button on the Admin User creation/edit page." - filename: "AdminCreateUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateUserActionGroup.xml" module: "User" actiongroups: - name: "AdminCreateUserActionGroup" @@ -2363,7 +2363,7 @@ description: "" - filename: "AdminAddNewUserRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminAddNewUserRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminAddNewUserRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminAddNewUserRoleActionGroup" @@ -2373,7 +2373,7 @@ description: "" - filename: "AdminDeleteUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteUserActionGroup" @@ -2383,14 +2383,14 @@ description: "Goes to the Admin Users grid page. Deletes the provided User. Validates that the Success Message is present and correct." - filename: "AdminDeleteUserViaCurlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserViaCurlActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserViaCurlActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteUserViaCurlActionGroup" description: "" - filename: "AdminCreateRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminCreateRoleActionGroup" @@ -2406,42 +2406,42 @@ description: "Clicks on 'Add New Role'. Fills in the provided details (Role, Resource, Scope and Websites). Clicks on Save. Validates that the Success Message is present and correct." - filename: "AdminFillUserRoleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillUserRoleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillUserRoleFormActionGroup.xml" module: "User" actiongroups: - name: "AdminFillUserRoleFormActionGroup" description: "Fills in the provided Role and Current Admin Password on the Admin Roles creation/edit page." - filename: "AdminOpenNewUserPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenNewUserPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenNewUserPageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenNewUserPageActionGroup" description: "Goes to the Admin New User page." - filename: "AssertAdminUserSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AssertAdminUserSaveMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AssertAdminUserSaveMessageActionGroup.xml" module: "User" actiongroups: - name: "AssertAdminUserSaveMessageActionGroup" description: "Validates that the provided Save Message is present and correct." - filename: "AdminFillNewUserFormRequiredFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillNewUserFormRequiredFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillNewUserFormRequiredFieldsActionGroup.xml" module: "User" actiongroups: - name: "AdminFillNewUserFormRequiredFieldsActionGroup" description: "Fills in the provided User details on the New User creation page." - filename: "AdminClickSaveButtonOnUserRoleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml" module: "User" actiongroups: - name: "AdminClickSaveButtonOnUserRoleFormActionGroup" description: "Clicks on Save on the Admin Roles creation/edit page." - filename: "AdminDeleteCreatedUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedUserActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteCreatedUserActionGroup" @@ -2451,28 +2451,28 @@ description: "Deletes a User that contains the name 'John'. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "AdminOpenUserEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenUserEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenUserEditPageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenUserEditPageActionGroup" description: "" - filename: "AdminOpenForgotPasswordPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenForgotPasswordPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenForgotPasswordPageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenForgotPasswordPageActionGroup" description: "Goes to the Admin Login page. Clicks on the 'Forgot Password' link." - filename: "AdminSubmitForgotPasswordFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminSubmitForgotPasswordFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminSubmitForgotPasswordFormActionGroup.xml" module: "User" actiongroups: - name: "AdminSubmitForgotPasswordFormActionGroup" description: "Clicks on the Retrieve Password button." - filename: "AdminDeleteCreatedRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteCreatedRoleActionGroup" @@ -2482,196 +2482,196 @@ description: "" - filename: "AdminFillForgotPasswordFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillForgotPasswordFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillForgotPasswordFormActionGroup.xml" module: "User" actiongroups: - name: "AdminFillForgotPasswordFormActionGroup" description: "Fills in the provided Email Address on the Admin Forgot Password page." - filename: "AdminOpenCreateRolePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenCreateRolePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenCreateRolePageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenCreateRolePageActionGroup" description: "Goes to the Admin Roles edit page." - filename: "AdminClickFormActionButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminClickFormActionButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminClickFormActionButtonActionGroup.xml" module: "Backend" actiongroups: - name: "AdminClickFormActionButtonActionGroup" description: "" - filename: "AssertMessageInAdminPanelActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageInAdminPanelActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageInAdminPanelActionGroup.xml" module: "Backend" actiongroups: - name: "AssertMessageInAdminPanelActionGroup" description: "Validates that the provided Message appears in the provided Message Type on an Admin page." - filename: "LogoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LogoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LogoutActionGroup.xml" module: "Backend" actiongroups: - name: "logout" description: "Logout of the Backend Admin. PLEASE NOTE: This Action Group does NOT validate that you are Logged Out." - filename: "LoginAsAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAsAdminActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAsAdminActionGroup.xml" module: "Backend" actiongroups: - name: "LoginAsAdmin" description: "Login to Backend Admin using provided User Data. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - filename: "LoginAdminWithCredentialsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAdminWithCredentialsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAdminWithCredentialsActionGroup.xml" module: "Backend" actiongroups: - name: "LoginAdminWithCredentialsActionGroup" description: "Login to Backend Admin using provided Admin credentials. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - filename: "ClickSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/ClickSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/ClickSaveActionGroup.xml" module: "Backend" actiongroups: - name: "ClickSaveButtonActionGroup" description: "" - filename: "AssertAdminSuccessLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminSuccessLoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminSuccessLoginActionGroup.xml" module: "Backend" actiongroups: - name: "AssertAdminSuccessLoginActionGroup" description: "Wait for the current Admin Name to appear in the Backend Admin." - filename: "SecondaryGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SecondaryGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SecondaryGridActionGroup.xml" module: "Backend" actiongroups: - name: "deleteEntitySecondaryGrid" description: "This Action Group deletes an item from a grid based on provided Name. After Searching, the First Row is clicked." - filename: "LoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginActionGroup.xml" module: "Backend" actiongroups: - name: "LoginActionGroup" description: "Login to Backend Admin using ENV Admin credentials. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - filename: "AdminNavigateMenuActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminNavigateMenuActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminNavigateMenuActionGroup.xml" module: "Backend" actiongroups: - name: "AdminNavigateMenuActionGroup" description: "Open Backend Admin side Navigation Menu. Click on Sub-Navigation Menu item." - filename: "AssertMessageOnAdminLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageOnAdminLoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageOnAdminLoginActionGroup.xml" module: "Backend" actiongroups: - name: "AssertMessageOnAdminLoginActionGroup" description: "Validate Backend Admin Login status message is present and correct." - filename: "AdminAssertPageTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminAssertPageTitleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminAssertPageTitleActionGroup.xml" module: "Backend" actiongroups: - name: "AdminAssertPageTitleActionGroup" description: "Validate Backend Admin Grid Page Title is present and correct." - filename: "AdminFilterLegacyGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminFilterLegacyGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminFilterLegacyGridActionGroup.xml" module: "Backend" actiongroups: - name: "AdminFilterLegacyGridActionGroup" description: "" - filename: "AssertAdminDashboardPageIsVisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminDashboardPageIsVisibleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminDashboardPageIsVisibleActionGroup.xml" module: "Backend" actiongroups: - name: "AssertAdminDashboardPageIsVisibleActionGroup" description: "Validate the Backend Admin Dashboard URI is correct. Validate the Backend Admin Dashboard Title is present and correct." - filename: "AssertAdminPageIsNot404ActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminPageIsNot404ActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminPageIsNot404ActionGroup.xml" module: "Backend" actiongroups: - name: "AssertAdminPageIsNot404ActionGroup" description: "Validates that the '404 Error' message is present and correct in the Admin Page Header." - filename: "AdminResetLegacyGridFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminResetLegacyGridFilterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminResetLegacyGridFilterActionGroup.xml" module: "Backend" actiongroups: - name: "AdminResetLegacyGridFilterActionGroup" description: "" - filename: "SetWebsiteCountryOptionsToDefaultActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetWebsiteCountryOptionsToDefaultActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetWebsiteCountryOptionsToDefaultActionGroup.xml" module: "Backend" actiongroups: - name: "SetWebsiteCountryOptionsToDefaultActionGroup" description: "Sets the Website Country configuration setting to the Default values." - filename: "AssertOrderGraphImageOnDashboardActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertOrderGraphImageOnDashboardActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertOrderGraphImageOnDashboardActionGroup.xml" module: "Backend" actiongroups: - name: "AssertOrderGraphImageOnDashboardActionGroup" description: "" - filename: "SetAdminAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetAdminAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetAdminAccountActionGroup.xml" module: "Backend" actiongroups: - name: "SetAdminAccountActionGroup" description: "Update the Interface Language configuration setting using provided Interface Language." - filename: "SortByIdDescendingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SortByIdDescendingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SortByIdDescendingActionGroup.xml" module: "Backend" actiongroups: - name: "SortByIdDescendingActionGroup" description: "Sorts a Backend Admin Grid by descending order for the ID column." - filename: "AdminImportProductsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ImportExport/Test/Mftf/ActionGroup/AdminImportProductsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ImportExport/Test/Mftf/ActionGroup/AdminImportProductsActionGroup.xml" module: "ImportExport" actiongroups: - name: "AdminImportProductsActionGroup" description: "Goes to the Admin Import page. Imports the provided File. Validates that the Success Message is present and correct." - filename: "AssertStoreFrontNoQuotesMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontNoQuotesMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontNoQuotesMessageActionGroup.xml" module: "Shipping" actiongroups: - name: "AssertStoreFrontNoQuotesMessageActionGroup" description: "" - filename: "AdminChangeTableRatesShippingMethodStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml" module: "Shipping" actiongroups: - name: "AdminChangeTableRatesShippingMethodStatusActionGroup" description: "" - filename: "AssertStoreFrontShippingMethodAvailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodAvailableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodAvailableActionGroup.xml" module: "Shipping" actiongroups: - name: "AssertStoreFrontShippingMethodAvailableActionGroup" description: "" - filename: "AdminOpenShippingMethodsConfigPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminOpenShippingMethodsConfigPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminOpenShippingMethodsConfigPageActionGroup.xml" module: "Shipping" actiongroups: - name: "AdminOpenShippingMethodsConfigPageActionGroup" description: "" - filename: "AdminShipmentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentActionGroup.xml" module: "Shipping" actiongroups: - name: "verifyBasicShipmentInformation" @@ -2687,28 +2687,28 @@ description: "Clicks on the 'Submit Shipment' button on the view Admin Order Shipment page. Validates that the URL and Page Title are present and correct." - filename: "AdminChangeFlatRateShippingMethodStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeFlatRateShippingMethodStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeFlatRateShippingMethodStatusActionGroup.xml" module: "Shipping" actiongroups: - name: "AdminChangeFlatRateShippingMethodStatusActionGroup" description: "" - filename: "AssertStoreFrontShippingMethodUnavailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodUnavailableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodUnavailableActionGroup.xml" module: "Shipping" actiongroups: - name: "AssertStoreFrontShippingMethodUnavailableActionGroup" description: "" - filename: "AdminAddDownloadableLinkInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminAddDownloadableLinkInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminAddDownloadableLinkInformationActionGroup.xml" module: "Downloadable" actiongroups: - name: "AdminAddDownloadableLinkInformationActionGroup" description: "Checks 'Is this downloadable Product?'. Fills in the provided Downloadable details under the 'Downloadable Information'." - filename: "AdminDownloadableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminDownloadableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminDownloadableProductActionGroup.xml" module: "Downloadable" actiongroups: - name: "fillMainDownloadableProductForm" @@ -2727,21 +2727,21 @@ description: "Clicks on 'Add Link' under the 'Samples' section. Fills in the provided Downloadable Sample URL details." - filename: "StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" module: "Downloadable" actiongroups: - name: "StorefrontAssertDownloadableProductIsPresentInCustomerAccount" description: "Goes to the Storefront Customer Dashboard page. Clicks on 'My Downloadable Products'. Validates that the provided Product is present." - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "Downloadable" actiongroups: - name: "VerifyProductTypeOrder" description: "Validates that the 'Downloadable Product' option is present in the 'Add Product' dropdown menu on the Products grid page." - filename: "AdminExportActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup/AdminExportActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup/AdminExportActionGroup.xml" module: "CatalogImportExport" actiongroups: - name: "exportProductsFilterByAttribute" @@ -2760,35 +2760,35 @@ description: "" - filename: "OpenStoreFrontCheckoutShippingPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/OpenStoreFrontCheckoutShippingPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/OpenStoreFrontCheckoutShippingPageActionGroup.xml" module: "Checkout" actiongroups: - name: "OpenStoreFrontCheckoutShippingPageActionGroup" description: "" - filename: "StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCheckoutEstimateShippingInformationActionGroup" description: "Validates that the provided Customer details (Country, State and Zip Code) are present and correct on the Storefront Checkout page." - filename: "StorefrontAddSimpleProductToShopingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToShopingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToShopingCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddSimpleProductToShoppingCartActionGroup" description: "" - filename: "StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup" description: "Clicks on 'Go To Checkout' in the Storefront Mini Shopping Cart modal. Validates that the provided Items in Cart Text is present and correct on the Storefront Checkout page under the 'Summary' section." - filename: "FillGuestCheckoutShippingAddressFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillGuestCheckoutShippingAddressFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillGuestCheckoutShippingAddressFormActionGroup.xml" module: "Checkout" actiongroups: - name: "FillGuestCheckoutShippingAddressFormActionGroup" @@ -2798,189 +2798,189 @@ description: "" - filename: "FillShippingZipFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingZipFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingZipFormActionGroup.xml" module: "Checkout" actiongroups: - name: "FillShippingZipForm" description: "Fills in the provided Address details (Country, State and Zip Code) in the 'Estimate Shipping and Tax' section of the Storefront Shopping Cart page." - filename: "AssertStorefronElementVisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefronElementVisibleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefronElementVisibleActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontElementVisibleActionGroup" description: "Validates that the provided Selector contains the provided Value on a Storefront page." - filename: "DeleteProductFromShoppingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/DeleteProductFromShoppingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/DeleteProductFromShoppingCartActionGroup.xml" module: "Checkout" actiongroups: - name: "DeleteProductFromShoppingCartActionGroup" description: "Removes the provided Product Name from the Storefront Mini Shopping Cart. Validates that the Success Message is present and correct." - filename: "StorefrontCustomerSignInPopUpActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCustomerSignInPopUpActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCustomerSignInPopUpActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCustomerSignInPopUpActionGroup" description: "" - filename: "StorefrontAssertGuestShippingInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertGuestShippingInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertGuestShippingInfoActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertGuestShippingInfoActionGroup" description: "Validates that the provided Customer details are present and correct in the 'Shipping Address' section on the Storefront Check page." - filename: "StorefrontOpenCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontOpenCheckoutPageActionGroup" description: "Goes to the Storefront Checkout page." - filename: "CustomerCheckoutFillNewShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CustomerCheckoutFillNewShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CustomerCheckoutFillNewShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "CustomerCheckoutFillNewShippingAddressActionGroup" description: "Fills in the provided Address details in the 'Shipping Address' section on the Storefront Checkout page." - filename: "StorefrontCheckCartDiscountAndSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckCartDiscountAndSummaryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckCartDiscountAndSummaryActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckCartDiscountAndSummaryActionGroup" description: "Validates that the provided Order Total and Discount Totals are present and correct under the 'Summary' section of the Storefront Shopping Cart page." - filename: "AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertAdminEmailValidationMessageOnCheckoutActionGroup" description: "" - filename: "LoginAsCustomerOnCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml" module: "Checkout" actiongroups: - name: "LoginAsCustomerOnCheckoutPageActionGroup" description: "Fills in the provided Customer (Email and Password) details in the 'Sign In' modal on the Storefront Checkout page." - filename: "StorefrontSelectOptionDateTimeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateTimeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateTimeActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionDateTimeActionGroup" description: "Selects the provided Month, Day, Year, Hour, Minute and Part of Day for the provided Product Option on a Storefront product page." - filename: "StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontUpdateProductQtyMiniShoppingCartActionGroup" description: "Clicks on the Storefront Mini Shopping Cart icon in the Header. Fills in the provided Quantity for the provided Product in the Mini Shopping Cart. Clicks on Update." - filename: "FillNewShippingAddressModalActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillNewShippingAddressModalActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillNewShippingAddressModalActionGroup.xml" module: "Checkout" actiongroups: - name: "FillNewShippingAddressModalActionGroup" description: "EXTENDS: FillShippingAddressOneStreetActionGroup. Selects the provided State in the 'Shipping Address' section of the Storefront Checkout page." - filename: "StorefrontAssertShippingAddressPageDisplayActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingAddressPageDisplayActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingAddressPageDisplayActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertShippingAddressPageDisplayActionGroup" description: "Goes to the Storefront Checkout page. Validates that the 'Shipping Address' Title and Main Area are present." - filename: "AssertShoppingCartIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertShoppingCartIsEmptyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertShoppingCartIsEmptyActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertShoppingCartIsEmptyActionGroup" description: "Goes to the Storefront Shopping Cart page. Validates that the Empty Shopping Cart message is present and correct. PLEASE NOTE: The message is Hardcoded." - filename: "StorefrontCartEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCartEstimateShippingAndTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCartEstimateShippingAndTaxActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCartEstimateShippingAndTaxActionGroup" description: "Fills in the provided Address details (Country, State and Zip Code) under the 'Summary' section on the Storefront Shopping Cart page." - filename: "StorefrontAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddToTheCartActionGroup" description: "Scrolls to the Add To Cart button. Clicks on Add To Cart." - filename: "AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontEmailTooltipContentOnCheckoutActionGroup" description: "Clicks on the Email Address tooltip. Validates that the provided Message appears in the Email Address Tooltip." - filename: "StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup" description: "Selects the provided Customizable Option in the Product Options drop down on a Storefront Configurable product page. Clicks on Add to Cart. Validates that the Success Message is present and correct." - filename: "FillShippingAddressOneStreetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingAddressOneStreetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingAddressOneStreetActionGroup.xml" module: "Checkout" actiongroups: - name: "FillShippingAddressOneStreetActionGroup" description: "Fills in the provided Address details in the 'Shipping Address' (Fills in Street Address 1 only) section of the Storefront Checkout page." - filename: "StorefrontSelectOptionDateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionDateActionGroup" description: "Selects the provided Month, Day and Year for the provided Product Option on a Storefront Product page." - filename: "StorefrontCheckoutCheckProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckProductActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckoutCheckProductActionGroup" description: "Validates that the provided Product and Cart Item are present and correct on the Storefront Shopping Cart page." - filename: "GuestCheckoutFillNewShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "GuestCheckoutFillNewShippingAddressActionGroup" description: "Fills in the provided Customer/Address details in the 'Shipping Address' section on the Storefront Checkout page." - filename: "StorefrontAddProductToCartFromCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductToCartFromCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductToCartFromCategoryActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddProductToCartFromCategoryActionGroup" description: "" - filename: "StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertProductDetailsInOrderSummaryActionGroup" description: "Validates that the provided Product Name, Quantity and Price are present in the 'Order Summary' section on the Storefront Checkout page." - filename: "StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCheckoutShippingMethodSelectedActionGroup" description: "Validates that the provided Shipping Method is checked on the Storefront Checkout page." - filename: "StorefrontMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontMiniCartActionGroup.xml" module: "Checkout" actiongroups: - name: "clickViewAndEditCartFromMiniCart" @@ -2996,56 +2996,56 @@ description: "Validates that the provided Product Count appears in the Storefront Header next to the Shopping Cart icon. Clicks on the Mini Shopping Cart icon. Validates that the 'No Items' message is present and correct in the Storefront Mini Shopping Cart." - filename: "StorefrontFillGuestShippingInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillGuestShippingInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillGuestShippingInfoActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillGuestShippingInfoActionGroup" description: "Fills in the provided Customer details on the Storefront Checkout page under the 'Shipping Address' section." - filename: "AssertStorefrontSeeElementActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontSeeElementActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontSeeElementActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontSeeElementActionGroup" description: "Scrolls to the provided Selector. Validates that the provided Selector is present." - filename: "StorefrontSelectOptionCheckBoxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionCheckBoxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionCheckBoxActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionCheckBoxActionGroup" description: "Checks the provided Product Option Title on a Storefront Product page." - filename: "StorefrontSelectOptionDropDownActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDropDownActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDropDownActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionDropDownActionGroup" description: "Selects the provided Product Option Value under the provided Product Option Title on a Storefront Product page." - filename: "AssertStorefrontElementInvisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontElementInvisibleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontElementInvisibleActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontElementInvisibleActionGroup" description: "" - filename: "StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontRegisterCustomerAfterCheckoutActionGroup" description: "" - filename: "StorefrontFillOptionFieldInputActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionFieldInputActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionFieldInputActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillOptionFieldInputActionGroup" description: "Fills in the provided Option Title with the provided Value on a Storefront product page." - filename: "CheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "CheckoutSelectFlatRateShippingMethodActionGroup" @@ -3121,7 +3121,7 @@ description: "Clicks on the 'Place Order' button. Validates that the Success Message is present and correct." - filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddCategoryProductToCartActionGroup" @@ -3149,77 +3149,77 @@ description: "Fills in the provided Address details (Country, State and Zip Code) under the 'Summary' section on the Storefront Shopping Cart page." - filename: "ClearShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/ClearShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/ClearShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "ClearShippingAddressActionGroup" description: "Clears all of the fields for the Shipping Address section on the Storefront Checkout page." - filename: "AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontShoppingCartSummaryItemsActionGroup" description: "Goes to the Storefront Shopping Cart page. Validates that the provided Subtotal/Total are present and correct." - filename: "AssertMiniShoppingCartSubTotalActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertMiniShoppingCartSubTotalActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertMiniShoppingCartSubTotalActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertMiniShoppingCartSubTotalActionGroup" description: "Validates that the provided Subtotal (Price and Store Currency) is present and correct." - filename: "StorefrontShippmentFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontShippmentFromActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontShippmentFromActionGroup.xml" module: "Checkout" actiongroups: - name: "ShipmentFormFreeShippingActionGroup" description: "Fills in the Customer details for the 'Shipping Address' section of the Storefront Checkout page. Selects 'Free Shipping'. Clicks on Next. Validates that the URL is present and correct." - filename: "StorefrontCheckThatCartIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckThatCartIsEmptyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckThatCartIsEmptyActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckThatCartIsEmptyActionGroup" description: "Clicks on the Mini Shopping Cart icon in the Storefront Header. Validates that the 'Empty Cart' message is present and correct." - filename: "StorefrontSelectOptionTimeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionTimeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionTimeActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionTimeActionGroup" description: "Selects the provided Hour, Minute and Part of Day under the provided Product Option Title on a Storefront Product page." - filename: "StorefrontAddBundleProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddBundleProductToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddBundleProductToTheCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddBundleProductToTheCartActionGroup" description: "Clicks on 'Customize and Add to Cart' button on a Storefront Bundled product page. Adds the provided Product Name/Quantity. Clicks on Add to Cart." - filename: "StorefrontFillOptionTextAreaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionTextAreaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionTextAreaActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillOptionTextAreaActionGroup" description: "Fills in the provided Option Title with the provided Value on a Storefront product page." - filename: "AssertStorefrontCheckoutCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontCheckoutCartItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontCheckoutCartItemsActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontCheckoutCartItemsActionGroup" description: "Validates that the provided Product details (Name, SKU, Price, Subtotal and Quantity) are present and correct on the Storefront Shopping Cart page." - filename: "AdminCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AdminCheckoutSelectCheckMoneyOrderBillingMethodActionGroup" - description: "Selects the Billing Method 'Check Money order' on the Admin 'Create New Order for' page." + description: "Selects the Billing Method "Check / Money order" on the Admin 'Create New Order for' page." - filename: "VerifyCheckoutPaymentOrderSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml" module: "Checkout" actiongroups: - name: "VerifyCheckoutPaymentOrderSummaryActionGroup" @@ -3235,119 +3235,119 @@ description: "" - filename: "StorefrontSelectOptionRadioButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionRadioButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionRadioButtonActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionRadioButtonActionGroup" description: "Checks the provided Product Option radio button for the provided Product Option Price on a Storefront Product page." - filename: "StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCartEstimateShippingAndTaxActionGroup" description: "Validates that the provided Customer details (Country, State and Zip Code) are present and correct in the 'Estimate Shipping and Tax' section on the Storefront Shopping Cart page." - filename: "StorefrontSelectOptionMultiSelectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionMultiSelectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionMultiSelectActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionMultiSelectActionGroup" description: "Selects the provided Product Option under the provided Product Option Title on a Storefront Product page." - filename: "StorefrontAssertMiniCartItemCountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertMiniCartItemCountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertMiniCartItemCountActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertMiniCartItemCountActionGroup" description: "Validates that the provided Product Count appears in the Storefront Header next to the Shopping Cart icon. Validates that the provided Product Count Text appears in the Storefront Mini Shopping Cart." - filename: "StorefrontFillEmailFieldOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillEmailFieldOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillEmailFieldOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillEmailFieldOnCheckoutActionGroup" description: "Fills in the provided Email Address on the Storefront Checkout page. Double clicks on the Email tooltip." - filename: "StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertShippingMethodOptionPresentInCartActionGroup" description: "" - filename: "StorefrontClickOnMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontClickOnMiniCartActionGroup" description: "Scrolls to the Top of the Page. Clicks on the Mini Shopping Cart icon in the Storefront Header." - filename: "StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup" description: "" - filename: "StorefrontAddSimpleProductToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddSimpleProductToCartActionGroup" description: "Adds the provided Product to the Storefront Shopping Cart from a Storefront Category page. Validates that the provided Success Message is present and correct." - filename: "AssertStorefrontMiniCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontMiniCartItemsActionGroup" description: "Validates that the provided Product details (Name, Price, Subtotal and Quantity) are present and correct in the Storefront Mini Shopping Cart." - filename: "StorefrontAttachOptionFileActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAttachOptionFileActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAttachOptionFileActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAttachOptionFileActionGroup" description: "Attaches the provided File to the provided Product Option on a Storefront Product page." - filename: "StorefrontOpenMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenMiniCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontOpenMiniCartActionGroup" description: "Clicks on the Mini Shopping Cart icon in the Storefront Header." - filename: "LoginAsCustomerUsingSignInLinkActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerUsingSignInLinkActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerUsingSignInLinkActionGroup.xml" module: "Checkout" actiongroups: - name: "LoginAsCustomerUsingSignInLinkActionGroup" description: "Clicks on 'Sign In' on the Storefront Checkout page. Fills in the provided Customer details (Email and Password). Clicks on Sign In." - filename: "AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontShoppingCartSummaryWithShippingActionGroup" description: "EXTENDS: AssertStorefrontShoppingCartSummaryItemsActionGroup. Waits for the Storefront Checkout 'Shipping Methods' section to appear." - filename: "StorefrontAssertShippingMethodPresentInCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodPresentInCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodPresentInCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertShippingMethodPresentInCartActionGroup" description: "Validates that the provided Shipping Method Name is present in the 'Summary' section of the Storefront Shopping Cart page." - filename: "StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddProductWithSelectedConfigurableOptionToCartActionGroup" description: "Selects the provided Product Option in the drop down on a Storefront Configurable product page. Clicks on Add to Cart. Validates that the Success Message is present and correct." - filename: "GuestCheckoutFillNewBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewBillingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "GuestCheckoutFillNewBillingAddressActionGroup" @@ -3366,147 +3366,147 @@ description: "EXTENDS: GuestCheckoutFillNewBillingAddressActionGroup. Clicks on the provided Payment Method on the Storefront Checkout page." - filename: "StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontEnterProductQuantityAndAddToTheCartActionGroup" description: "Fills in the provided Product Quantity on a Storefront Bundled product page. Clicks on Add to Cart." - filename: "StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckoutCheckOutOfStockProductActionGroup" description: "Validates that the 'Out of Stock' Error Message is present and correct on the Storefront Checkout page for the provided Product." - filename: "AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontEmailNoteMessageOnCheckoutActionGroup" description: "Validates that the provided 'Email Address' message is present on the Storefront Checkout page under the 'Email Address' field." - filename: "AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontEmailValidationMessageOnCheckoutActionGroup" description: "Validates that the provided Error Message appears on the Storefront Checkout page after an invalid Email Addressed is inputted." - filename: "StorefrontAssertCartShippingMethodSelectedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartShippingMethodSelectedActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartShippingMethodSelectedActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCartShippingMethodSelectedActionGroup" description: "Validates that the provided Shipping Method Carrier/Method Code is checked on the Storefront Shopping Cart page." - filename: "CheckoutFillEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml" module: "Checkout" actiongroups: - name: "CheckoutFillEstimateShippingAndTaxActionGroup" description: "" - filename: "IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertThatShippingAndBillingAddressTheSame" description: "Validates that the Shipping and Billing Addresses are the same." - filename: "CaptchaFormsDisplayingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml" module: "Captcha" actiongroups: - name: "CaptchaFormsDisplayingActionGroup" description: "Navigates to store configuration page through UI and expands the CAPTCHA section under Customers > Customer Configuration." - filename: "StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontCustomerChangeEmailWithCaptchaActionGroup" description: "EXTENDS: StorefrontCustomerChangeEmailActionGroup. Fills in the Captcha field on the Storefront Customer Information page." - filename: "AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup" description: "Validate that the Captcha IS present on the Storefront Create Customer page." - filename: "AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnCustomerAccountInfoActionGroup" description: "Validate that the Captcha IS present on the Storefront Customer Account Information page." - filename: "StorefrontFillContactUsFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillContactUsFormWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillContactUsFormWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontFillContactUsFormWithCaptchaActionGroup" description: "EXTENDS: StorefrontFillContactUsFormActionGroup. Fills in the Captcha field on the Storefront Contact Us page." - filename: "StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontFillCustomerLoginFormWithCaptchaActionGroup" description: "EXTENDS: StorefrontFillCustomerLoginFormActionGroup. Fills in the Captcha field on the Storefront Customer Login page." - filename: "AssertCaptchaVisibleOnContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnContactUsFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnContactUsFormActionGroup" description: "Validate that the Captcha IS present on the Storefront Contact Us page." - filename: "AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnAdminLoginFormActionGroup" description: "Validate that the Captcha IS present on the Backend Admin Login page." - filename: "AdminLoginWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AdminLoginWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AdminLoginWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "AdminLoginWithCaptchaActionGroup" description: "EXTENDS: LoginAsAdmin. Fills in the Captcha field on the Backend Admin Login page." - filename: "AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup" description: "Validate that the Captcha is NOT present on the Backend Admin Login page." - filename: "StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup" description: "EXTENDS: StorefrontFillCustomerAccountCreationFormActionGroup. Fills in the Captcha field on the Storefront Create Customer page." - filename: "AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnCustomerLoginFormActionGroup" description: "Validate that the Captcha IS present on the Storefront Customer Login page." - filename: "StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Search/Test/Mftf/ActionGroup/StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" module: "Search" actiongroups: - name: "StoreFrontSelectDropDownSearchSuggestionActionGroup" description: "Fills the Storefront Quick Search field. Validates that the provided Search Suggestion is present and correct." - filename: "AdminSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminSearchTermActionGroup.xml" module: "Search" actiongroups: - name: "searchTermFilterBySearchQuery" @@ -3516,14 +3516,14 @@ description: "Deletes the Search Terms in the Admin Search Term grid." - filename: "AdminEditSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminEditSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminEditSearchTermActionGroup.xml" module: "Search" actiongroups: - name: "AdminFillAllSearchTermFieldsActionGroup" description: "Fills in the provided Search Term on the Admin Search Terms grid page." - filename: "AdminGroupedProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminGroupedProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminGroupedProductActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "checkRequiredFieldsInGroupedProductForm" @@ -3542,63 +3542,63 @@ description: "Adds the provided Product to a Grouped Product on an Admin Grouped Product creation/edit page." - filename: "StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "StorefrontAddThreeGroupedProductToTheCartActionGroup" description: "Goes to the provided URL for a Grouped Product. Validates that the provided Products and Quantities are present and correct." - filename: "AssertLinkPresenceOnGroupedProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AssertLinkPresenceOnGroupedProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AssertLinkPresenceOnGroupedProductPageActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "AssertLinkPresenceOnGroupedProductPage" description: "Validates that the provided Product Name is present and correct on a Storefront Grouped Product page." - filename: "AdminOrderGroupedProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminOrderGroupedProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminOrderGroupedProductActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "AdminOrderConfigureGroupedProduct" description: "" - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "VerifyProductTypeOrder" description: "Checks that Grouped is in the correct order in comparison to other product types on the add product dropdown." - filename: "AdminOpenCMSPagesGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCMSPagesGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCMSPagesGridActionGroup.xml" module: "Cms" actiongroups: - name: "AdminOpenCMSPagesGridActionGroup" description: "Goes to the Admin Pages grid page." - filename: "AssertCMSBlockContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSBlockContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSBlockContentActionGroup.xml" module: "Cms" actiongroups: - name: "AssertBlockContent" description: "Validates that the Block details are present and correct. PLEASE NOTE: The Block data is Hardcoded, using '_defaultBlock'." - filename: "AdminOpenCmsBlockActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCmsBlockActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCmsBlockActionGroup.xml" module: "Cms" actiongroups: - name: "AdminOpenCmsBlockActionGroup" description: "" - filename: "StorefrontGoToCMSPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/StorefrontGoToCMSPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/StorefrontGoToCMSPageActionGroup.xml" module: "Cms" actiongroups: - name: "StorefrontGoToCMSPageActionGroup" description: "Goes to the provided Storefront CMS Page." - filename: "ClearWidgetsFromCMSContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/ClearWidgetsFromCMSContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/ClearWidgetsFromCMSContentActionGroup.xml" module: "Cms" actiongroups: - name: "ClearWidgetsFromCMSContent" @@ -3608,28 +3608,28 @@ description: "" - filename: "AssertCMSPageNotFoundOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageNotFoundOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageNotFoundOnStorefrontActionGroup.xml" module: "Cms" actiongroups: - name: "AssertCMSPageNotFoundOnStorefrontActionGroup" description: "Validates that the 'Whoops, our bad' error message is present and correct for a Storefront CMS Page that doesn't exist." - filename: "AdminCMSPageMassActionSelectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminCMSPageMassActionSelectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminCMSPageMassActionSelectActionGroup.xml" module: "Cms" actiongroups: - name: "AdminCMSPageMassActionSelectActionGroup" description: "Selects the provided Action in the 'Mass Action' drop down menu on the Admin Pages grid." - filename: "FillOutCMSPageContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutCMSPageContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutCMSPageContentActionGroup.xml" module: "Cms" actiongroups: - name: "FillOutCMSPageContent" description: "Fills out the Page details (Page Title, Content and URL Key) on the Admin Page creation/edit page. PLEASE NOTE: The values are Hardcoded using '_duplicatedCMSPage'." - filename: "CMSActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/CMSActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CMSActionGroup.xml" module: "Cms" actiongroups: - name: "navigateToCreatedCMSPage" @@ -3663,35 +3663,35 @@ description: "Sets the provided option for 'Layout', under 'Design' on the Page creation/edit page. " - filename: "AssignBlockToCMSPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssignBlockToCMSPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssignBlockToCMSPageActionGroup.xml" module: "Cms" actiongroups: - name: "AssignBlockToCMSPage" description: "Goes to the Admin Pages grid page. Adds a Block to a CMS Page. Clicks on Save." - filename: "FillOutBlockContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutBlockContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutBlockContentActionGroup.xml" module: "Cms" actiongroups: - name: "FillOutBlockContent" description: "Fills in the Block Title, Identifier, Store View and Content. PLEASE NOTE: The values are Hardcoded using '_defaultBlock'." - filename: "AdminOpentCmsBlockActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpentCmsBlockActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpentCmsBlockActionGroup.xml" module: "Cms" actiongroups: - name: "AdminOpenCmsBlockActionGroup" description: "" - filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" module: "Cms" actiongroups: - name: "RestoreLayoutSetting" description: "Sets the 'Default Page Layout' to '1 column'. PLEASE NOTE: The value is Hardcoded." - filename: "VerifyTinyMCEActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/VerifyTinyMCEActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/VerifyTinyMCEActionGroup.xml" module: "Cms" actiongroups: - name: "VerifyTinyMCEActionGroup" @@ -3701,7 +3701,7 @@ description: "Validates that the Insert Widget and Insert Variables buttons are present." - filename: "SearchBlockOnGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/SearchBlockOnGridPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/SearchBlockOnGridPageActionGroup.xml" module: "Cms" actiongroups: - name: "searchBlockOnGridPage" @@ -3711,7 +3711,7 @@ description: "Goes to the Admin CMS Blocks page. Filters the grid based on the provided Block. Deletes the Block via the grid." - filename: "AssertCMSPageContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageContentActionGroup.xml" module: "Cms" actiongroups: - name: "AssertCMSPageContent" @@ -3721,28 +3721,28 @@ description: "Validates that the provided CMS Page Title, Content and Heading are present and correct on a Storefront CMS Page." - filename: "AssertCMSPageInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageInGridActionGroup.xml" module: "Cms" actiongroups: - name: "AssertCMSPageInGridActionGroup" description: "Validates that the provided CMS Page is present in the Admin Pages grid." - filename: "NavigateToMediaFolderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/NavigateToMediaFolderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/NavigateToMediaFolderActionGroup.xml" module: "Cms" actiongroups: - name: "NavigateToMediaFolderActionGroup" description: "Clicks on the provided Folder Name in the Storage folder tree." - filename: "AdminSelectCMSPageInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminSelectCMSPageInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminSelectCMSPageInGridActionGroup.xml" module: "Cms" actiongroups: - name: "AdminSelectCMSPageInGridActionGroup" description: "Checks the Row for the provided Identifier on the Admin Pages grid page." - filename: "SelectImageFromMediaStorageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/SelectImageFromMediaStorageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/SelectImageFromMediaStorageActionGroup.xml" module: "Cms" actiongroups: - name: "clickBrowseBtnOnUploadPopup" @@ -3773,14 +3773,14 @@ description: "Validates that the Wrong Extensions validation message is present and correct." - filename: "DeletePageByUrlKeyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeletePageByUrlKeyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeletePageByUrlKeyActionGroup.xml" module: "Cms" actiongroups: - name: "DeletePageByUrlKeyActionGroup" description: "Goes to the Admin CMS Pages page. Deletes a Page based on the provided URL Key. Validates that the Success Message is present and correct." - filename: "CreateNewPageWithAllValuesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithAllValuesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithAllValuesActionGroup.xml" module: "Cms" actiongroups: - name: "CreateNewPageWithAllValues" @@ -3790,35 +3790,35 @@ description: "" - filename: "CreateNewPageWithWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithWidgetActionGroup.xml" module: "Cms" actiongroups: - name: "CreateNewPageWithWidget" description: "Goes to Admin CMS Page creation page. Adds the provided Title, Category, Conditions and Widget. Clicks on Save. Validates that the Success Message is present and correct." - filename: "DeleteImageFromStorageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeleteImageFromStorageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeleteImageFromStorageActionGroup.xml" module: "Cms" actiongroups: - name: "DeleteImageFromStorageActionGroup" description: "Deletes the provided Image from Storage." - filename: "StorefrontClickOnHeaderLogoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Theme/Test/Mftf/ActionGroup/StorefrontClickOnHeaderLogoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Theme/Test/Mftf/ActionGroup/StorefrontClickOnHeaderLogoActionGroup.xml" module: "Theme" actiongroups: - name: "StorefrontClickOnHeaderLogoActionGroup" description: "Goes to the Storefront. Clicks on the Logo." - filename: "NavigateToFaviconMediaFolderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Theme/Test/Mftf/ActionGroup/NavigateToFaviconMediaFolderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Theme/Test/Mftf/ActionGroup/NavigateToFaviconMediaFolderActionGroup.xml" module: "Theme" actiongroups: - name: "NavigateToFaviconMediaFolderActionGroup" description: "Navigates to the Favicon Media folder in the 'Media Gallery'. Clicks on the provided Store Folder." - filename: "AdminUrlRewriteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteActionGroup.xml" module: "UrlRewrite" actiongroups: - name: "AdminAddUrlRewrite" @@ -3837,7 +3837,7 @@ description: "Updates the Custom URL Rewrite fields with the provided details." - filename: "StorefrontUrlRewriteRedirectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/StorefrontUrlRewriteRedirectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/StorefrontUrlRewriteRedirectActionGroup.xml" module: "UrlRewrite" actiongroups: - name: "AssertStorefrontUrlRewriteRedirect" @@ -3847,7 +3847,7 @@ description: "Goes to the provided New Product URL. Validates that the redirect works and the provided Product is present and correct." - filename: "AdminUrlRewriteGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteGridActionGroup.xml" module: "UrlRewrite" actiongroups: - name: "AdminSearchByRequestPath" @@ -3869,14 +3869,14 @@ description: "Goes to the Admin URL Rewrite grid page. Searches the grid for the provided Request Path. Clicks on Edit." - filename: "OpenPayPalButtonCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OpenPayPalButtonCheckoutPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OpenPayPalButtonCheckoutPageActionGroup.xml" module: "Paypal" actiongroups: - name: "OpenPayPalButtonCheckoutPage" description: "Clicks on 'Configure' for 'PayPal Express Checkout' on the Admin Configuration page. Expands the 'Advanced Settings' tab. Expands the 'Frontend Experience Settings' tab. Expands the 'Checkout Page' tab." - filename: "PayPalExpressCheckoutConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Paypal/Test/Mftf/ActionGroup/PayPalExpressCheckoutConfigurationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/PayPalExpressCheckoutConfigurationActionGroup.xml" module: "Paypal" actiongroups: - name: "ConfigPayPalExpressCheckout" @@ -3889,7 +3889,7 @@ description: "Goes to the provided Category page on the Storefront. Adds the 1st Product to the Cart. Goes to Checkout. Select the Shipping Method. Selects PayPal as the Payment Method." - filename: "OtherPayPalConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OtherPayPalConfigurationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OtherPayPalConfigurationActionGroup.xml" module: "Paypal" actiongroups: - name: "EnablePayPalConfiguration" @@ -3899,56 +3899,56 @@ description: "Expands the 'OTHER PAYPAL PAYMENT SOLUTIONS' tab on the Admin Configuration page. Enables the provided PayPal Config type for the provided Country Code." - filename: "AdminSaveReviewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminSaveReviewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminSaveReviewActionGroup.xml" module: "Review" actiongroups: - name: "AdminSaveReviewActionGroup" description: "" - filename: "AdminOpenReviewByUserNicknameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewByUserNicknameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewByUserNicknameActionGroup.xml" module: "Review" actiongroups: - name: "AdminOpenReviewByUserNicknameActionGroup" description: "" - filename: "StorefrontAssertReviewAtProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/StorefrontAssertReviewAtProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/StorefrontAssertReviewAtProductPageActionGroup.xml" module: "Review" actiongroups: - name: "StorefrontAssertReviewAtProductPageActionGroup" description: "" - filename: "AdminOpenReviewsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewsPageActionGroup.xml" module: "Review" actiongroups: - name: "AdminOpenReviewsPageActionGroup" description: "" - filename: "AdminOpenPendingReviewsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenPendingReviewsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenPendingReviewsPageActionGroup.xml" module: "Review" actiongroups: - name: "AdminOpenPendingReviewsPageActionGroup" description: "" - filename: "AdminDeleteReviewsByUserNicknameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminDeleteReviewsByUserNicknameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminDeleteReviewsByUserNicknameActionGroup.xml" module: "Review" actiongroups: - name: "AdminDeleteReviewsByUserNicknameActionGroup" description: "" - filename: "AdminChangeReviewStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminChangeReviewStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminChangeReviewStatusActionGroup.xml" module: "Review" actiongroups: - name: "AdminChangeReviewStatusActionGroup" description: "" - filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" module: "Swatches" actiongroups: - name: "StorefrontSelectSwatchOptionOnProductPage" @@ -3958,7 +3958,7 @@ description: "" - filename: "AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" module: "Swatches" actiongroups: - name: "AdminAddSwatchOptionAndFillFieldsActionGroup" @@ -3968,7 +3968,7 @@ description: "" - filename: "ColorPickerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/ColorPickerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/ColorPickerActionGroup.xml" module: "Swatches" actiongroups: - name: "setColorPickerByHex" @@ -3984,7 +3984,7 @@ description: "Options the Swatch Menu based on the provided Index." - filename: "AddSwatchToProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AddSwatchToProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AddSwatchToProductActionGroup.xml" module: "Swatches" actiongroups: - name: "AddVisualSwatchToProductActionGroup" @@ -3994,7 +3994,7 @@ description: "EXTENDS: AddVisualSwatchToProductActionGroup. Add the provided Visual Swatch Attribute and Options (2) to a Product with Storefront Configurations." - filename: "StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" module: "Swatches" actiongroups: - name: "StorefrontAddProductWithSwatchesToTheCartActionGroup" @@ -4004,7 +4004,7 @@ description: "" - filename: "DisplayOutOfStockProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/DisplayOutOfStockProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/DisplayOutOfStockProductActionGroup.xml" module: "CatalogInventory" actiongroups: - name: "displayOutOfStockProduct" @@ -4014,14 +4014,14 @@ description: "Goes to the 'Configuration' page for 'Inventory'. Disables 'Display Out of Stock Products'. Clicks on the Save button." - filename: "StorefrontAssertProductStockStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/StorefrontAssertProductStockStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/StorefrontAssertProductStockStatusActionGroup.xml" module: "CatalogInventory" actiongroups: - name: "StorefrontCheckProductStockStatus" description: "" - filename: "FillPaymentInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/FillPaymentInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/FillPaymentInformationActionGroup.xml" module: "AuthorizenetAcceptjs" actiongroups: - name: "FillPaymentInformation" @@ -4031,7 +4031,7 @@ description: "Fill Billing Address as Guest with Authorize.net" - filename: "ConfigureAuthorizenetAcceptjsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ConfigureAuthorizenetAcceptjsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ConfigureAuthorizenetAcceptjsActionGroup.xml" module: "AuthorizenetAcceptjs" actiongroups: - name: "ConfigureAuthorizenetAcceptjs" @@ -4047,7 +4047,7 @@ description: "" - filename: "ViewAndValidateOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ViewAndValidateOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ViewAndValidateOrderActionGroup.xml" module: "AuthorizenetAcceptjs" actiongroups: - name: "ViewAndValidateOrderActionGroup" @@ -4057,84 +4057,84 @@ description: "Validate the Order is Correct. Do Not Submit the Invoice." - filename: "CheckingGiftOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GiftMessage/Test/Mftf/ActionGroup/CheckingGiftOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GiftMessage/Test/Mftf/ActionGroup/CheckingGiftOptionsActionGroup.xml" module: "GiftMessage" actiongroups: - name: "CheckingGiftOptionsActionGroup" description: "Clicks on Checkout with Multiple Addresses. Clicks on Add Gift option. Validates that the Success Message is present and correct. PLEASE NOTE: The message is Hardcoded." - filename: "AdminDeleteCatalogRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminDeleteCatalogRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminDeleteCatalogRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminDeleteCatalogRuleActionGroup" description: "Clicks on the Delete button on a Admin Catalog Price Rule edit page. Clicks on Ok. Validates that the provided Success Message is present and correct." - filename: "AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup" description: "Validate that the provided Customer Group is not present on the Catalog Price Rules creation/edit page." - filename: "AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminAssertCustomerGroupOnCatalogPriceRuleForm" description: "" - filename: "SaveAndApplyCatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/SaveAndApplyCatalogPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/SaveAndApplyCatalogPriceRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "SaveAndApplyCatalogPriceRuleActionGroup" description: "Clicks on Save and Apply. Validates that the Success Message is present and correct on the Admin Catalog Price Rule creation/edit page." - filename: "AssertCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogPriceRuleFormActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AssertCatalogPriceRuleFormActionGroup" description: "Validates that the provided Catalog Rule, Status, Websites and Customer Group details are present and correct on a Admin Catalog Price Rule creation/edit page." - filename: "AdminCreateNewCatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminCreateNewCatalogPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminCreateNewCatalogPriceRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminCreateNewCatalogPriceRuleActionGroup" description: "Goes to the Admin Catalog Price Rule creation page. Fills in the provided Catalog Rule details. Selects the provided Customer Group." - filename: "AssertCatalogRuleInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogRuleInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogRuleInGridActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AssertCatalogRuleInGridActionGroup" description: "Validates that the provided Catalog Rule Name, Status, Websites and Catalog Rule ID are present in the 1st row of the Admin Catalog Price Rule grid." - filename: "AdminOpenCatalogPriceRulePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenCatalogPriceRulePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenCatalogPriceRulePageActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminOpenCatalogPriceRulePageActionGroup" description: "" - filename: "CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" module: "CatalogRule" actiongroups: - name: "CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup" description: "Adds the provided Attribute Name, Select Value, Index A and Index B details to the 'Conditions' section on the Admin Catalog Price Rule creation/edit page." - filename: "CatalogSelectCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogSelectCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogSelectCustomerGroupActionGroup.xml" module: "CatalogRule" actiongroups: - name: "CatalogSelectCustomerGroupActionGroup" description: "Selects the provided Customer Group Name on the Admin Catalog Price Rule creation/edit page." - filename: "CatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogPriceRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "newCatalogPriceRuleByUI" @@ -4171,35 +4171,35 @@ description: "" - filename: "AdminSearchCatalogRuleInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSearchCatalogRuleInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSearchCatalogRuleInGridActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminSearchCatalogRuleInGridActionGroup" description: "Goes to the Admin Catalog Price Rules grid page. Searches the grid for the provided Catalog Price Rule name." - filename: "AdminSaveAndApplyRulesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSaveAndApplyRulesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSaveAndApplyRulesActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminSaveAndApplyRulesActionGroup" description: "Clicks Save on a Admin Catalog Price Rule creation/edit page. Validates that the Success Message is present. Clicks Apply Rules. Validates that the Success Message is present." - filename: "AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminOpenNewCatalogPriceRuleFormPageActionGroup" description: "Goes to the create Catalog Price Rule page." - filename: "AdminSelectCatalogRuleFromGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSelectCatalogRuleFromGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSelectCatalogRuleFromGridActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminSelectCatalogRuleFromGridActionGroup" description: "Clicks on the Admin Catalog Price Rule row that contains the provided Catalog Price Rule name." - filename: "VerifySubscribedNewsletterDisplayedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/VerifySubscribedNewsletterDisplayedActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/VerifySubscribedNewsletterDisplayedActionGroup.xml" module: "Newsletter" actiongroups: - name: "StorefrontCreateNewAccountNewsletterChecked" @@ -4212,21 +4212,21 @@ description: "Goes to the Storefront Newsletter Management page. Validates that the 'Subscription' checkbox is checked." - filename: "AdminNewsletterTemplateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminNewsletterTemplateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminNewsletterTemplateActionGroup.xml" module: "Newsletter" actiongroups: - name: "SwitchToPreviewIframeActionGroup" description: "" - filename: "StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup" description: "Validates that the provided Product Name and Price for a Configurable Product are present on a Storefront Category page." - filename: "ConfigurableProductAttributeNameDesignActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductAttributeNameDesignActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductAttributeNameDesignActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "GotoCatalogProductsPage" @@ -4245,7 +4245,7 @@ description: "Deletes the Configurable Product Attribute." - filename: "StorefrontCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCategoryConfigurableProduct" @@ -4255,7 +4255,7 @@ description: "Validates that the provided Configurable Product is present and correct on a Category page." - filename: "AdminCreateApiConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateApiConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateApiConfigurableProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "AdminCreateApiConfigurableProductActionGroup" @@ -4265,21 +4265,21 @@ description: "EXTENDS: AdminCreateApiConfigurableProductActionGroup. Adds 2 Hidden Product Options." - filename: "ConfigurableProductCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductCheckoutActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "CheckConfigurableProductInCheckoutCartItemsActionGroup" description: "Validates that the Configurable Product is present and correct in the Cart area on the Checkout page." - filename: "StorefrontAddConfigurableProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAddConfigurableProductToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAddConfigurableProductToTheCartActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontAddConfigurableProductToTheCartActionGroup" description: "Goes to the provided Storefront URL. Selects the provided Product Option under the Product Attribute. Fills in the provided Quantity. Clicks Add to Cart. Validates that the Success Message is present." - filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckConfigurableProduct" @@ -4304,7 +4304,7 @@ description: "Validates that Special Price for a Configurable Product is present and correct when the provided Product Option is selected." - filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCartConfigurableProductActionGroup" @@ -4314,35 +4314,35 @@ description: "Validates that the provided Option Price is present and correct in the Mini Shopping Cart on the Storefront." - filename: "AdminAddOptionsToAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddOptionsToAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddOptionsToAttributeActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "addOptionsToAttributeActionGroup" description: "Adds 5 provided Options to a new Attribute on the Configurable Product creation/edit page." - filename: "StorefrontProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductAttributeActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "SelectStorefrontSideBarAttributeOption" description: "Goes to the provided Storefront Category page. Validates that the provided Attribute Label is present and correct." - filename: "StorefrontCompareActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCompareConfigurableProductActionGroup" description: "Validates that the Configurable Product is present and correct in the Compare Product area." - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "VerifyProductTypeOrder" description: "Validates that the 'Configurable Product' option is present in the 'Add Product' dropdown menu on the Products grid page." - filename: "AdminConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "viewConfigurableProductInAdminGrid" @@ -4415,14 +4415,14 @@ description: "" - filename: "AdminOrderConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminOrderConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminOrderConfigurableProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "AdminOrderConfigureConfigurableProduct" description: "" - filename: "CreateBackupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backup/Test/Mftf/ActionGroup/CreateBackupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backup/Test/Mftf/ActionGroup/CreateBackupActionGroup.xml" module: "Backup" actiongroups: - name: "createSystemBackup" @@ -4435,28 +4435,28 @@ description: "Creates a Database Backup using provided Backup Entity." - filename: "DeleteBackupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backup/Test/Mftf/ActionGroup/DeleteBackupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backup/Test/Mftf/ActionGroup/DeleteBackupActionGroup.xml" module: "Backup" actiongroups: - name: "deleteBackup" description: "Deletes a Backup using provided Backup Entity." - filename: "AdminCreateBlockWithWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogWidget/Test/Mftf/ActionGroup/AdminCreateBlockWithWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogWidget/Test/Mftf/ActionGroup/AdminCreateBlockWithWidgetActionGroup.xml" module: "CatalogWidget" actiongroups: - name: "AdminCreateBlockWithWidget" description: "Inserts a Widget into a Block on the Block creation/edit page." - filename: "AdminSwitchIndexerToActionModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchIndexerToActionModeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchIndexerToActionModeActionGroup.xml" module: "Indexer" actiongroups: - name: "AdminSwitchIndexerToActionModeActionGroup" description: "" - filename: "IndexerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup.xml" module: "Indexer" actiongroups: - name: "updateIndexerBySchedule" @@ -4466,14 +4466,14 @@ description: "Goes to the Index Management page. Checks the provided Indexer Name. Selects 'Update on Save'. Clicks on Submit." - filename: "AdminSwitchAllIndexerToActionModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchAllIndexerToActionModeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchAllIndexerToActionModeActionGroup.xml" module: "Indexer" actiongroups: - name: "AdminSwitchAllIndexerToActionModeActionGroup" description: "" - filename: "EmailTemplateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Email/Test/Mftf/ActionGroup/EmailTemplateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Email/Test/Mftf/ActionGroup/EmailTemplateActionGroup.xml" module: "Email" actiongroups: - name: "CreateNewTemplate" @@ -4495,154 +4495,154 @@ description: "" - filename: "AdminCreateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCreateCustomerGroupActionGroup" description: "Goes to the Customer Groups creation page. Fills Name. Selects Tax Class. Clicks on Save. Validate that the Success Message is present and correct." - filename: "StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerAddressBookNumberOfAddresses" description: "Validate that the Customer Address count is present and correct on the Storefront Customer Dashboard page." - filename: "CreateCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/CreateCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/CreateCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "CreateCustomerActionGroup" description: "Goes to the Add Customers page via the Admin Nav Menu. Fills in the Customer details. Clicks on Save. PLEASE NOTE: The Customer data is Hardcoded using 'NewCustomerData'." - filename: "AssertStorefrontPasswordAutocompleteOffActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontPasswordAutocompleteOffActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontPasswordAutocompleteOffActionGroup.xml" module: "Customer" actiongroups: - name: "AssertStorefrontPasswordAutoCompleteOffActionGroup" description: "Goes to the Storefront Customer Sign-In page. Validates that the Password field does NOT contain the 'autocomplete' attribute." - filename: "AssertMessageCustomerCreateAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerCreateAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerCreateAccountActionGroup.xml" module: "Customer" actiongroups: - name: "AssertMessageCustomerCreateAccountActionGroup" description: "Validates that the provided Message/Message Type are present and correct." - filename: "AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerNoDefaultShippingAddress" description: "Validates that a Customer does NOT have a Default Shipping Address assigned. PLEASE NOTE: The error message is hardcoded." - filename: "AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerNoDefaultBillingAddress" description: "Validates that a Customer does NOT have a Default Billing Address assigned. PLEASE NOTE: The error message is hardcoded." - filename: "AdminCustomerShopingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerShopingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerShopingCartActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAddProductToShoppingCartActionGroup" description: "Adds the provided Product Name to the Cart on the Admin Customer creation/edit page." - filename: "AdminAssertCustomerDefaultBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultBillingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerDefaultBillingAddress" description: "Validates that the provided Default Customer Billing Address details are present and correct on the Customer creation/edit page. Under the section 'Addresses'." - filename: "AssertCustomerGroupNotInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotInGridActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerGroupNotInGridActionGroup" description: "Filters the Admin Customers grid for the Customer Group (Code). Validates that the grid is empty." - filename: "StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup" description: "Clicks on the Storefront Header 'Create Account' link." - filename: "AdminCustomerGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerByEmail" description: "Goes to the Customer grid page. Filter results based on provided Customer Email Address." - filename: "StorefrontClickSignInButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignInButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignInButtonActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontClickSignInButtonActionGroup" description: "Click on the Storefront Header 'Sign-In' link." - filename: "AdminAssertCustomerAccountInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerAccountInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerAccountInformationActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerAccountInformation" description: "Validates that the provided Customer details are present and correct on the Customer creation/edit page. Under the 'Account Information' section." - filename: "AdminAssertCustomerGroupOnProductFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnProductFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnProductFormActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerGroupOnProductForm" description: "" - filename: "StorefrontOpenCustomerLoginPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerLoginPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerLoginPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenCustomerLoginPageActionGroup" description: "Goes to the Storefront Customer Sign-In page." - filename: "SetGroupCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/SetGroupCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SetGroupCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "SetCustomerGroupForSelectedCustomersViaGrid" description: "Clicks on the 'Actions' dropdown menu. Clicks on 'Assign a Customer Group'. Clicks on 'Ok'." - filename: "AdminFilterCustomerGroupByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGroupByNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGroupByNameActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerGroupByNameActionGroup" description: "Filters the Admin Customers grid by the provided Customer Group Name." - filename: "AssertMessageCustomerLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerLoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerLoginActionGroup.xml" module: "Customer" actiongroups: - name: "AssertMessageCustomerLoginActionGroup" description: "Validates that the provided Message/Message Type are present and correct." - filename: "AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAddressSetDefaultShippingAndBilling" description: "EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'." - filename: "StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontAssertSuccessLoginToStorefront" description: "EXTENDS: LoginToStorefrontActionGroup. Validates that the provided Customer name is present and correct." - filename: "SignUpNewUserFromStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml" module: "Customer" actiongroups: - name: "SignUpNewUserFromStorefrontActionGroup" @@ -4685,119 +4685,119 @@ description: "EXTENDS: SignUpNewUserFromStorefrontActionGroup. Adds a waitForPageLoad action to the Action Group. Removes the action for 'seeThankYouMessage'." - filename: "AssertCustomerGroupNotOnProductFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnProductFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnProductFormActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerGroupNotOnProductFormActionGroup" description: "Clicks on 'Advanced Pricing' on the Admin Customers creation/edit page. Validates that the provided Customer Group does NOT appear in the dropdown menu." - filename: "VerifyGroupCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/VerifyGroupCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/VerifyGroupCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "VerifyCustomerGroupForCustomer" description: "Clicks on the Edit link for the provided Customer Email Address." - filename: "AdminDeleteAddressInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteAddressInCustomersAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteAddressInCustomersAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminDeleteAddressInCustomersAddressGrid" description: "Deletes a Customer Address from the Customer creation/edit page under the 'Addresses' section." - filename: "AssertStorefrontCustomerSavedCardActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontCustomerSavedCardActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontCustomerSavedCardActionGroup.xml" module: "Customer" actiongroups: - name: "AssertStorefrontCustomerSavedCardActionGroup" description: "" - filename: "NavigateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "NavigateToCustomerGroupPage" description: "Goes to the Admin Customer Groups page." - filename: "StorefrontFillBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillBillingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillBillingAddressActionGroup" description: "" - filename: "StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontRegisterCustomerFromOrderSuccessPage" description: "Clicks on 'Create Account' on the Storefront Checkout Success page. Fills in the provided Customer details. Clicks on 'Create Account'. Validates that the Success Message is present and correct." - filename: "AssertMessageCustomerChangeAccountInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerChangeAccountInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerChangeAccountInfoActionGroup.xml" module: "Customer" actiongroups: - name: "AssertMessageCustomerChangeAccountInfoActionGroup" description: "Validates that the provided Message/Message Type are present and correct." - filename: "StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenCustomerAccountInfoEditPageActionGroup" description: "Goes to the Storefront Customer Edit page." - filename: "AdminFilterCustomerByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerByNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerByNameActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerByName" description: "Filters the Admin Customers grid by the provided Name." - filename: "AssertCustomerAccountPageTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerAccountPageTitleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerAccountPageTitleActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerAccountPageTitleActionGroup" description: "Validates that the provided Page Title is present and correct on the Storefront Customer Dashboard." - filename: "AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertNumberOfRecordsInCustomersAddressGrid" description: "Validates that the Number of Records listed on the Customer grid page is present and correct." - filename: "AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup" description: "" - filename: "AssertCustomerResetPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerResetPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerResetPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerResetPasswordActionGroup" description: "Validates that the provided URL is present and correct. Validates that the provided Message/Message Type is present and correct." - filename: "AdminUpdateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminUpdateCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminUpdateCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "AdminUpdateCustomerGroupByEmailActionGroup" description: "Goes to the Admin Customers grid page. Filters the grid for the provided Email Address. Edits the Customer. Updates the Customer Group with the provided Customer Group. Clicks on Save." - filename: "AdminConfigCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminConfigCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminConfigCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "SetCustomerDataLifetimeActionGroup" description: "Goes to the Customer Configuration page. Fills Customer Data Lifetime. Clicks on Save. Validates that the Success message is present." - filename: "DeleteCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/DeleteCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/DeleteCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "DeleteCustomerActionGroup" @@ -4807,14 +4807,14 @@ description: "Goes to the Admin Customers grid page. Deletes a Customer based on the provided Email Address." - filename: "AdminResetFilterInCustomerAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminResetFilterInCustomerAddressGrid" description: "Clears the Admin Customer Address grid Filters. Sets the grid view to 'Default View'." - filename: "StorefrontCustomerLogoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerLogoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerLogoutActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerLogoutActionGroup" @@ -4824,42 +4824,42 @@ description: "Clicks on Customer Account. Clicks on 'Sign-Out'. Validates that the success message is present and correct. PLEASE NOTE: The Success Message is hardcoded." - filename: "FillNewCustomerAddressRequiredFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillNewCustomerAddressRequiredFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillNewCustomerAddressRequiredFieldsActionGroup.xml" module: "Customer" actiongroups: - name: "FillNewCustomerAddressRequiredFieldsActionGroup" description: "" - filename: "AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertErrorMessageCustomerGroupAlreadyExists" description: "" - filename: "AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSaveCustomerAndAssertSuccessMessage" description: "Clicks on the Save button. Validates that the Success Message is present and correct. PLEASE NOTE: The message is Hardcoded." - filename: "AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerGroupOnCustomerForm" description: "" - filename: "AssertCustomerGroupOnCustomerFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupOnCustomerFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupOnCustomerFormActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerGroupOnCustomerFormActionGroup" description: "Validates that the provided Customer Group is selected on the Admin Customer edit page." - filename: "StorefrontAddCustomerAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAddCustomerAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAddCustomerAddressActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontAddNewCustomerAddressActionGroup" @@ -4869,35 +4869,35 @@ description: "Goes to the Storefront Customer Add New Default Address page. Fills in the provided Address details. Clicks on Save." - filename: "AdminFilterCustomerGridByEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGridByEmailActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGridByEmailActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerGridByEmail" description: "Filters the Admin Customers grid by the provided Email Address." - filename: "AdminSaveCustomerAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSaveCustomerAddressActionGroup" description: "" - filename: "AdminDeleteCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "AdminDeleteCustomerActionGroup" description: "Goes to the Customers grid page. Check the row for the provided Customer Email Address. Delete the Customer." - filename: "AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" module: "Customer" actiongroups: - name: "AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup" description: "Validates that the Storefront Customer Sign-In popup form does NOT contain the 'autocomplete=off' attribute." - filename: "AdminEditCustomerAddressesFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressesFromActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressesFromActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAddressesFrom" @@ -4913,98 +4913,98 @@ description: "Selects the provided Option in the provided Customer Address Attribute drop down menu. Clicks on Save." - filename: "AssertCustomerLoggedInActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerLoggedInActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerLoggedInActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerWelcomeMessageActionGroup" description: "Validates that the Welcome message is present and correct, including the provided Customers Full Name." - filename: "SwitchAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/SwitchAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SwitchAccountActionGroup.xml" module: "Customer" actiongroups: - name: "SignOut" description: "Click on the Backend Admin current Admin User menu. Click on 'Logout'. Validate that you are logged out." - filename: "StorefrontAssertRegistrationPageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertRegistrationPageFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertRegistrationPageFieldsActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontAssertRegistrationPageFields" description: "" - filename: "AdminAssertCustomerGroupPresentInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupPresentInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupPresentInGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerGroupPresentInGrid" description: "" - filename: "OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" module: "Customer" actiongroups: - name: "OpenStorefrontCustomerStoredPaymentMethodsPageActionGroup" description: "" - filename: "StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup" description: "EXTENDS: StorefrontFillCustomerLoginFormActionGroup. Removes 'fillPassword'. Fills in an invalid Password." - filename: "StorefrontClickSignOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignOnCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignOnCustomerLoginFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontClickSignOnCustomerLoginFormActionGroup" description: "Click on the Customer Sign In button on the Storefront Customer Sign-In page." - filename: "StorefrontCustomerAddressBookNotContainsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNotContainsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNotContainsActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerAddressBookNotContains" description: "Validate that the provided Address does NOT appear in the Storefront Customer Address list." - filename: "StorefrontOpenMyAccountPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenMyAccountPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenMyAccountPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenMyAccountPageActionGroup" description: "" - filename: "AdminDeleteCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "AdminDeleteCustomerGroupActionGroup" description: "Goes to the Customer Groups grid page. Filter results based on provided Customer Group Name. Delete Customer from grid page." - filename: "FillCustomerSignInPopupFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillCustomerSignInPopupFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillCustomerSignInPopupFormActionGroup.xml" module: "Customer" actiongroups: - name: "FillCustomerSignInPopupFormActionGroup" description: "Fills in the provided Customer details (Email and Password) in the Customer Sign In modal on the Storefront Checkout page. Clicks on Sign In." - filename: "LoginToStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontActionGroup.xml" module: "Customer" actiongroups: - name: "LoginToStorefrontActionGroup" description: "Goes to the Storefront Customer Sign In page. Logs in using the provided Customer." - filename: "StorefrontFillCustomerAccountCreationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillCustomerAccountCreationFormActionGroup" description: "Fills in the provided Customer details on the Storefront Customer creation page." - filename: "OpenEditCustomerFromAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenEditCustomerFromAdminActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenEditCustomerFromAdminActionGroup.xml" module: "Customer" actiongroups: - name: "OpenEditCustomerFromAdminActionGroup" @@ -5020,133 +5020,133 @@ description: "Goes to the Admin Customers grid page. Clicks on 'Clear Filters'." - filename: "AdminEditCustomerAddressNoZipNoStateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressNoZipNoStateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressNoZipNoStateActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAddressNoZipNoState" description: "EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'. Clicks on 'Set Default' for Billing/Shipping." - filename: "OpenMyAccountPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenMyAccountPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenMyAccountPageActionGroup.xml" module: "Customer" actiongroups: - name: "OpenMyAccountPageActionGroup" description: "Clicks on the Storefront Customer menu in the Header. Clicks on 'My Account'." - filename: "StorefrontCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "CustomerLogoutStorefrontByMenuItemsActionGroup" description: "Click on the Storefront Current Customer menu. Click on Logout." - filename: "StorefrontCustomerChangeEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerChangeEmailActionGroup" description: "Change the Customer Email Address for a Customer Account via the Storefront Customer Dashboard page." - filename: "LoginToStorefrontWithEmailAndPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontWithEmailAndPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontWithEmailAndPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "LoginToStorefrontWithEmailAndPassword" description: "Goes to the Storefront Customer Sign In page. Logs in using the provided Email and Password." - filename: "NavigateThroughCustomerTabsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateThroughCustomerTabsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateThroughCustomerTabsActionGroup.xml" module: "Customer" actiongroups: - name: "NavigateThroughCustomerTabsActionGroup" description: "Clicks on the provided Storefront Customer Dashboard Side Bar tab names." - filename: "StorefrontOpenCustomerAccountCreatePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountCreatePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountCreatePageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenCustomerAccountCreatePageActionGroup" description: "Goes to the Storefront Customer Create page." - filename: "AdminResetFilterInCustomerGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminResetFilterInCustomerGrid" description: "Clears the Admin Customer grid Filters. Sets the grid view to 'Default View'." - filename: "AdminAssertCustomerDefaultShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultShippingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerDefaultShippingAddress" description: "Validates that the provided Default Customer Shipping Address details are present and correct on the Customer creation/edit page. Under the section 'Addresses'." - filename: "AdminAssertAddressInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertAddressInCustomersAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertAddressInCustomersAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertAddressInCustomersAddressGrid" description: "Validates that the provided Customer Address is present in the Customer Address grid on the Customer creation/edit page. Under the 'Addresses' section." - filename: "StorefrontCustomerAddressBookContainsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookContainsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookContainsActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerAddressBookContains" description: "Validate that the provided Address appears in the Storefront Customer Address list." - filename: "AdminOpenCustomerEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenCustomerEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenCustomerEditPageActionGroup.xml" module: "Customer" actiongroups: - name: "AdminOpenCustomerEditPageActionGroup" description: "Goes to the Admin Customer Edit page for the provided Customer ID #." - filename: "EditCustomerAddressesFromAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/EditCustomerAddressesFromAdminActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/EditCustomerAddressesFromAdminActionGroup.xml" module: "Customer" actiongroups: - name: "EditCustomerAddressesFromAdminActionGroup" description: "Adds the provided Address to a Customer from the Admin Customers creation/edit page." - filename: "AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerAddressGridByPhoneNumber" description: "Filters the Admin Customers grid by the provided Phone Number." - filename: "NavigateCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "NavigateToAllCustomerPage" description: "Goes to the Admin Customers grid page." - filename: "AdminCustomerSaveAndContinueActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerSaveAndContinueActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerSaveAndContinueActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCustomerSaveAndContinue" description: "Clicks on 'Save and Continue' on the Customer creation/edit page." - filename: "AdminEditCustomerInformationFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerInformationFromActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerInformationFromActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAccountInformationActionGroup" description: "Fills in the Customer First Name, Last Name and Email. Clicks on Save and Continue." - filename: "StorefrontCustomerGoToSidebarMenuActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerGoToSidebarMenuActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerGoToSidebarMenuActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerGoToSidebarMenu" description: "Click on the Storefront Customer Account Dashboard sub-menu based on the provided Menu Name." - filename: "AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCreateCustomerWithWebsiteAndStoreViewActionGroup" @@ -5156,42 +5156,42 @@ description: "Goes to the Customer grid page. Click on 'Add New Customer'. Fills provided Customer Data. Fill provided Customer Address data. Assigns Product to Website and Store View. Clicks on Save." - filename: "StorefrontFillCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillCustomerLoginFormActionGroup" description: "Fills Storefront Customer Login Email Address. Fills Storefront Customer Login Password." - filename: "AdminSelectCustomerByEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectCustomerByEmailActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectCustomerByEmailActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSelectCustomerByEmail" description: "Checks the Customer for the provided Customer Email Address in the Admin Customers grid." - filename: "AdminSelectAllCustomersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectAllCustomersActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectAllCustomersActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSelectAllCustomers" description: "Selects All of the Customers in the Admin Customers grid." - filename: "StorefrontCustomerResetPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerResetPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerResetPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerResetPasswordActionGroup" description: "Goes to the Storefront Customer Sign-In page. Clicks on 'Forgot Password'. Fills Email Address. Clicks on Reset Password." - filename: "AdminAssertCustomerInCustomersGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerInCustomersGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerInCustomersGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerInCustomersGrid" description: "Validates that the provided Customer is present and correct in the Backend Customer grid page." - filename: "StorefrontCustomerWishlistActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Wishlist/Test/Mftf/ActionGroup/StorefrontCustomerWishlistActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Wishlist/Test/Mftf/ActionGroup/StorefrontCustomerWishlistActionGroup.xml" module: "Wishlist" actiongroups: - name: "StorefrontCustomerAddCategoryProductToWishlistActionGroup" @@ -5222,7 +5222,7 @@ description: "" - filename: "GenerateOrderReportActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Reports/Test/Mftf/ActionGroup/GenerateOrderReportActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Reports/Test/Mftf/ActionGroup/GenerateOrderReportActionGroup.xml" module: "Reports" actiongroups: - name: "GenerateOrderReportActionGroup" @@ -5232,28 +5232,28 @@ description: "Clicks on 'here' to refresh the grid data. Enters the provided Order From/To Dates and provided Order Status. Clicks on 'Show Report'." - filename: "AdminReviewOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminReviewOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminReviewOrderActionGroup.xml" module: "Reports" actiongroups: - name: "AdminReviewOrderActionGroup" description: "Clicks on 'REPORTS' in the Admin side menu. Clicks on 'Ordered'. Clicks on 'Refresh'. Validates that the provided Product name appears in the list." - filename: "EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" module: "Store" actiongroups: - name: "EditCustomStoreGroupAcceptWarningMessageActionGroup" description: "EXTENDS: CreateCustomStore. Removes 'selectCreateStore'. Clicks on the 1st row. Clicks on Ok." - filename: "AssertStorefrontStoreCodeInUrlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreCodeInUrlActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreCodeInUrlActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreCodeInUrlActionGroup" description: "Validates that the provided Store Code is present in the Storefront URL." - filename: "DeleteCustomStoreActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomStoreActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomStoreActionGroup.xml" module: "Store" actiongroups: - name: "DeleteCustomStoreActionGroup" @@ -5266,14 +5266,14 @@ description: "Goes to the Admin Stores grid page. Validates that the provided Store Group Name is NOT present in the grid." - filename: "StoreFrontProductValidationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreFrontProductValidationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreFrontProductValidationActionGroup.xml" module: "Store" actiongroups: - name: "StoreFrontProductValidationActionGroup" description: "Goes to the provided Storefront Product page. Validates that the provided Product details are present and correct." - filename: "AdminSwitchStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminSwitchStoreViewActionGroup" @@ -5283,35 +5283,35 @@ description: "EXTENDS: AdminSwitchStoreViewActionGroup. Clicks on the 'All Store Views' drop down menu. Validates that the 'All Store Views' options is present and correct." - filename: "AssertStoreGroupFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupFormActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreGroupFormActionGroup" description: "Clicks on the 1st row of the Admin Store grid page. Validates that the provided Website, Store Group Name/Code and Root Category are present and correct." - filename: "DeleteCustomWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "DeleteCustomWebsiteActionGroup" description: "Goes to the Admin Stores grid page. Searches the grid for the provided Website Name. Deletes the provided Website Name. Validates that the Success Message is present and correct." - filename: "AdminSwitchWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "AdminSwitchWebsiteActionGroup" description: "Selects the provided Website from the 'Store View' dropdown menu on the Admin Grid pages." - filename: "AdminFilterStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminFilterStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminFilterStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminFilterStoreViewActionGroup" description: "Filters the Admin Catalog Product page based on the provided Store Group and Custom Store." - filename: "CreateCustomStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/CreateCustomStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/CreateCustomStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "CreateCustomStoreViewActionGroup" @@ -5321,14 +5321,14 @@ description: "Goes to the Admin Store Views creation page. Fills in the provided Store View, Store Group Name and Store View Status. Clicks on Save. Validates that the Success Message is present and correct." - filename: "AssertStoreFrontendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreFrontendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreFrontendActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreFrontendActionGroup" description: "Goes to the Storefront. Selects the provided Store in the Store View dropdown menu. Validates that the provided Store View #1 is selected. Validates that the provided Store View 2 is present in the dropdown menu." - filename: "StorefrontSwitchStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/StorefrontSwitchStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StorefrontSwitchStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "StorefrontSwitchStoreViewActionGroup" @@ -5338,7 +5338,7 @@ description: "EXTENDS: StorefrontSwitchStoreViewActionGroup. Clicks on the Default Store View." - filename: "AdminCreateWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "AdminCreateWebsiteActionGroup" @@ -5354,14 +5354,14 @@ description: "Clicks on the provided Website Name in the Admin Stores grid. Validates that the URL, Website Name/Code are present and correct." - filename: "AssertStoreViewFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewFormActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreViewFormActionGroup" description: "Validates that the provided Store, Name, Code and Status are present and correct on the Admin Stores creation/edit page." - filename: "AdminCreateStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminCreateStoreViewActionGroup" @@ -5383,28 +5383,28 @@ description: "Clicks on Save. Validates that the fields are required." - filename: "AssertStorefrontStoreVisibleInFooterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInFooterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInFooterActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreVisibleInFooterActionGroup" description: "Goes to the Storefront. Validates that the provided Store is present in the Footer Switch Store View drop down menu on the Storefront." - filename: "StoreViewDisabledErrorSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml" module: "Store" actiongroups: - name: "StoreViewDisabledErrorSaveMessageActionGroup" description: "Goes to the Admin Store View creation page. Fills in the provided Details (Store Group Name, Store View and Store View Status). Validates that the Error Message is present and correct." - filename: "AdminDeleteWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "AdminDeleteWebsiteActionGroup" description: "Goes to the Admin Stores grid page. Deletes the provided Website Name." - filename: "AdminDeleteStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminDeleteStoreViewActionGroup" @@ -5417,21 +5417,21 @@ description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store View name. Validates that it does NOT appear in the grid." - filename: "AssertStoreGroupInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupInGridActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreGroupInGridActionGroup" description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store Group Name. Validates that the provided Store Group Name is present and correct in the grid." - filename: "ChangeStoreInStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/ChangeStoreInStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/ChangeStoreInStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "ChangeStoreInStoreViewActionGroup" description: "Clicks on the 1st row 'Store View' on the Admin Stores grid page. Selects the provided Store drop down menu. Clicks on Save. Validates that the Warning Message is present and correct." - filename: "AdminStoreGroupCreateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminStoreGroupCreateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminStoreGroupCreateActionGroup.xml" module: "Store" actiongroups: - name: "AdminStoreGroupCreateActionGroup" @@ -5441,7 +5441,7 @@ description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store Group. Edits the Store. Adds the provided Website to the Store. Clicks on Save. Validates that the Success Message is present and correct." - filename: "AdminCreateNewStoreGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateNewStoreGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateNewStoreGroupActionGroup.xml" module: "Store" actiongroups: - name: "AdminCreateNewStoreGroupActionGroup" @@ -5457,49 +5457,49 @@ description: "Clicks on the 1st Store in the 'Stores' grid. Validates that the provided Details (Website, Store Group Name, Store Group Code and Root Category) are present and correct." - filename: "AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreNotVisibleInFooterActionGroup" description: "Goes to the Storefront. Validates that the provided Store is NOT present in the Footer Switch Store View drop down menu." - filename: "AssertStoreConfigurationBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreConfigurationBackendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreConfigurationBackendActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreConfigurationBackendActionGroup" description: "Goes to the 'Configuration' page. Clicks on the 'Store View' dropdown menu. Validates that the provided Website, Store, Store View 1 and Store View 2 are present and correct." - filename: "AssertStoreViewInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewInGridActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreViewInGridActionGroup" description: "Goes the Admin Stores grid page. Searches the grid for the provided Store View Name. Validates that the provided Store View Name is present and correct in the grid." - filename: "AssertStorefrontStoreVisibleInHeaderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInHeaderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInHeaderActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreVisibleInHeaderActionGroup" description: "Goes to the Storefront. Validates that the provided Store is present in the Header Switch Store View drop down menu on the Storefront." - filename: "AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleLabelsSectionActionGroup" description: "Fills in the provided Rule details on a Admin Cart Price Rule creation/edit page." - filename: "StorefrontAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontAddToTheCartActionGroup" description: "" - filename: "AdminCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "selectNotLoggedInCustomerGroup" @@ -5515,28 +5515,28 @@ description: "Sets the provided Condition (Actions Aggregator/Value, Child Attribute and Action Value) for Actions on the Admin Cart Price Rule creation/edit page." - filename: "AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" module: "SalesRule" actiongroups: - name: "AssertCustomerGroupNotOnCartPriceRuleFormActionGroup" description: "Validates that the 'Customer Groups' section does NOT contain the provided Customer Group on the Admin Cart Price Rule creation/edit page." - filename: "AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" module: "SalesRule" actiongroups: - name: "AssertCartPriceRuleSuccessSaveMessageActionGroup" description: "Clicks on the Save button on the Admin Cart Price Rule creation/edit page. Validates that the Success Message is present and correct." - filename: "AdminDeleteCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminDeleteCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminDeleteCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminDeleteCartPriceRuleActionGroup" description: "Goes to the Admin Cart Price Rules grid page. Filters the grid for the provided Rule Name. Deletes the Rule via the grid." - filename: "AdminCreateCartPriceRuleActionsSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionsSectionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionsSectionActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleActionsSectionDiscountFieldsActionGroup" @@ -5552,7 +5552,7 @@ description: "Selects the provided option in the 'Free Shipping' dropdown menu." - filename: "StorefrontSalesRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontSalesRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontSalesRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontApplyCouponActionGroup" @@ -5568,28 +5568,28 @@ description: "Goes to the provided Storefront Product URL. Fills in provided Quantity. Clicks Add to Cart. Goes to Checkout. Validates that the provided Discount Amount is present and correct." - filename: "AdminSalesRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminSalesRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminSalesRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "DeleteCartPriceRuleByName" description: "Goes to the Admin Cart Price Rules grid page. Filters the grid based on the provided Rule Name. Deletes the Price Rule via the grid." - filename: "AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleRuleInfoSectionActionGroup" description: "Goes to the Admin Cart Price Rule grid page. Clicks on Add New Rule. Fills in the provided Rule details." - filename: "StorefrontClickOnMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontClickOnMiniCartActionGroup" description: "" - filename: "AdminFilterCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminFilterCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminFilterCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminFilterCartPriceRuleActionGroup" @@ -5599,7 +5599,7 @@ description: "EXTENDS: AdminFilterCartPriceRuleActionGroup. Removes 'goToEditRulePage'. Validates that the Empty Grid message is present and correct." - filename: "AdminCreateCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleActionGroup" @@ -5624,49 +5624,49 @@ description: "EXTENDS: AdminCreateCartPriceRuleActionGroup. Clicks on 'Active'." - filename: "AdminOpenNewCartPriceRuleFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminOpenNewCartPriceRuleFormPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminOpenNewCartPriceRuleFormPageActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminOpenNewCartPriceRuleFormPageActionGroup" description: "Goes to the Admin Cart Price Rule creation page." - filename: "AssertStorefrontMiniCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" module: "SalesRule" actiongroups: - name: "AssertStorefrontMiniCartItemsActionGroup" description: "" - filename: "StorefrontApplyDiscountCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontApplyDiscountCodeActionGroup" description: "" - filename: "AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminAssertCustomerGroupOnCartPriceRuleForm" description: "" - filename: "ApplyCartRuleOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/ApplyCartRuleOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/ApplyCartRuleOnStorefrontActionGroup.xml" module: "SalesRule" actiongroups: - name: "ApplyCartRuleOnStorefrontActionGroup" description: "Clicks on Add to Cart on a Storefront Product page. Validates that the Success Message is present and correct. Goes to the Storefront Shopping Cart page. Applies the provided Coupon Code to the Shopping Cart." - filename: "StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" module: "CatalogRuleConfigurable" actiongroups: - name: "StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup" description: "Validates that the provided Product Name and Price are present on a Storefront Product page." - filename: "StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" module: "CatalogRuleConfigurable" actiongroups: - name: "StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup" From c4221da6abea16b9edbef9946ccdab9baff0b64d Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Mon, 11 Nov 2019 13:01:25 -0600 Subject: [PATCH 19/91] Update search-endpoint.md --- guides/v2.2/rest/search-endpoint.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md index 01225212ddd..763bce72ff3 100644 --- a/guides/v2.2/rest/search-endpoint.md +++ b/guides/v2.2/rest/search-endpoint.md @@ -5,10 +5,10 @@ contributor_name: comwrap GmbH contributor_link: https://www.comwrap.com/ --- -By using `/rest//V1/search`, you can search through the catalog. The obtained results will come from your configured search engine (**Stores** > Settings > **Configuration** > **Catalog** > **Catalog Search** > **Search engine**). -This means you can collect results from search engine that is enabled. And those results will be equal to the results that are coming by using the regular frontend search. +By using `/rest//V1/search`, you can search through the catalog. The response will come from your configured search engine (**Stores** > Settings > **Configuration** > **Catalog** > **Catalog Search** > **Search engine**). +This means you can collect results from the search engine that is enabled. These results are the same as those returned by using the regular frontend search. -There are three types of request queries that are provided by default +Magento provides three types of request queries by default: * quick_search_container * catalog_view_container @@ -19,19 +19,19 @@ All of them run against the `catalogsearch_fulltext` index. The basic usage is: ```http -GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& +GET /rest//V1/search?searchCriteria[requestName]=quick_search_container& searchCriteria[filter_groups][0][filters][0][field]=search_term& searchCriteria[filter_groups][0][filters][0][value]=TermA ``` To specify more than one word in the search, separate the words with an empty space, just like you would do in the regular search box: ```http -GET {{URL}}rest/V1/search?searchCriteria[requestName]=quick_search_container& +GET /rest//V1/search?searchCriteria[requestName]=quick_search_container& searchCriteria[filter_groups][0][filters][0][field]=search_term& searchCriteria[filter_groups][0][filters][0][value]=TermA TermB ``` -The search term can be applied to any searchable attribute (**Stores** > Attributes > **Product**, open the attribute, or, when clicked Add New Attribute, from sidebar select **Storefront Properties**, and then if **Use in search** is set to `Yes`, the attribute is searchable). The search query can be part of the product name, SKU, or any other custom attribute. +The search term can be applied to any searchable attribute. To make an attribute searchable, set **Stores** > Attributes > **Product** > > **Storefront Properties** > **Use in Search** to **Yes**. The search query can include the product name, SKU, or any other custom attribute. Each searchable attribute has its search boost, which defaults to 1. Exceptions are `sku`, with a boost of 6, and product `name`, with a boost of 5. @@ -55,7 +55,7 @@ For more details, review `Magento/CatalogSearch/etc/search_request.xml`. ### Get products within a price range ```http -searchCriteria[requestName]=advanced_search_container& +GET /rest//V1/search?searchCriteria[requestName]=advanced_search_container& searchCriteria[filter_groups][0][filters][0][field]=price.from& searchCriteria[filter_groups][0][filters][0][value]=2& searchCriteria[filter_groups][0][filters][1][field]=price.to& @@ -65,7 +65,7 @@ searchCriteria[filter_groups][0][filters][1][value]=3 ### Get products where the SKU might contain a specified string ```http -searchCriteria[requestName]=advanced_search_container& +GET /rest//V1/search?searchCriteria[requestName]=advanced_search_container& searchCriteria[filter_groups][0][filters][0][field]=sku& searchCriteria[filter_groups][0][filters][0][value]=shirt& searchCriteria[filter_groups][0][filters][0][condition_type]=like @@ -74,10 +74,10 @@ searchCriteria[filter_groups][0][filters][0][condition_type]=like ### Get all products from a given category ```http -searchCriteria[requestName]=catalog_view_container& +GET /rest//V1/search?searchCriteria[requestName]=catalog_view_container& searchCriteria[filter_groups][0][filters][0][field]=category_ids& searchCriteria[filter_groups][0][filters][0][value][0]=4& searchCriteria[filter_groups][0][filters][0][condition_type]=eq ``` -Both `quick_search_container` and `catalog_view_container` are equipped by default to return aggregations, specifying the particular buckets of results. This is not true for `advanced_search_container`. +Both `quick_search_container` and `catalog_view_container` return aggregations, specifying the particular buckets of results. This is not true for `advanced_search_container`. From aa13aae30ebdc51873ebc80238d11cd2955285f8 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 11 Nov 2019 13:17:06 -0600 Subject: [PATCH 20/91] Fixed double quotes. --- _data/actiongroups.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/actiongroups.yml b/_data/actiongroups.yml index e01d666d411..0df69d6abd4 100644 --- a/_data/actiongroups.yml +++ b/_data/actiongroups.yml @@ -3216,7 +3216,7 @@ module: "Checkout" actiongroups: - name: "AdminCheckoutSelectCheckMoneyOrderBillingMethodActionGroup" - description: "Selects the Billing Method "Check / Money order" on the Admin 'Create New Order for' page." + description: "Selects the Billing Method 'Check / Money order' on the Admin 'Create New Order for' page." - filename: "VerifyCheckoutPaymentOrderSummaryActionGroup.xml" repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml" From d1eac16254b61c20263e3dbbfd2a783399f2cca7 Mon Sep 17 00:00:00 2001 From: Ken Hicks Date: Mon, 11 Nov 2019 16:01:33 -0600 Subject: [PATCH 21/91] Google 3.0.2 - RN Initial Draft --- .../google-shopping-ads/release-notes/index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/extensions/google-shopping-ads/release-notes/index.md b/extensions/google-shopping-ads/release-notes/index.md index 826c2ab146b..592a442ebdc 100644 --- a/extensions/google-shopping-ads/release-notes/index.md +++ b/extensions/google-shopping-ads/release-notes/index.md @@ -23,6 +23,20 @@ The release notes include: - {:.fix}Fixes and improvements - {:.bug}Known issues +### v3.0.2 + +Google Shopping ads Channel 3.0.2 is compatible with versions 2.2.4+, 2.3.0, 2.3.1, and 2.3.2 of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}. + +- {:.new}**Admin Panel Access**: Improved the onboarding process to allow access to the side _Admin_ panel when the initial _Welcome to Google Shopping ads Channel in Magento_ screen displays. + +- {:.fix}**Shopping Cart**: Corrected an issue causing an error when attempting to delete an item from the shopping cart. + +- {:.fix}**Add to Cart**: Corrected an issue causing an error when hovering over an item on the store landing page and clicking **Add to Cart**. With this release, if all item required item options (size, color, etc) are not complete when attempting to **Add to Cart**, a message appears stating that you must choose options for your item. + +- {:.fix}**Verify and Claim Site**: Corrected an issue causing your site to become [Unclaimed](https://docs.magento.com/m2/ee/user_guide/sales-channels/google-ads/manually-verify-claim-site.html) in your [Google Merchant Center account](https://docs.magento.com/m2/ee/user_guide/sales-channels/google-ads/google-account-managment.html) when attempting to create a new Google ads campaign. This issue also prevented the site from being reclaimed. + +- {:.fix}**Onboarding FAQ**: Corrected the _Read FAQ_ link on the initial _Welcome to Google Shopping ads Channel in Magento_ screen. + ### v3.0.1 Google Shopping ads Channel 3.0.1 is compatible with versions 2.2.4+, 2.3.0, 2.3.1, and 2.3.2 of {{site.data.var.ce}}, {{site.data.var.ee}}, and {{site.data.var.ece}}. From 92554768fcac39a20168966854571aebaa67f038 Mon Sep 17 00:00:00 2001 From: Marjan Date: Wed, 13 Nov 2019 17:57:49 +0100 Subject: [PATCH 22/91] Outline differences between search types and v1/search and v1/products --- guides/v2.2/rest/search-endpoint.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md index 763bce72ff3..484c0cd6beb 100644 --- a/guides/v2.2/rest/search-endpoint.md +++ b/guides/v2.2/rest/search-endpoint.md @@ -80,4 +80,28 @@ searchCriteria[filter_groups][0][filters][0][value][0]=4& searchCriteria[filter_groups][0][filters][0][condition_type]=eq ``` -Both `quick_search_container` and `catalog_view_container` return aggregations, specifying the particular buckets of results. This is not true for `advanced_search_container`. +## Some differences between the search types + +* Only the `quick_search_container` san use `search_term` as field +* Both `quick_search_container` and `catalog_view_container` are equipped by default to return aggregations, specifying the particular buckets of results. This is not true for `advanced_search_container`. +* The `catalog_view_container` can query for product visibility, the `advanced_search_container` cannot +* The `advanced_search_container` can query for product sku (and use any condition, e.g. `eq`, `like`, `finset` etc.), the `catalog_view_container` cannot + + +## Some differences between GET V1/search and GET V1/products + +Property | Products | Search +--- | --- | --- +Needs authorization token| Yes | No +Direct access to product data | Yes | No (the Search engine acts as proxy) +Can specify any product attribute | Yes | No +Has product data in the response | Yes | No +Usage feels like | Admin panel product grid search | Frontend catalog search +Results sorted by search relevance | No | Yes +Has aggregations/buckets in the response | No | `quick_search_container` and `catalog_view_container` + +##Summary + +The `V1/search` endpoint is likely more useful assuming you have only human (or human like) search terms at hand, targeted to isolate only one, or a really limited set of products. The added benefit is that the results are pre-sorted by their applicable search relevance. + +In all other cases, for example when building and filtering product collections, and especially when other non-human backend data is available, e.g. attribute's options ids, the `V1/products` endpoint is always a good choice. \ No newline at end of file From 238fdc3df1fbdbcd3d192983916e1dc135fc4d4e Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Thu, 14 Nov 2019 00:15:59 -0600 Subject: [PATCH 23/91] Update search-endpoint.md --- guides/v2.2/rest/search-endpoint.md | 145 +++++++++++++++++----------- 1 file changed, 90 insertions(+), 55 deletions(-) diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md index 484c0cd6beb..edc0511ade9 100644 --- a/guides/v2.2/rest/search-endpoint.md +++ b/guides/v2.2/rest/search-endpoint.md @@ -1,58 +1,102 @@ --- group: rest-api -title: Search with the /search endpoint +title: Search for products with the /search endpoint contributor_name: comwrap GmbH contributor_link: https://www.comwrap.com/ --- -By using `/rest//V1/search`, you can search through the catalog. The response will come from your configured search engine (**Stores** > Settings > **Configuration** > **Catalog** > **Catalog Search** > **Search engine**). -This means you can collect results from the search engine that is enabled. These results are the same as those returned by using the regular frontend search. +Magento provides two endpoints for searching products: -Magento provides three types of request queries by default: +* `GET V1/search` +* `GET V1/products` -* quick_search_container -* catalog_view_container -* advanced_search_container +The `GET V1/search` endpoint replicates the search capabilities that customers and guests use to find products on the storefront. The `GET V1/products` endpoint returns results like you would receive by searching on the product grid page in the Admin. + +The following table highlights the differences between these two endpoints: + +Property | V1/products | V1/search +--- | --- | --- +Requires authorization token? | Yes | No +Has direct access to product data? | Yes | No (the Search engine acts as proxy) +Can specify any product attribute? | Yes | No +Contains product data in the response? | Yes | No +Are results sorted by search relevance? | No | Yes +Contains aggregations/buckets in the response? | No | Yes, for `quick_search_container` and `catalog_view_container` searches + +The `V1/search` endpoint is generally more useful when you have only human (or human-like) search terms at hand, targeted to isolate a single product or a limited set of products. An added benefit is that the results are pre-sorted by their applicable search relevance. + +In all other cases, for example when building and filtering product collections, and especially when other non-human backend data is available, such as an attribute's option IDs, the `V1/products` endpoint is a good choice. + +## Build queries for V1/search + +When you use `V1/search`, you are searching for products through the catalog. The response comes from the configured search engine (**Stores** > Settings > **Configuration** > **Catalog** > **Catalog Search** > **Search engine**), and the results are the same as those returned by using the regular frontend search. -All of them run against the `catalogsearch_fulltext` index. +All search queries run against the `catalogsearch_fulltext` index. -The basic usage is: +The basic structure of a REST call using `V1/search` follows: ```http -GET /rest//V1/search?searchCriteria[requestName]=quick_search_container& -searchCriteria[filter_groups][0][filters][0][field]=search_term& -searchCriteria[filter_groups][0][filters][0][value]=TermA +GET /rest//V1/search?searchCriteria[requestName]=& +searchCriteria[filter_groups][0][filters][0][field]=& +searchCriteria[filter_groups][0][filters][0][value]= ``` -To specify more than one word in the search, separate the words with an empty space, just like you would do in the regular search box: + +By default, the container name can be one of these values: + +* quick_search_container +* advanced_search_container +* catalog_view_container + +The possible values for the filter name and the search value are specific for each container. + +Each searchable attribute defines a search boost value, which defaults to 1. However, some predefined attributes have higher values. For example, the default boost value for `sku` is 6, while the `name` has a default value of 5. + +For more details about the capabilities of searches using `V1/search`, review `Magento/CatalogSearch/etc/search_request.xml`. + +### Quick searches + +The `quick_search_container` request allows you to perform the same search that a customer performs on the storefront. + +By default, a filter name can be one of these: + +* `category_ids` +* `price.from` +* `price.to` +* `search_term` +* `visibility` + +Quick searches return aggreggations and buckets. + +#### Example + +The following example performs a quick search for `digital watch`: ```http -GET /rest//V1/search?searchCriteria[requestName]=quick_search_container& +GET /rest//V1/search?searchCriteria[requestName]=& searchCriteria[filter_groups][0][filters][0][field]=search_term& -searchCriteria[filter_groups][0][filters][0][value]=TermA TermB +searchCriteria[filter_groups][0][filters][0][value]=digital watch ``` -The search term can be applied to any searchable attribute. To make an attribute searchable, set **Stores** > Attributes > **Product** > > **Storefront Properties** > **Use in Search** to **Yes**. The search query can include the product name, SKU, or any other custom attribute. +### Advanced searches -Each searchable attribute has its search boost, which defaults to 1. -Exceptions are `sku`, with a boost of 6, and product `name`, with a boost of 5. +The `advanced_search_container` request performs more complex searches, like those possible on the Advanced Search page. -For both `quick_search_container` and `catalog_view_container`, three filters available by default +The default filters for advanced searches can use the following [field] value: -* category_ids -* price (from, to) -* visibility +* `category_ids` +* `price.from` +* `price.to` +* `sku` -The `advanced_search_container` has the following filters: +The filter can also be any searchable attribute. To make an attribute searchable, set **Stores** > Attributes > **Product** > > **Storefront Properties** > **Use in Search** to **Yes**. The search query can include attributes such as the product name, SKU, or any other custom attribute. -* category_ids -* price (from, to) -* sku +Advanced searches can use any condition type to make comparisions, such as `like`, `eq`, or `finset`. See [Search using REST]({{page.baseurl}}//rest/performing-searches.html) describes condition types. -For more details, review `Magento/CatalogSearch/etc/search_request.xml`. +Advanced searches do not return aggregation data. -## Example filters +#### Examples -### Get products within a price range +The following example get products within a price range: ```http GET /rest//V1/search?searchCriteria[requestName]=advanced_search_container& @@ -62,7 +106,7 @@ searchCriteria[filter_groups][0][filters][1][field]=price.to& searchCriteria[filter_groups][0][filters][1][value]=3 ``` -### Get products where the SKU might contain a specified string +The following example gets products where the SKU might contain a specified string: ```http GET /rest//V1/search?searchCriteria[requestName]=advanced_search_container& @@ -71,7 +115,20 @@ searchCriteria[filter_groups][0][filters][0][value]=shirt& searchCriteria[filter_groups][0][filters][0][condition_type]=like ``` -### Get all products from a given category +### Catalog view searches + +The `catalog_view_container`request accepts the following filters: + +* `category_ids` +* `price.from` +* `price.to` +* `visibility` + +Quick searches return aggreggations and buckets. + +#### Example + +The following example gets all products in a given category: ```http GET /rest//V1/search?searchCriteria[requestName]=catalog_view_container& @@ -80,28 +137,6 @@ searchCriteria[filter_groups][0][filters][0][value][0]=4& searchCriteria[filter_groups][0][filters][0][condition_type]=eq ``` -## Some differences between the search types - -* Only the `quick_search_container` san use `search_term` as field -* Both `quick_search_container` and `catalog_view_container` are equipped by default to return aggregations, specifying the particular buckets of results. This is not true for `advanced_search_container`. -* The `catalog_view_container` can query for product visibility, the `advanced_search_container` cannot -* The `advanced_search_container` can query for product sku (and use any condition, e.g. `eq`, `like`, `finset` etc.), the `catalog_view_container` cannot - - -## Some differences between GET V1/search and GET V1/products - -Property | Products | Search ---- | --- | --- -Needs authorization token| Yes | No -Direct access to product data | Yes | No (the Search engine acts as proxy) -Can specify any product attribute | Yes | No -Has product data in the response | Yes | No -Usage feels like | Admin panel product grid search | Frontend catalog search -Results sorted by search relevance | No | Yes -Has aggregations/buckets in the response | No | `quick_search_container` and `catalog_view_container` - -##Summary - -The `V1/search` endpoint is likely more useful assuming you have only human (or human like) search terms at hand, targeted to isolate only one, or a really limited set of products. The added benefit is that the results are pre-sorted by their applicable search relevance. +## Build queries for V1/products -In all other cases, for example when building and filtering product collections, and especially when other non-human backend data is available, e.g. attribute's options ids, the `V1/products` endpoint is always a good choice. \ No newline at end of file +[Search using REST]({{page.baseurl}}//rest/performing-searches.html) provides examples that can be used to search for products. From e7298ff963035a544149c0ae9df3252f4b7b3f70 Mon Sep 17 00:00:00 2001 From: Ken Hicks Date: Thu, 14 Nov 2019 14:46:30 -0600 Subject: [PATCH 24/91] Added PHP note added a note regarding required PHP setting for Google reCAPTCHA. This update was vetted and approved by Rick Tempesta. --- guides/v2.3/security/google-recaptcha.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guides/v2.3/security/google-recaptcha.md b/guides/v2.3/security/google-recaptcha.md index ebccd665e21..b340193b525 100644 --- a/guides/v2.3/security/google-recaptcha.md +++ b/guides/v2.3/security/google-recaptcha.md @@ -21,6 +21,9 @@ The Google reCAPTCHA extension is bundled and installed with {{site.data.var.ce} ## Configure reCAPTCHA +{:.bs-callout .bs-callout-warning} +Before reCAPTCHA can be configured, you must ensure that your `PHP.ini` file includes the following setting: `allow_url_fopen = 1`. See [Required PHP Settings]({{page.baseurl}}/install-gde/prereq/php-settings.html}}). + See the Magento Admin User Guide [Open Source](https://docs.magento.com/m2/ce/user_guide/stores/security-google-recaptcha.html) and [Commerce](https://docs.magento.com/m2/ee/user_guide/stores/security-google-recaptcha.html) for configuration options in the Magento Admin and storefront. ## Troubleshooting From bd9163a4277c97cbbba620e90a01cd3b3c85748a Mon Sep 17 00:00:00 2001 From: Ken Hicks <46905350+hickskenh@users.noreply.github.com> Date: Fri, 15 Nov 2019 14:26:33 -0600 Subject: [PATCH 25/91] Update guides/v2.3/security/google-recaptcha.md Accepted approver's suggestion Co-Authored-By: Shrie Spangler --- guides/v2.3/security/google-recaptcha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/security/google-recaptcha.md b/guides/v2.3/security/google-recaptcha.md index b340193b525..7ef16d1afd4 100644 --- a/guides/v2.3/security/google-recaptcha.md +++ b/guides/v2.3/security/google-recaptcha.md @@ -22,7 +22,7 @@ The Google reCAPTCHA extension is bundled and installed with {{site.data.var.ce} ## Configure reCAPTCHA {:.bs-callout .bs-callout-warning} -Before reCAPTCHA can be configured, you must ensure that your `PHP.ini` file includes the following setting: `allow_url_fopen = 1`. See [Required PHP Settings]({{page.baseurl}}/install-gde/prereq/php-settings.html}}). +Before reCAPTCHA can be configured, ensure that your `PHP.ini` file includes this setting: `allow_url_fopen = 1`. See [Required PHP Settings]({{page.baseurl}}/install-gde/prereq/php-settings.html}}). See the Magento Admin User Guide [Open Source](https://docs.magento.com/m2/ce/user_guide/stores/security-google-recaptcha.html) and [Commerce](https://docs.magento.com/m2/ee/user_guide/stores/security-google-recaptcha.html) for configuration options in the Magento Admin and storefront. From bd3533c7ff6e5a094c91852342e2f77ccf5e52a6 Mon Sep 17 00:00:00 2001 From: Ken Hicks <46905350+hickskenh@users.noreply.github.com> Date: Fri, 15 Nov 2019 14:51:53 -0600 Subject: [PATCH 26/91] fixed broken link --- guides/v2.3/security/google-recaptcha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.3/security/google-recaptcha.md b/guides/v2.3/security/google-recaptcha.md index 7ef16d1afd4..3b802144838 100644 --- a/guides/v2.3/security/google-recaptcha.md +++ b/guides/v2.3/security/google-recaptcha.md @@ -22,7 +22,7 @@ The Google reCAPTCHA extension is bundled and installed with {{site.data.var.ce} ## Configure reCAPTCHA {:.bs-callout .bs-callout-warning} -Before reCAPTCHA can be configured, ensure that your `PHP.ini` file includes this setting: `allow_url_fopen = 1`. See [Required PHP Settings]({{page.baseurl}}/install-gde/prereq/php-settings.html}}). +Before reCAPTCHA can be configured, ensure that your `PHP.ini` file includes this setting: `allow_url_fopen = 1`. See [Required PHP Settings]({{page.baseurl}}/install-gde/prereq/php-settings.html). See the Magento Admin User Guide [Open Source](https://docs.magento.com/m2/ce/user_guide/stores/security-google-recaptcha.html) and [Commerce](https://docs.magento.com/m2/ee/user_guide/stores/security-google-recaptcha.html) for configuration options in the Magento Admin and storefront. From a2e9d8f3152b7f98df66f13cd96e4ab1fa0bdd22 Mon Sep 17 00:00:00 2001 From: Luan Alves Date: Sat, 16 Nov 2019 13:38:34 -0300 Subject: [PATCH 27/91] removing variable and remove link for example --- _config.yml | 1 - guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 1 - 2 files changed, 2 deletions(-) diff --git a/_config.yml b/_config.yml index 11fbdc8cfb3..0ad8de2beb6 100644 --- a/_config.yml +++ b/_config.yml @@ -199,7 +199,6 @@ githuburl22: https://github.com/magento/devdocs/tree/master/guides/v2.2/ # 2.3 variables gdeurl23: /guides/v2.3/ githuburl23: https://github.com/magento/devdocs/tree/master/guides/v2.3/ -githuburl23tree: https://github.com/magento/magento2/tree/ ########## diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index 50cd92e95e4..a3449ff29bf 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -143,5 +143,4 @@ Save your changes to `di.xml` and exit the text editor. ``` 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. -[files inside.]({{ page.mage2blobtree }}/{{ page.guide_version }}/app/code/Magento/Elasticsearch/etc/stopwords){:target="_blank"} Save your changes to `di.xml` and exit the text editor. \ No newline at end of file From c0e260d59f45551ba27d44a23479d6bb6b641232 Mon Sep 17 00:00:00 2001 From: Adarsh Manickam Date: Sun, 17 Nov 2019 14:56:16 +0530 Subject: [PATCH 28/91] Added JS script name resolution examples --- guides/v2.2/javascript-dev-guide/javascript/js_debug.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.2/javascript-dev-guide/javascript/js_debug.md b/guides/v2.2/javascript-dev-guide/javascript/js_debug.md index 95fc88994bb..5931fa36980 100644 --- a/guides/v2.2/javascript-dev-guide/javascript/js_debug.md +++ b/guides/v2.2/javascript-dev-guide/javascript/js_debug.md @@ -24,8 +24,8 @@ To locate scripts used for a certain element: Alternatively, you can open the `requirejs-config.js` file from the file system: `pub/static/_requirejs/frontend////requirejs-config.js` 1. In the `var config = {...}` section of `requirejs-config.js`, find the required script name, and view the path to its source file. This path is relative to certain directories, depending on whether it contains [module](https://glossary.magento.com/module) reference: - - If the module context is not specified, the path is relative to `/web` (current theme). If the file is not found there, according to the [assets fallback], it is searched for in parent theme `web` directory, and then `lib/web`(library) directory. - - If the module context is specified, the path is relative to `/_/web` (current theme module). If the file is not found there, according to the assets fallback, it is searched for in the same location in the parent theme files, and then in the `` (module) directory. + - If the module context is not specified, the path is relative to `/web` (current theme). If the file is not found there, according to the [assets fallback], it is searched for in parent theme `web` directory, and then `lib/web`(library) directory. For example, `knockoutjs/knockout` [script name]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Theme/view/base/requirejs-config.js#L10) resolves to `lib/web/knockoutjs/knockout.js`. + - If the module context is specified, the path is relative to `/_/web` (current theme module). If the file is not found there, according to the assets fallback, it is searched for in the same location in the parent theme files, and then in the `` (module) directory. For example, `Magento_Catalog/js/list` [script name]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Catalog/view/frontend/requirejs-config.js#L9) resolves to `Magento_Catalog_module_dir/view/frontend/web/js/list.js`. ## Locate JS component: example From 21bda8599fc7473652f51d48ebc470e1b2377f6a Mon Sep 17 00:00:00 2001 From: Adarsh Manickam Date: Sun, 17 Nov 2019 18:22:22 +0530 Subject: [PATCH 29/91] Fixed incorrect syntax for custom KO checked binding --- guides/v2.2/ui_comp_guide/concepts/magento-bindings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.2/ui_comp_guide/concepts/magento-bindings.md b/guides/v2.2/ui_comp_guide/concepts/magento-bindings.md index 845b73877a5..ccfa8d0729b 100644 --- a/guides/v2.2/ui_comp_guide/concepts/magento-bindings.md +++ b/guides/v2.2/ui_comp_guide/concepts/magento-bindings.md @@ -81,5 +81,5 @@ The table below shows examples of how the Knockout bindings map to their Magento |textInput |`` | `` | |value |`` | `` | |checked |`` | `` | -| |`` | `` | -|checkedValue |`` | `` | +| |`` | `` | +|checkedValue |`` | `` | From f1b649aa38d93e5365c85ce274e1a0e9bf95b72f Mon Sep 17 00:00:00 2001 From: Adarsh Manickam Date: Sun, 17 Nov 2019 18:37:55 +0530 Subject: [PATCH 30/91] Added missing example for i18n Magento binding syntax --- guides/v2.2/ui_comp_guide/concepts/knockout-bindings.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/v2.2/ui_comp_guide/concepts/knockout-bindings.md b/guides/v2.2/ui_comp_guide/concepts/knockout-bindings.md index a19500754f5..6980e5beddf 100644 --- a/guides/v2.2/ui_comp_guide/concepts/knockout-bindings.md +++ b/guides/v2.2/ui_comp_guide/concepts/knockout-bindings.md @@ -225,7 +225,9 @@ The `i18n` binding is used to translate a string according to the currently enab **Usage example**: ```html -
+ + +
From 56ec4a3bead33b9c3df19557494f8bb15cf19d70 Mon Sep 17 00:00:00 2001 From: Nidheesh K K Date: Mon, 18 Nov 2019 13:45:39 +0530 Subject: [PATCH 31/91] Incorrect reference url fixed The reference url was pointing to Customer/Api instead of Catalog/Api --- guides/v2.2/architecture/archi_perspectives/service_layer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/v2.2/architecture/archi_perspectives/service_layer.md b/guides/v2.2/architecture/archi_perspectives/service_layer.md index a28a46247b7..704ef72191c 100644 --- a/guides/v2.2/architecture/archi_perspectives/service_layer.md +++ b/guides/v2.2/architecture/archi_perspectives/service_layer.md @@ -76,5 +76,5 @@ Related topics * [Architectural diagrams]({{page.baseurl}}/architecture/archi_perspectives/arch_diagrams.html) * [Architectural layers overview]({{page.baseurl}}/architecture/archi_perspectives/ALayers_intro.html) -[catalog-api]: {{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Customer/Api -[catalog-api-data]: {{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Customer/Api/Data +[catalog-api]: {{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Catalog/Api +[catalog-api-data]: {{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Catalog/Api/Data From 92cf577058c993719826906bdb4b4104c436ed90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Mon, 18 Nov 2019 12:27:24 -0300 Subject: [PATCH 32/91] Fixing the LESS snippet syntax --- guides/v2.2/javascript-dev-guide/javascript/js-resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/javascript-dev-guide/javascript/js-resources.md b/guides/v2.2/javascript-dev-guide/javascript/js-resources.md index 31fcbfc46b0..0b43a173ca6 100644 --- a/guides/v2.2/javascript-dev-guide/javascript/js-resources.md +++ b/guides/v2.2/javascript-dev-guide/javascript/js-resources.md @@ -146,7 +146,7 @@ To include a 3rd party library and use it within the entire website (using the [ 1. Copy `slick.less` and `slick-theme.less` to the `/web/css/source` folder. Also add both files to `/web/css/source/_extend.less`. - ```less + ```scss @import "slick.less"; @import "slick-theme.less"; ``` From d8c962ca1559dee5feeb38b36d56103691294038 Mon Sep 17 00:00:00 2001 From: Margaret Eker Date: Mon, 18 Nov 2019 09:44:15 -0600 Subject: [PATCH 33/91] Added note for ece-tools patch process fix (#6004) * Added fix for patch process issue introduced by version scheme change for security only patches in Magento 2.3.2-p2. --- guides/v2.2/cloud/release-notes/cloud-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/v2.2/cloud/release-notes/cloud-tools.md b/guides/v2.2/cloud/release-notes/cloud-tools.md index cb925aa5324..43a9c6aa853 100644 --- a/guides/v2.2/cloud/release-notes/cloud-tools.md +++ b/guides/v2.2/cloud/release-notes/cloud-tools.md @@ -26,6 +26,8 @@ The `{{ site.data.var.ct }}` 2002.0.22 release changes the structure of the `{{ - {:.new}Updated the `composer.json` file for the `{{ site.data.var.ct }}` package to add a dependency for the `magento/magento-cloud-patches` v1.0.0 package. + - {:.fix}Fixed an issue that caused the `{{ site.data.var.ct }}` patching process to break when applying patch sets on top of security-only releases, starting with Magento version 2.3.2-p2 and later. This issue was introduced by the new versioning scheme adopted for [security-only patches]({{ site.baseurl }}/guides/v2.3/release-notes/bk-release-notes.html#security-only-patches). + - {:.fix}**Patches and critical fixes**–Update your Cloud environments with `{{ site.data.var.ct }}` version 2002.0.22 to apply the following patches and critical fixes. These patches are included in the `magento/magento-cloud-patches` v1.0.0 package. - {:.fix}**Page Builder security patches for 2.3.1.x and 2.3.2.x releases**–Fixes an issue in Page Builder preview that allows unauthenticated users to access some templating methods that can be used to trigger arbitrary code execution over the network (RCE) resulting in global information leaks. This issue can occur when using unsupported versions of Page Builder with {{ site.data.var.ee }} versions 2.3.1 and 2.3.2. From dfe5c5db26fb3d2c355e5aed2a1a44d3de5edf76 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 18 Nov 2019 11:23:04 -0600 Subject: [PATCH 34/91] Updates yml. Delete unused file. --- _data/actiongroups.yml | 5673 ------------------------- _data/codebase/mftf/action-groups.yml | 1166 ++--- 2 files changed, 583 insertions(+), 6256 deletions(-) delete mode 100644 _data/actiongroups.yml diff --git a/_data/actiongroups.yml b/_data/actiongroups.yml deleted file mode 100644 index 0df69d6abd4..00000000000 --- a/_data/actiongroups.yml +++ /dev/null @@ -1,5673 +0,0 @@ - -- filename: "AdminGridFilterResetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterResetActionGroup.xml" - module: "Ui" - actiongroups: - - name: "AdminGridFilterResetActionGroup" - description: "Scrolls to the top of the page. Clicks on the 'Clear Filters' link, if present, in the Admin Grid 'Filters' section." - -- filename: "AdminGridFilterFillInputFieldActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterFillInputFieldActionGroup.xml" - module: "Ui" - actiongroups: - - name: "AdminGridFilterFillInputFieldActionGroup" - description: "Expands the 'Filters' section of an Admin Grid page. Fills in the provided Filter Value for the provided Filter Name." - -- filename: "AdminSaveAndCloseActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminSaveAndCloseActionGroup.xml" - module: "Ui" - actiongroups: - - name: "AdminFormSaveAndClose" - description: "Clicks on 'Save and Close'. Validates that the Success Message is present." - - - name: "AdminFormSaveAndDuplicate" - description: "Clicks on 'Save and Duplicate'. Validates that the Success Message is present and correct." - -- filename: "AdminGridFilterSearchResultsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterSearchResultsActionGroup.xml" - module: "Ui" - actiongroups: - - name: "AdminGridFilterSearchResultsByInput" - description: "Filters an Admin Grid page using the provided Filter Selector and Search Value." - -- filename: "AdminDataGridFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridFilterActionGroup.xml" - module: "Ui" - actiongroups: - - name: "searchAdminDataGridByKeyword" - description: "Fills 'Search by keyword' on an Admin Grid page. Clicks on Submit Search." - - - name: "resetAdminDataGridToDefaultView" - description: "Resets an Admin Grid page to the 'Default View'." - - - name: "clearFiltersAdminDataGrid" - description: "Clicks on 'Clear Filters' on an Admin Grid page." - -- filename: "AdminDataGridPaginationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridPaginationActionGroup.xml" - module: "Ui" - actiongroups: - - name: "adminDataGridSelectPerPage" - description: "Sets the provided preset 'per page' display setting on an Admin Grid page." - - - name: "adminDataGridSelectCustomPerPage" - description: "Sets the provided custom 'per page' display setting on an Admin Grid page." - - - name: "adminDataGridDeleteCustomPerPage" - description: "Sets the provided custom 'per page' display setting on an Admin Grid page. Deletes the Items listed in a grid. Validates that the 'per page' count in NOT present." - -- filename: "AdminClickSearchInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml" - module: "Ui" - actiongroups: - - name: "AdminClickSearchInGridActionGroup" - description: "" - -- filename: "AdminGridFilterApplyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterApplyActionGroup.xml" - module: "Ui" - actiongroups: - - name: "AdminGridFilterApplyActionGroup" - description: "Clicks on 'Apply Filters' in the 'Filters' section of an Admin Grid page." - -- filename: "AdminFillInputFilterFieldActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml" - module: "Ui" - actiongroups: - - name: "AdminFillInputFilterFieldActionGroup" - description: "" - -- filename: "AdminUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" - module: "Braintree" - actiongroups: - - name: "GoToAllUsers" - description: "Navigate to the Users page via Backend Admin Side Menu. PLEASE NOTE: Use the amOnPage action instead." - - - name: "AdminCreateUserAction" - description: "Creates a User using the NewAdmin User Entity and User Role Entity. PLEASE NOTE: The Action Group values are Hardcoded." - -- filename: "StorefrontFillCartDataActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/StorefrontFillCartDataActionGroup.xml" - module: "Braintree" - actiongroups: - - name: "StorefrontFillCartDataActionGroup" - description: "Fills Cart Data with Braintree using the provided Data Entity." - -- filename: "ConfigureBraintreeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/ConfigureBraintreeActionGroup.xml" - module: "Braintree" - actiongroups: - - name: "ConfigureBraintree" - description: "Sets up the Braintree configuration setting using the BraintreeConfigurationSection Data Entity. PLEASE NOTE: The Action Group values are Hardcoded." - - - name: "DisableBrainTree" - description: "Disables the Braintree and BraintreePaypal configuration settings via the CLI." - -- filename: "AdminRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminRoleActionGroup.xml" - module: "Braintree" - actiongroups: - - name: "GoToUserRoles" - description: "Navigate to the User Roles page via Backend Admin Side Menu. PLEASE NOTE: Use the amOnPage action instead." - - - name: "AdminCreateNewRole" - description: "Creates a User Role using the provided Data." - - - name: "AdminDeleteRoleActionGroup" - description: "Deletes a User Role that contains the text 'Role'. PLEASE NOTE: The Action Group values are Hardcoded." - -- filename: "AdminOrderBraintreeFillActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminOrderBraintreeFillActionGroup.xml" - module: "Braintree" - actiongroups: - - name: "AdminOrderBraintreeFillActionGroup" - description: "Fills in the Payment Method using Braintree details. PLEASE NOTE: The Braintree details are Hardcoded using 'PaymentAndShippingInfo'." - -- filename: "AdminProductAddFPTValueActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Weee/Test/Mftf/ActionGroup/AdminProductAddFPTValueActionGroup.xml" - module: "Weee" - actiongroups: - - name: "AdminProductAddFPTValueActionGroup" - description: "Adds the provided FPT details (Attribute Code, Country, State and Value) on the Admin Product creation/edit page." - -- filename: "StorefrontFillContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontFillContactUsFormActionGroup.xml" - module: "Contact" - actiongroups: - - name: "StorefrontFillContactUsFormActionGroup" - description: "Fills Name, Email and Comment on the Storefront 'Contact Us' page." - -- filename: "StorefrontSubmitContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontSubmitContactUsFormActionGroup.xml" - module: "Contact" - actiongroups: - - name: "StorefrontSubmitContactUsFormActionGroup" - description: "Clicks on the 'Submit' button on the Storefront 'Contact Us' page." - -- filename: "AssertMessageContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/AssertMessageContactUsFormActionGroup.xml" - module: "Contact" - actiongroups: - - name: "AssertMessageContactUsFormActionGroup" - description: "Validates that the provided Message appears in the correct Message Type on the Storefront 'Contact Us' page." - -- filename: "StorefrontOpenContactUsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontOpenContactUsPageActionGroup.xml" - module: "Contact" - actiongroups: - - name: "StorefrontOpenContactUsPageActionGroup" - description: "Goes to the Storefront 'Contact Us' page." - -- filename: "AdminCreateWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" - module: "Widget" - actiongroups: - - name: "AdminCreateWidgetActionGroup" - description: "Goes to the Admin Widget creation page. Creates the provided Widget." - - - name: "AdminCreateProductsListWidgetActionGroup" - description: "EXTENDS: AdminCreateWidgetActionGroup. Creates a Product List Widget. Validates that the Success Message is present and correct." - - - name: "AdminCreateDynamicBlocksRotatorWidgetActionGroup" - description: "EXTENDS: AdminCreateWidgetActionGroup. Creates a Dynamic Block Rotate Widget." - - - name: "AdminDeleteWidgetActionGroup" - description: "Goes to the Admin Widget grid page. Deletes the provided Widget. Validates that the Success Message is present and correct." - - - name: "AdminCreateProductLinkWidgetActionGroup" - description: "EXTENDS: AdminCreateWidgetActionGroup. Creates a Product List Widget using the provided Product. Validates that the Success Message is present and correct." - -- filename: "AdminWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminWidgetActionGroup.xml" - module: "Widget" - actiongroups: - - name: "AdminCreateWidgetWithBlockActionGroup" - description: "Goes to the Admin Widgets creation page. Creates the provided Widget which includes the provided Block. Clicks on Save. Validates that the Success Message is preset and correct." - -- filename: "AdminCreateAndSaveWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateAndSaveWidgetActionGroup.xml" - module: "Widget" - actiongroups: - - name: "AdminCreateAndSaveWidgetActionGroup" - description: "EXTENDS: AdminCreateWidgetActionGroup. Clicks on Save. Validates that the Success Message is present and correct." - -- filename: "ClearCacheActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml" - module: "PageCache" - actiongroups: - - name: "ClearCacheActionGroup" - description: "Goes to the Admin Cache Management page. Clicks on 'Flush Magento Cache'." - - - name: "clearPageCache" - description: "Goes to the Admin Cache Management page. Selects 'Refresh'. Checks the 'Page Cache' row. Clicks on Submit." - -- filename: "ClearPageCacheActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearPageCacheActionGroup.xml" - module: "PageCache" - actiongroups: - - name: "ClearPageCacheActionGroup" - description: "Goes to the Admin Cache Management page. Selects 'Refresh'. Checks the 'Page Cache' row. Clicks on Submit." - -- filename: "CreateOrderToPrintPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateOrderToPrintPageActionGroup.xml" - module: "Sales" - actiongroups: - - name: "CreateOrderToPrintPageActionGroup" - description: "Goes to the provided Storefront Category page. Adds the Product to the Cart. Places the Order. Clicks on Print Order." - - - name: "CreateOrderToPrintPageWithSelectedPaymentMethodActionGroup" - description: "EXTENDS: CreateOrderToPrintPageActionGroup. Clicks on 'Check / Money Order'." - -- filename: "AdminAddToOrderConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderConfigurableProductActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAddToOrderConfigurableProductActionGroup" - description: "" - -- filename: "AssertOrderButtonsAvailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderButtonsAvailableActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AssertOrderButtonsAvailableActionGroup" - description: "Validates that the primary buttons appear on the Admin Order edit page." - -- filename: "AdminSubmitOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminSubmitOrderActionGroup" - description: "" - -- filename: "AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAssertRefundOrderStatusCommentsHistoryActionGroup" - description: "Clicks on the 'Comments History' on Admin View Order page. Validates that the provided Order Status and Refund message are present and correct." - -- filename: "AdminCreditMemoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreditMemoActionGroup.xml" - module: "Sales" - actiongroups: - - name: "verifyBasicCreditMemoInformation" - description: "Validates that the provided Customer, Shipping/Billing Address and Customer Group are present and correct on the Admin Credit Memo view page." - - - name: "seeProductInItemsRefunded" - description: "Validates that the provided Product appears in the 'Product' column on the Admin Credit Memo view page." - - - name: "StartToCreateCreditMemoActionGroup" - description: "" - - - name: "SubmitCreditMemoActionGroup" - description: "" - - - name: "UpdateCreditMemoTotalsActionGroup" - description: "" - -- filename: "AdminSelectFlatRateShippingMethodActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSelectFlatRateShippingMethodActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminSelectFlatRateShippingMethodActionGroup" - description: "" - -- filename: "FilterShipmentGridByOrderIdActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterShipmentGridByOrderIdActionGroup.xml" - module: "Sales" - actiongroups: - - name: "FilterShipmentGridByOrderIdActionGroup" - description: "" - -- filename: "StorefrontFillOrdersAndReturnsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontFillOrdersAndReturnsFormActionGroup.xml" - module: "Sales" - actiongroups: - - name: "StorefrontFillOrdersAndReturnsFormActionGroup" - description: "" - -- filename: "AdminOrderFilterByOrderIdAndStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderFilterByOrderIdAndStatusActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminOrderFilterByOrderIdAndStatusActionGroup" - description: "" - -- filename: "AdminOrderActionOnGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionOnGridActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminOrderActionOnGridActionGroup" - description: "" - - - name: "AdminTwoOrderActionOnGridActionGroup" - description: "" - -- filename: "AdminOrderGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderGridActionGroup.xml" - module: "Sales" - actiongroups: - - name: "filterOrderGridById" - description: "Goes to the Admin Orders page. Filters the grid based on the provided Order ID." - - - name: "filterOrderGridByBillingName" - description: "Goes to the Admin Orders page. Filters the grid based on the provided Customer." - - - name: "filterOrderGridByBaseTotalRange" - description: "Goes to the Admin Orders page. Filters the grid based on the provided Grand Total From/To values." - - - name: "filterOrderGridByPurchaseDate" - description: "Goes to the Admin Orders page. Filters the grid based on the provided Purchased Date From/To values." - - - name: "filterOrderGridByStatus" - description: "Filters the Admin Orders grid based on the provided Order Status." - - - name: "AdminOrdersGridClearFiltersActionGroup" - description: "Goes to the Admin Orders grid page. Clicks on 'Clear Filters', if present." - - - name: "OpenOrderById" - description: "EXTENDS: filterOrderGridById. Clicks on the 1st row of the Admin Orders grid." - -- filename: "AdminOrderStatusFormFillAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderStatusFormFillAndSaveActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminOrderStatusFormFillAndSave" - description: "Fills in the provided Status and Label on the Admin Order Status section." - -- filename: "AdminAssertRefundInRefundsGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundInRefundsGridActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAssertRefundInRefundsGridActionGroup" - description: "Goes to the Admin Credit Memo grid page. Filters the grid for the provided Order ID, Memo ID, Refund Status and Refunded Total. Validates that the provided details are present and correct." - -- filename: "CreateNewOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateNewOrderActionGroup.xml" - module: "Sales" - actiongroups: - - name: "useBraintreeForMasterCard" - description: "Selects 'Braintree' as the Payment Method on the Admin New Order creation page. Enters Credit Card details. PLEASE NOTE: The Credit Card details used are Hardcoded using 'PaymentAndShippingInfo'." - -- filename: "StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AssertSalesPrintOrderBillingAddress" - description: "" - -- filename: "AdminAddToOrderDownloadableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderDownloadableProductActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAddToOrderDownloadableProductActionGroup" - description: "" - -- filename: "AssertOrderStatusFormSaveSuccessActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveSuccessActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AssertOrderStatusFormSaveSuccess" - description: "Validates that the Success Message is present and correct." - -- filename: "FilterOrderStatusByLabelAndCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterOrderStatusByLabelAndCodeActionGroup.xml" - module: "Sales" - actiongroups: - - name: "FilterOrderStatusByLabelAndCodeActionGroup" - description: "" - -- filename: "AssertOrderStatusExistsInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusExistsInGridActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AssertOrderStatusExistsInGrid" - description: "Validates that the provided Order Status and Label are present in the Admin Orders grid." - -- filename: "AdminApplyCouponToOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminApplyCouponToOrderActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminApplyCouponToOrderActionGroup" - description: "" - -- filename: "SelectActionForOrdersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/SelectActionForOrdersActionGroup.xml" - module: "Sales" - actiongroups: - - name: "SelectActionForOrdersActionGroup" - description: "" - -- filename: "AdminAssertOrderAvailableButtonsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertOrderAvailableButtonsActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAssertOrderAvailableButtonsActionGroup" - description: "" - -- filename: "AdminOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml" - module: "Sales" - actiongroups: - - name: "navigateToNewOrderPageNewCustomer" - description: "Goes to the Admin Orders grid page. Clicks on 'Create New Order'. Clicks on 'Create New Customer'. Select the provided Store View, if present. Validates that Page Title is present and correct." - - - name: "navigateToNewOrderPageNewCustomerSingleStore" - description: "Goes to the Admin Orders grid page. Clicks on 'Create New Order'. Clicks on 'Create New Customer'. Validates that Page Title is present and correct." - - - name: "navigateToNewOrderPageExistingCustomer" - description: "Goes tot he Admin Orders grid page. Clicks on 'Create New Order'. Filters the grid for the provided Customer. Clicks on the Customer. Selects the provided Store View, if present. Validates that the Page Title is present and correct." - - - name: "NavigateToNewOrderPageExistingCustomerAndStoreActionGroup" - description: "EXTENDS: navigateToNewOrderPageExistingCustomer. Clicks on the provided Store View." - - - name: "checkRequiredFieldsNewOrderForm" - description: "Clears the Email, First Name, Last Name, Street Line 1, City, Postal Code and Phone fields when adding an Order and then verifies that they are required after attempting to Save." - - - name: "addSimpleProductToOrder" - description: "Adds the provided Simple Product to an Order. Fills in the provided Product Qty. Clicks on 'Add Selected Product(s) to Order'." - - - name: "AddSimpleProductWithQtyToOrderActionGroup" - description: "" - - - name: "addConfigurableProductToOrder" - description: "Adds the provided Configurable Product with the provided Option to an Order. Fills in the provided Product Qty. Clicks on 'Add Selected Product(s) to Order'." - - - name: "newAddConfigurableProductToOrder" - description: "" - - - name: "addConfigurableProductToOrderFromAdmin" - description: "EXTENDS: addConfigurableProductToOrder. Selects the provided Option to the Configurable Product." - - - name: "configureOrderedConfigurableProduct" - description: "Clicks on 'Configure' for a Product in the 'Please select products' under the 'Create New Order for' page. Selects the provided Option and Attribute. Fills in the provided Qty. Clicks on Ok." - - - name: "addBundleProductToOrder" - description: "Adds the provided Bundled Product with the provided Option to an Order. Fills in the provided Product Qty. Clicks on 'Add Selected Product(s) to Order'." - - - name: "addBundleProductToOrderAndCheckPriceInGrid" - description: "EXTENDS: addBundleProductToOrder. Validates that the provided Product Price is present and correct in the 'Items Ordered' section." - - - name: "addDownloadableProductToOrder" - description: "Adds a Downloadable Product to an Order. Clicks on 'Add Selected Product(s) to Order'." - - - name: "addGroupedProductOptionToOrder" - description: "Adds the provided Grouped Product with the provided Option to an Order. Fills in the provided Product Qty. Clicks on 'Add Selected Product(s) to Order'." - - - name: "fillOrderCustomerInformation" - description: "Fills in the provided Customer and Address details on the Admin 'Create New Order for' page." - - - name: "orderSelectFlatRateShipping" - description: "Selects the 'Flat Rate' Shipping Method on the Admin 'Create New Order for' page." - - - name: "orderSelectFreeShipping" - description: "Selects the 'Free Shipping' Shipping Method on the Admin 'Create New Order for' page." - - - name: "verifyBasicOrderInformation" - description: "Validates that the provided Customer, Shipping/Billing Address and Customer Group are present and correct on the Admin Orders view page." - - - name: "AssertOrderAddressInformationActionGroup" - description: "" - - - name: "verifyCreatedOrderInformation" - description: "Validates that the Success Message, Order Status (Pending) and Order ID are present and correct." - - - name: "seeProductInItemsOrdered" - description: "Validates that the provided Product is present and correct in the 'Items Ordered' section on the Admin Orders view page." - - - name: "CreateOrderInStoreActionGroup" - description: "Goes to the Admin Create Order page. Creates an Order based on the provided Customer, Store View and Product. Validates that the Success Message is present and correct." - - - name: "CreateOrderInStoreChoosingPaymentMethodActionGroup" - description: "Goes to the Admin Create Order page. Creates an Order based on the provided Customer, Store View and Product. Validates that the Success Message is present and correct." - - - name: "cancelPendingOrder" - description: "Cancels the Pending Order on the Admin Orders view page. Validates that the provided Order Status is present and correct." - - - name: "dontSeeProductInItemsOrdered" - description: "" - - - name: "SelectCheckMoneyPaymentMethod" - description: "Selects the 'Check / Money Order' Payment Method on the Admin Create New Order page." - - - name: "SelectBankTransferPaymentMethodActionGroup" - description: "" - - - name: "SelectCashOnDeliveryPaymentMethodActionGroup" - description: "" - - - name: "SelectPurchaseOrderPaymentMethodActionGroup" - description: "" - - - name: "CreateOrderActionGroup" - description: "Goes to the Admin Create New Order page. Selects the provided Customer. Adds the provided Product to the Order. Clicks on Submit Order. Validates that the Success Message is present and correct." - -- filename: "AdminAssertProductQtyInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertProductQtyInGridActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAssertProductQtyInGridActionGroup" - description: "Goes tot he Admin Catalog Product grid page. Filters the grid based on the provided Product SKU. Validates that the provided Product Qty is present." - -- filename: "AdminCreateInvoiceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreateInvoiceActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminCreateInvoiceActionGroup" - description: "" - - - name: "AdminCreateInvoiceAndShipmentActionGroup" - description: "" - - - name: "AdminCreateInvoiceAndCreditMemoActionGroup" - description: "" - -- filename: "AdminInvoiceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminInvoiceActionGroup.xml" - module: "Sales" - actiongroups: - - name: "verifyBasicInvoiceInformation" - description: "Validates that the provided Customer, Address and Customer Group details are present and correct on the Admin View Invoice page." - - - name: "seeProductInInvoiceItems" - description: "Validates that the provided Product appears under the 'SKU' column in the Admin Invoices edit page." - - - name: "adminFastCreateInvoice" - description: "Clicks on 'Invoice' on the Admin Orders view page. Clicks on 'Submit Invoice'. Clicks on 'View Invoice'." - - - name: "clearInvoicesGridFilters" - description: "Goes to the Admin Invoices grid page. Clicks on 'Clear Filters', if present." - - - name: "goToInvoiceIntoOrder" - description: "Clicks on 'Invoice' on the Admin Orders view page. Validates that the URL and Page Title are correct." - - - name: "StartCreateInvoiceFromOrderPage" - description: "Clicks on 'Invoice' on the Admin Orders view page. Validates that the URL and Page Title are correct." - - - name: "SubmitInvoice" - description: "Clicks on 'Submit Invoice' on the Admin 'New Invoice' page. Validates that the Success Message is present and correct. Validates that the Order ID appears in the URL." - - - name: "filterInvoiceGridByOrderId" - description: "Goes to the Admin Invoices grid page. Filters the grid for the provided Order ID." - - - name: "FilterInvoiceGridByOrderIdWithCleanFiltersActionGroup" - description: "" - -- filename: "AdminAddToOrderCouponCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderCouponCodeActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAddToOrderCouponCodeActionGroup" - description: "" - -- filename: "AdminShipThePendingOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminShipThePendingOrderActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminShipThePendingOrderActionGroup" - description: "" - -- filename: "AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AssertOrderStatusFormSaveDuplicateError" - description: "Validates that the 'Duplicate Order' Error Message is present and correct." - -- filename: "AdminOpenAndFillCreditMemoRefundActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenAndFillCreditMemoRefundActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminOpenAndFillCreditMemoRefundActionGroup" - description: "Clicks on the 'Credit Memos' section on the Admin Orders edit page. Fills in the provided Refund details (Qty to Refund, Shipping Refund, Adjustment Refund, Adjustment Fee and Row number)." - - - name: "AdminOpenAndFillCreditMemoRefundAndBackToStockActionGroup" - description: "EXTENDS: AdminOpenAndFillCreditMemoRefundActionGroup. Checks 'Return to Stock'." - -- filename: "AdminFilterProductInCreateOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminFilterProductInCreateOrderActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminFilterProductInCreateOrderActionGroup" - description: "" - -- filename: "AdminAddToOrderBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderBundleProductActionGroup.xml" - module: "Sales" - actiongroups: - - name: "AdminAddToOrderBundleProductActionGroup" - description: "" - -- filename: "StorefrontOrderActionGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontOrderActionGroupActionGroup.xml" - module: "Sales" - actiongroups: - - name: "StorefrontSearchGuestOrderActionGroup" - description: "Goes to the Storefront Customer Orders and Returns page. Fills in the provided Order ID, Billing Last Name and Email. Clicks on Continue. Validates that the URL is correct." - -- filename: "StorefrontProductVideoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/StorefrontProductVideoActionGroup.xml" - module: "ProductVideo" - actiongroups: - - name: "assertProductVideoStorefrontProductPage" - description: "Validates that the provided Video is present on the Storefront Product page." - - - name: "assertProductVideoNotInStorefrontProductPage" - description: "Validates that the provided Video is NOT present on the Storefront Product page." - -- filename: "AdminProductVideoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AdminProductVideoActionGroup.xml" - module: "ProductVideo" - actiongroups: - - name: "addProductVideo" - description: "Expands the 'Images And Videos' section on the Admin Product creation/edit page. Adds the provided Video to the Product. Clicks on Save." - - - name: "removeProductVideo" - description: "Expands the 'Images And Videos' section on the Admin Product creation/edit page. Clicks on the Remove Video button." - - - name: "assertProductVideoAdminProductPage" - description: "Validates that the provided Video is present on the Admin Product creation/edit page." - - - name: "assertProductVideoNotInAdminProductPage" - description: "Validates that the provided Video is NOT present on the Admin Product creation/edit page." - -- filename: "AdminChangeInstantPurchaseButtonTextActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseButtonTextActionGroup.xml" - module: "InstantPurchase" - actiongroups: - - name: "AdminChangeInstantPurchaseButtonTextActionGroup" - description: "" - -- filename: "AdminOpenInstantPurchaseConfigPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminOpenInstantPurchaseConfigPageActionGroup.xml" - module: "InstantPurchase" - actiongroups: - - name: "AdminOpenInstantPurchaseConfigPageActionGroup" - description: "" - -- filename: "AdminChangeInstantPurchaseStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseStatusActionGroup.xml" - module: "InstantPurchase" - actiongroups: - - name: "AdminChangeInstantPurchaseStatusActionGroup" - description: "" - -- filename: "StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" - module: "Persistent" - actiongroups: - - name: "StorefrontAssertPersistentCustomerWelcomeMessageActionGroup" - description: "" - - - name: "StorefrontAssertPersistentCustomerWelcomeMessageNotPresentActionGroup" - description: "" - -- filename: "StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" - module: "Persistent" - actiongroups: - - name: "StorefrontAssertPersistentRegistrationPageFields" - description: "" - -- filename: "StorefrontCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" - module: "Persistent" - actiongroups: - - name: "CustomerLoginOnStorefrontWithRememberMeChecked" - description: "EXTENDS: LoginToStorefrontActionGroup. Checks the 'Remember Me' checkbox." - - - name: "CustomerLoginOnStorefrontWithRememberMeUnChecked" - description: "EXTENDS: LoginToStorefrontActionGroup. Uncheck the 'Remember Me' checkbox." - - - name: "StorefrontRegisterCustomerRememberMe" - description: "" - - - name: "StorefrontCreateCustomerOnRegisterPageDoNotRememberMe" - description: "" - -- filename: "AssertElementInTranslateInlineModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Translation/Test/Mftf/ActionGroup/AssertElementInTranslateInlineModeActionGroup.xml" - module: "Translation" - actiongroups: - - name: "AssertElementInTranslateInlineModeActionGroup" - description: "" - -- filename: "AdminTranslateElementActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Translation/Test/Mftf/ActionGroup/AdminTranslateElementActionGroup.xml" - module: "Translation" - actiongroups: - - name: "AdminTranslateElementActionGroup" - description: "" - -- filename: "AdminOpenNewVariablePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenNewVariablePageActionGroup.xml" - module: "Variable" - actiongroups: - - name: "AdminOpenNewVariablePageActionGroup" - description: "" - -- filename: "AdminFilterVariableGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFilterVariableGridActionGroup.xml" - module: "Variable" - actiongroups: - - name: "AdminFilterVariableGridActionGroup" - description: "" - -- filename: "AdminNavigateToVariablePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminNavigateToVariablePageActionGroup.xml" - module: "Variable" - actiongroups: - - name: "AdminNavigateToVariablePageByCodeActionGroup" - description: "" - -- filename: "AdminOpenVariablesGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenVariablesGridPageActionGroup.xml" - module: "Variable" - actiongroups: - - name: "AdminOpenVariablesGridPageActionGroup" - description: "" - -- filename: "CreateCustomVariableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/CreateCustomVariableActionGroup.xml" - module: "Variable" - actiongroups: - - name: "CreateCustomVariableActionGroup" - description: "Goes to the Custom Variable creation page. Fills in the Custom Variable details. PLEASE NOTE: The Custom Variable details are Hardcoded using 'customVariable'." - - - name: "DeleteCustomVariableActionGroup" - description: "Goes to the Custom Variable grid page. Deletes the Custom Variable. PLEASE NOTE: The Custom Variable that is deleted is Hardcoded using 'customVariable'." - -- filename: "AdminFillVariableFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFillVariableFormActionGroup.xml" - module: "Variable" - actiongroups: - - name: "AdminFillVariableFormActionGroup" - description: "" - -- filename: "AssertAdminCustomVariableFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableFormActionGroup.xml" - module: "Variable" - actiongroups: - - name: "AssertAdminCustomVariableFormActionGroup" - description: "" - -- filename: "AssertAdminCustomVariableInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableInGridActionGroup.xml" - module: "Variable" - actiongroups: - - name: "AssertAdminCustomVariableInGridActionGroup" - description: "" - -- filename: "ConfigWebUrlOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWebUrlOptionsActionGroup.xml" - module: "Config" - actiongroups: - - name: "EnableWebUrlOptions" - description: "Goes to the 'Configuration' page for 'Url Options'. Enables 'Add Store Code to Urls'. Clicks on the Save button." - - - name: "ResetWebUrlOptions" - description: "Goes to the 'Configuration' page for 'Url Options'. Disables 'Add Store Code to Urls'. Clicks on the Save button." - -- filename: "AdminConfigCreateNewAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigCreateNewAccountActionGroup.xml" - module: "Config" - actiongroups: - - name: "SetGroupForValidVATIdIntraUnionActionGroup" - description: "Goes to the 'Configuration' page for 'Customer Configuration'. Sets the 'Group For Valid VAT ID Intra Union' option. Clicks on the Save button. Validates the the Save message is present." - -- filename: "SwitcherActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/SwitcherActionGroup.xml" - module: "Config" - actiongroups: - - name: "SwitchToVersion4ActionGroup" - description: "Goes to the 'Configuration' page for 'Content Management'. Sets the 'WYSIWYG Editor' to 'TinyMCE 4'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - -- filename: "GeneralConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/GeneralConfigurationActionGroup.xml" - module: "Config" - actiongroups: - - name: "NavigateToDefaultLayoutsSetting" - description: "Goes to the 'Configuration' page for 'Web'. Expands the 'Default Layouts' section." - - - name: "NavigateToConfigurationGeneralPage" - description: "Goes to the 'Configuration' page for 'General'." - - - name: "SelectTopDestinationsCountry" - description: "Selects the provided Countries under 'Top destinations' on the 'General' section of the 'Configuration' page. Clicks on the Save button." - - - name: "UnSelectTopDestinationsCountry" - description: "Un-selects the provided Countries under 'Top destinations' on the 'General' section of the 'Configuration' page. Clicks on the Save button." - - - name: "SelectCountriesWithRequiredRegion" - description: "Goes to the 'Configuration' page for 'General'. Selects the provided Countries under 'State is Required for'. Clicks on the Save button." - -- filename: "ConfigWYSIWYGActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWYSIWYGActionGroup.xml" - module: "Config" - actiongroups: - - name: "EnabledWYSIWYG" - description: "Enables the WYSIWYG Editor via the CLI." - - - name: "SwitchToTinyMCE3" - description: "Goes to the 'Configuration' page for 'Content Management'. Sets 'WYSIWYG Editor' to 'TinyMCE 3'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - - - name: "DisabledWYSIWYG" - description: "Disables the WYSIWYG Editor via the CLI." - - - name: "UseStaticURLForMediaContentInWYSIWYG" - description: "Goes to the 'Configuration' page for 'Content Management'. Sets 'Use Static URLs for Media Content in WYSIWYG' to the provided value. Clicks on the Save button." - - - name: "EnabledWYSIWYGEditor" - description: "Goes to the 'Configuration' page for 'Content Management'. Sets 'Enable WYSIWYG Editor' to 'Enabled by Default'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - -- filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" - module: "Config" - actiongroups: - - name: "RestoreLayoutSetting" - description: "Goes to the 'Configuration' page for 'Web'. Clicks on the Save button." - -- filename: "AdminSaveConfigActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml" - module: "Config" - actiongroups: - - name: "AdminSaveConfigActionGroup" - description: "" - -- filename: "ConfigSalesTaxClassActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigSalesTaxClassActionGroup.xml" - module: "Config" - actiongroups: - - name: "SetTaxClassForShipping" - description: "Goes to the 'Configuration' page for 'Tax'. Sets 'Tax Class for Shipping' to 'Taxable Goods'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - - - name: "ResetTaxClassForShipping" - description: "Goes to the 'Configuration' page for 'Tax'. Sets 'Tax Class for Shipping' to 'None'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - - - name: "SetTaxApplyOnSetting" - description: "Goes to the 'Configuration' page for 'Tax'. Sets 'Apply Tax On' to the provided value. Clicks on the Save button" - - - name: "DisableTaxApplyOnOriginalPrice" - description: "Goes to the 'Configuration' page for 'Tax'. Sets 'Apply Tax On' to the provided value. Clicks on the Save button." - -- filename: "ConfigAdminCatalogSearchActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminCatalogSearchActionGroup.xml" - module: "Config" - actiongroups: - - name: "ChooseElasticSearchAsSearchEngine" - description: "Goes to the 'Configuration' page for 'Catalog'. Sets the 'Search Engine' to 'elasticsearch5'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - - - name: "ResetSearchEngineConfiguration" - description: "Goes to the 'Configuration' page for 'Catalog'. Sets the 'Search Engine' to 'mysql'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - -- filename: "ConfigAdminAccountSharingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminAccountSharingActionGroup.xml" - module: "Config" - actiongroups: - - name: "ConfigAdminAccountSharingActionGroup" - description: "Goes to the 'Configuration' page for 'Admin'. Enables 'Admin Account Sharing'. Clicks on the Save button." - - - name: "EnableAdminAccountSharingActionGroup" - description: "Enabled 'Admin Account Sharing' via the API." - - - name: "DisableAdminAccountSharingActionGroup" - description: "Disables 'Admin Account Sharing' via the API." - -- filename: "AdminFillIntegrationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminFillIntegrationFormActionGroup.xml" - module: "Integration" - actiongroups: - - name: "AdminFillIntegrationFormActionGroup" - description: "" - -- filename: "AdminOpenNewIntegrationPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminOpenNewIntegrationPageActionGroup.xml" - module: "Integration" - actiongroups: - - name: "AdminOpenNewIntegrationPageActionGroup" - description: "" - -- filename: "AdminSaveIntegrationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminSaveIntegrationActionGroup.xml" - module: "Integration" - actiongroups: - - name: "AdminClickSaveButtonIntegrationFormActionGroup" - description: "" - -- filename: "ApplyCouponOnPaymentPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Payment/Test/Mftf/ActionGroup/ApplyCouponOnPaymentPageActionGroup.xml" - module: "Payment" - actiongroups: - - name: "ApplyCouponOnPaymentPageActionGroup" - description: "Adds the provided Coupon Code on the Storefront Shopping Cart page. Validates that the Discount Verification Message is present and correct." - -- filename: "AdminSetBaseCurrencyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CurrencySymbol/Test/Mftf/ActionGroup/AdminSetBaseCurrencyActionGroup.xml" - module: "CurrencySymbol" - actiongroups: - - name: "AdminSetBaseCurrencyActionGroup" - description: "" - -- filename: "AdminCatalogSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminCatalogSearchTermActionGroup.xml" - module: "CatalogSearch" - actiongroups: - - name: "AssertSearchTermSaveSuccessMessage" - description: "Goes to the Catalog Search Term grid page. Adds the provided Search Term. Validates that the Success Message is present and correct." - - - name: "AssertSearchTermSuccessDeleteMessage" - description: "Goes to the Catalog Search Term grid page. Deletes the provided Search Term. Validates that the Success Message is present and correct." - - - name: "AssertSearchTermNotInGrid" - description: "Goes to the Catalog Search Term grid page. Searches for the provided Search Term. Validates that it is NOT present in the grid." - -- filename: "AdminSetMinimalQueryLengthActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminSetMinimalQueryLengthActionGroup.xml" - module: "CatalogSearch" - actiongroups: - - name: "SetMinimalQueryLengthActionGroup" - description: "Goes to the 'Configuration' page for 'Catalog'. Sets the Minimal Query Length. CLicks on the Save button." - -- filename: "StorefrontCatalogSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchTermActionGroup.xml" - module: "CatalogSearch" - actiongroups: - - name: "AssertSearchTermNotOnFrontend" - description: "Goes to the Storefront. Fills the Search field with the provided Search Query. Clicks on Search. Validates that there are no results." - - - name: "AssertSearchTermOnFrontend" - description: "Fills the Storefront Search field with the provided Search Query. Clicks on Search. Validates that the URL is correct." - -- filename: "StorefrontCatalogSearchActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchActionGroup.xml" - module: "CatalogSearch" - actiongroups: - - name: "StorefrontCheckQuickSearchActionGroup" - description: "Submits Form POST for the Storefront Search feature. Validates that the URL is correct. Validates that the Title is present and correct." - - - name: "StorefrontCheckQuickSearchStringActionGroup" - description: "Fill the Storefront Search field. Submits the Form. Validates that the provided Search Phrase is present and correct." - - - name: "StorefrontOpenProductFromQuickSearch" - description: "Clicks on the provided Product Name from the Storefront Quick Search Results page." - - - name: "StorefrontAddToCartFromQuickSearch" - description: "Adds the provided Product Name to the Shopping Cart from the Storefront Quick Search Results page. Validates that the Success Message is present and correct." - - - name: "StorefrontQuickSearchCheckProductNameInGrid" - description: "Validates that the provided Product Name appears at the correct index on the Storefront Quick Search page." - - - name: "StorefrontQuickSearchSeeProductByName" - description: "" - - - name: "StorefrontQuickSearchCheckProductNameNotInGrid" - description: "Validates that the provided Product Name does NOT appear on the Storefront Quick Search page." - - - name: "StorefrontOpenAdvancedSearchActionGroup" - description: "Clicks on 'Advanced Search' in the Storefront Footer. Validates that the URL and Title are present and correct." - - - name: "StorefrontCheckAdvancedSearchResultActionGroup" - description: "Validates that the URL and Title are present and correct on the Storefront Advanced Search Results page." - - - name: "StorefrontSelectSearchFilterCategoryActionGroup" - description: "Clicks on Category Filter. Clicks on the provided Category." - - - name: "GoToStoreViewAdvancedCatalogSearchActionGroup" - description: "Goes to the Storefront 'Advanced Search' page." - - - name: "StorefrontAdvancedCatalogSearchByProductNameActionGroup" - description: "Fills the Product Name field on the Storefront 'Advanced Search' page. Clicks on the Submit button." - - - name: "StorefrontAdvancedCatalogSearchByProductSkuActionGroup" - description: "Fills the Product SKU field on the Storefront 'Advanced Search' page. Clicks on the Submit button." - - - name: "StorefrontAdvancedCatalogSearchByDescriptionActionGroup" - description: "Fills the Product Description field on the Storefront 'Advanced Search' page. Clicks on the Submit button." - - - name: "StorefrontAdvancedCatalogSearchByShortDescriptionActionGroup" - description: "Fills the Product Short Description field on the Storefront 'Advanced Search' page. Clicks on the Submit button." - - - name: "StorefrontAdvancedCatalogSearchByProductNameAndPriceActionGroup" - description: "Fills the Product Name, Price From and Price To fields on the Storefront 'Advanced Search' page. Clicks on the Submit button." - - - name: "StorefrontAdvancedCatalogSearchByProductNameAndDescriptionActionGroup" - description: "Fills the Product Name and Description fields on the Storefront 'Advanced Search' page. Clicks on the Submit button." - - - name: "StorefrontCheckSearchIsEmpty" - description: "Validates that the 'No Results' message is present and correct on the Storefront Search Results page. PLEASE NOTE: The expected message is Hardcoded." - -- filename: "AdminProductGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductGridActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "resetProductGridToDefaultView" - description: "Sets the Admin Products grid view to the 'Default View'." - - - name: "filterProductGridBySku" - description: "Filters the Admin Products grid by the provided Product (SKU)." - - - name: "filterProductGridBySku2" - description: "Filters the Admin Products grid by the provided Product SKU." - - - name: "filterProductGridByName" - description: "Filters the Admin Products grid by the provided Product (Name)." - - - name: "filterProductGridByName2" - description: "Filters the Admin Products grid by the provided Product Name." - - - name: "filterProductGridBySetNewFromDate" - description: "Filters the Admin Products grid by the New From Data field. PLEASE NOTE: The Start Date is Hardcoded." - - - name: "filterProductGridByPriceRange" - description: "Filters the Admin Products grid by the provided Price Filter." - - - name: "filterProductGridByEnabledStatus" - description: "Filters the Admin Products grid by the 'Enabled' Status. PLEASE NOTE: The Filter is Hardcoded." - - - name: "filterProductGridByDisabledStatus" - description: "Filters the Admin Products grid by the 'Disabled' Status. PLEASE NOTE: The Filter is Hardcoded." - - - name: "searchProductGridByKeyword" - description: "Searches the Admin Products grid for the provided Keyword." - - - name: "searchProductGridByKeyword2" - description: "Searches the Admin Products grid for the provided Keyword." - - - name: "viewProductInAdminGrid" - description: "Filters the Admin Products grid by the provided Product (Name, SKU and Type)." - - - name: "filterProductGridBySkuAndName" - description: "Filters the Admin Products grid by the provided Product (Name and SKU)." - - - name: "deleteProductUsingProductGrid" - description: "Deletes the provided Product from the Admin Products grid page." - - - name: "deleteAllDuplicateProductUsingProductGrid" - description: "EXTENDS: deleteProductUsingProductGrid. Removes 'seeProductSkuInGrid'." - - - name: "deleteProductBySku" - description: "Goes to the Admin Products grid page. Deletes the provided Product SKU." - - - name: "deleteProductByName" - description: "EXTENDS: deleteProductBySku. Deletes the provided Product Name." - - - name: "openProducForEditByClickingRowXColumnYInProductGrid" - description: "Clicks on the 'Edit' button in the Admin Products grid by the provided Grid coordinates (X, Y)." - - - name: "sortProductsByIdDescending" - description: "Filters the ID column in Descending Order." - - - name: "sortProductsByIdAscending" - description: "Filters the ID column in Ascending Order." - - - name: "ChangeStatusProductUsingProductGridActionGroup" - description: "Goes to the Admin Products grid page. Changes the Product Status to the provided Status. Validates that the Success Message is present and correct." - - - name: "NavigateToAndResetProductGridToDefaultView" - description: "EXTENDS: resetProductGridToDefaultView. Adds an action to go to the Admin Products grid page." - - - name: "NavigateToAndResetProductAttributeGridToDefaultView" - description: "Goes to the Product Attributes grid. Clicks on 'Clear Filters'." - - - name: "filterAndSelectProduct" - description: "Goes to the Admin Products grid. Filters the Product grid by the provided Product SKU." - - - name: "deleteProductsIfTheyExist" - description: "Deletes all Products in the Admin Products grid." - -- filename: "DeleteProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "DeleteProductActionGroup" - description: "Deletes the provided Product Name from the Product grid page." - -- filename: "AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertDontSeeProductDetailsOnStorefrontActionGroup" - description: "Validates that the provided Product Info does NOT appear in the Product Number on a Storefront Category page." - -- filename: "StorefrontAssertProductNameOnProductMainPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductMainPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertProductNameOnProductMainPageActionGroup" - description: "Validates that the provided Product Name is present and correct on a Storefront Category page." - -- filename: "CustomOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CustomOptionsActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "CreateCustomRadioOptions" - description: "Adds a custom Radio Product Option with 3 Radio Options to a Product based on the provided Options." - - - name: "AddProductCustomOptionFile" - description: "Add a custom File Product Option to a Product based on the provided File." - - - name: "AddProductCustomOptionField" - description: "Add a custom Field Product Option to a Product based on the provided Option." - - - name: "importProductCustomizableOptions" - description: "Import custom Product Options for the provided Product Name." - - - name: "resetImportOptionFilter" - description: "Click on the Reset Filters button for the Import Options filters on the Product grid page." - - - name: "checkCustomizableOptionImport" - description: "Validate that the Custom Product Option Import value is present and correct." - - - name: "AdminDeleteAllProductCustomOptions" - description: "" - - - name: "AdminAssertProductHasNoCustomOptions" - description: "" - - - name: "AdminAssertProductHasNoCustomOption" - description: "" - - - name: "AdminAssertProductCustomOptionVisible" - description: "" - - - name: "AdminDeleteProductCustomOption" - description: "" - -- filename: "StorefrontCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "GoToStorefrontCategoryPageByParameters" - description: "Goes to the Storefront Category page using URI Search Parameters." - - - name: "VerifyCategoryPageParameters" - description: "Validate that the Category Page parameters are present and correct." - - - name: "StorefrontCheckCategoryActionGroup" - description: "Validate that the Storefront Category is present and correct." - - - name: "StorefrontCheckCategorySimpleProduct" - description: "Validate that the provided Simple Product is present and correct on a Category page." - - - name: "StorefrontCheckAddToCartButtonAbsence" - description: "" - - - name: "StorefrontSwitchCategoryViewToListMode" - description: "Switch the Storefront Category view to List." - - - name: "GoToSubCategoryPage" - description: "Goes to the Storefront page. Open the Parent Category menu in the Top Nav Menu. Click on a Subcategory. Validate that the Subcategory is present and correct." - -- filename: "AssertProductInStorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertProductInStorefrontProductPage" - description: "Goes to the Storefront page. Validates that the provided Product details are present." - - - name: "AssertProductNameAndSkuInStorefrontProductPage" - description: "Goes to the Storefront Product page for the provided Product. Validates that the Product details are present and correct." - - - name: "AssertProductNameAndSkuInStorefrontProductPageByCustomAttributeUrlKey" - description: "Goes to the Storefront Product page for the provided Product. Validates that the Product details are present and correct." - -- filename: "AssertProductInStorefrontCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontCategoryPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertProductInStorefrontCategoryPage" - description: "Goes to Storefront Category page for the provided Category. Validates that the Product details are present and correct." - -- filename: "OpenStoreFrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStoreFrontProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "OpenStoreFrontProductPageActionGroup" - description: "" - -- filename: "AddProductToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddProductToCartActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AddSimpleProductToCart" - description: "Navigates to the Storefront Product page. Then adds the Product to the Cart. Validates that the Success Message is present and correct." - - - name: "StorefrontAddSimpleProductWithQtyActionGroup" - description: "" - -- filename: "AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAddTitleAndPriceValueToCustomOptionActionGroup" - description: "Clicks on 'Add Option'. Fills in the provided Custom Option Title/Type on the Admin Product creation/edit page under the 'Customizable Options' section." - -- filename: "StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup" - description: "" - -- filename: "AdminOpenAttributeSetGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminOpenAttributeSetGridPageActionGroup" - description: "" - -- filename: "AssertSubTotalOnStorefrontMinicartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertSubTotalOnStorefrontMinicartActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertSubTotalOnStorefrontMiniCartActionGroup" - description: "Validates that the provided Sub Total is present in the Storefront Mini Shopping Cart." - -- filename: "AdminSetProductDesignSettingsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetProductDesignSettingsActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminSetProductDesignSettingsActionGroup" - description: "" - -- filename: "AdminCreateRootCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateRootCategoryActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminCreateRootCategory" - description: "Requires navigation to Category creation. Adds a new root category and asserts on creation." - -- filename: "StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup" - description: "EXTENDS: AssertStorefrontProductPricesActionGroup. Selects the provided Custom Product Option on a Storefront Product page." - -- filename: "AdminUnassignProductInWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignProductInWebsiteActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminUnassignProductInWebsiteActionGroup" - description: "" - -- filename: "AdminAddAdvancedPricingToTheProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddAdvancedPricingToTheProductActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAddAdvancedPricingToTheProductActionGroup" - description: "Clicks 'Advanced Pricing' on the Admin Product creation/edit page. Fills in the provided Group Price at the provided Index for CE/EE. Clicks on Done." - - - name: "AdminAddAdvancedPricingToTheProductExtendedActionGroup" - description: "EXTENDS: AdminAddAdvancedPricingToTheProductActionGroup. Removes 'selectProductTierPriceCustomerGroupInput'. Selects the provided Group Price at the provided Index for B2B." - -- filename: "AssertStorefrontProductPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontProductPricesActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertStorefrontProductPricesActionGroup" - description: "Validates that the provided Product Price and Final Product Price are present on the Storefront Product page." - -- filename: "StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertProductSpecialPriceOnProductPageActionGroup" - description: "Goes to the provided Storefront Product page. Validates that the provided Special Price is present and correct." - -- filename: "StorefrontOpenProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontOpenProductPageActionGroup" - description: "Goes to the Storefront Product page for the provided Product URL." - -- filename: "AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertErrorMessageAfterDeletingWebsiteActionGroup" - description: "Goes to the Admin Products grid page. Clicks on Ok. Validates that the provided Error Message is present and correct." - -- filename: "AdminCreateCustomDropDownOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateCustomDropDownOptionsActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminCreateCustomDropDownOptionsActionGroup" - description: "Clicks on 'Add Option'. Adds the 2 provided Options under the provided Custom Option Name to a Product on the Admin Product creation/edit page under the 'Customizable Options' section." - -- filename: "AssertProductOnAdminGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductOnAdminGridActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertProductOnAdminGridActionGroup" - description: "EXTENDS: viewProductInAdminGrid. Removes the 'clickClearFiltersAfter' step from the Action Group." - -- filename: "AdminAddProductCustomOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddProductCustomOptionActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAddProductCustomOptionActionGroup" - description: "Adds the provided Custom Option Title/Type to a Product on the Admin Product creation/edit page under the 'Customizable Options' section." - -- filename: "AdminAddMinimumAdvertisedPriceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddMinimumAdvertisedPriceActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAddMinimumAdvertisedPriceActionGroup" - description: "Clicks 'Advanced Pricing' on the Admin Product creation/edit page. Fills in the provided MSRP details. Clicks on Done." - -- filename: "StorefrontNavigateCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontNavigateCategoryPageActionGroup" - description: "" - -- filename: "SearchForProductOnBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchForProductOnBackendActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "SearchForProductOnBackendActionGroup" - description: "Goto the Product grid page. Search for the provided Product." - - - name: "SearchForProductOnBackendByNameActionGroup" - description: "Search for the provided Product Name." - - - name: "ClearProductsFilterActionGroup" - description: "Goto the Product grid page. Clear the Search Filters for the grid." - -- filename: "AdminSubmitAdvancedInventoryFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSubmitAdvancedInventoryFormActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminSubmitAdvancedInventoryFormActionGroup" - description: "Clicks on Done on the Admin Product creation/edit page on the 'Advanced Inventory' panel." - -- filename: "StorefrontOpenHomePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenHomePageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontOpenHomePageActionGroup" - description: "Goes to the Storefront Homepage." - -- filename: "AdminUnassignCategoryOnProductAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignCategoryOnProductAndSaveActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminUnassignCategoryOnProductAndSaveActionGroup" - description: "" - -- filename: "OpenProductFromCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductFromCategoryPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "OpenProductFromCategoryPageActionGroup" - description: "Goto the provided Category page. Click on the provided Product page." - -- filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontCheckSimpleProduct" - description: "Validates that the provided Simple Product information is present and correct." - - - name: "assertProductImageStorefrontProductPage" - description: "Validates that the provided Product Image is present." - - - name: "assertProductImageStorefrontProductPage2" - description: "Validates that the provided Product Image is present." - - - name: "assertProductImageNotInStorefrontProductPage" - description: "Validates that the provided Product Image is not present." - - - name: "assertProductImageNotInStorefrontProductPage2" - description: "Validates that the provided Product Image is not present." - -- filename: "AdminCreateWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminCreateRecentlyProductsWidgetActionGroup" - description: "EXTENDS: AdminCreateWidgetActionGroup. Adds Product Attributes/Buttons to a Widget. Clicks on the Save button." - -- filename: "AdminProductAttributeSetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeSetActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssignAttributeToGroup" - description: "Assign the provided Attribute to an Attribute Set from the Attribute Sets creation/edit page." - - - name: "UnassignAttributeFromGroup" - description: "Unassign the provided Attribute from an Attribute Set from the Attribute Sets creation/edit page." - - - name: "SaveAttributeSet" - description: "Save an Attribute Set on the Attribute Set creation/edit page." - - - name: "CreateDefaultAttributeSet" - description: "Goes to the Attribute Sets grid page. Clicks on Add. Fill Name. Clicks on Save." - - - name: "goToAttributeGridPage" - description: "Goes to the Attribute Sets grid page." - - - name: "goToAttributeSetByName" - description: "Searches for the provided Attribute Sets Name. Clicks on the 1st row." - - - name: "filterProductAttributeByAttributeLabel" - description: "Searches the Attribute Sets grid page for the provided Attribute Set Name." - - - name: "FilterProductAttributeSetGridByAttributeSetName" - description: "Filters the Attribute Sets grid page for the provided Attribute Set Name." - - - name: "deleteAttributeSetByLabel" - description: "Deletes the provided Attribute Set Name from the Attribute Sets grid page." - -- filename: "CreateNewProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CreateNewProductActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "CreateNewProductActionGroup" - description: "Goes to the Product creation/edit page. Fills in Product Name, Price and Quantity. Then Saves the work." - -- filename: "OpenStorefrontProductPageByProductNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "OpenStorefrontProductPageByProductNameActionGroup" - description: "" - -- filename: "AdminOpenNewProductFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenNewProductFormPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminOpenNewProductFormPageActionGroup" - description: "Goes to the Product creation/edit page for the provided Product Type and Attribute Set ID." - -- filename: "AssertProductDetailsOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductDetailsOnStorefrontActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertProductDetailsOnStorefrontActionGroup" - description: "Validates that the provided Product Info does NOT appear in the Product Number on a Storefront Category page." - -- filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "RestoreLayoutSetting" - description: "Goes to the 'Configuration' page for 'Web'. Selects 'No layout updates' for the Default Product/Category Layouts." - -- filename: "AdminProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "navigateToCreatedProductAttribute" - description: "Goes to the Product Attributes grid page. Filters the grid based on the provided Product Attribute. Clicks on the 1st row." - - - name: "navigateToEditProductAttribute" - description: "Goes to the Product Attributes grid page. Filters the grid based on the provided Product Attribute. Clicks on the 1st row." - - - name: "AdminCreateAttributeFromProductPage" - description: "From the Product creation/edit page, under 'Configurations', Clicks on 'Create Configurations'. Clicks on 'Create New Attribute'. Fills Label. Selects Type. Clicks on Save." - - - name: "AdminCreateAttributeFromProductPageWithScope" - description: "" - - - name: "AdminCreateAttributeWithValueWithTwoStoreViesFromProductPage" - description: "EXTENDS: AdminCreateAttributeFromProductPage. Adds the 2 provided Store Views to a Product. Clicks on Save." - - - name: "AdminProductPageCreateAttributeSetWithAttribute" - description: "Adds the provided Product Attribute Set to a Product on the Product creation/edit page." - - - name: "AdminCreateAttributeWithSearchWeight" - description: "EXTENDS: AdminProductPageCreateAttributeSetWithAttribute. Sets the provided Search Weight and Default Values." - - - name: "AdminProductPageSelectAttributeSet" - description: "Selects the provided Attribute Set from the Admin Product creation/edit page." - - - name: "AdminProductPageFillTextAttributeValueByName" - description: "Fills in the Attribute Name field with the provided value." - - - name: "changeUseForPromoRuleConditionsProductAttribute" - description: "Select the provided value for the 'Use for Promo Rule Conditions' dropdown menu. Clicks on Save. Validates that the Save message is present." - - - name: "deleteProductAttribute" - description: "EXTENDS: navigateToCreatedProductAttribute. Deletes the Product Attribute. Validates that the success message is present." - - - name: "deleteProductAttributeByLabel" - description: "Goes to the Admin Product Attributes grid page. Filters the grid for the provided Product Attribute (Label). Deletes the Product Attribute from the grid. Validates that the Success Message is present." - - - name: "deleteProductAttributeByAttributeCode" - description: "Goes to the Admin Product Attributes grid page. Filters the grid for the provided Product Attribute Code. Deletes the Product Attribute from the grid. Validates that the Success Message is present." - - - name: "filterProductAttributeByAttributeCode" - description: "Filters the Product Attributes grid by the provided Product Attribute Code." - - - name: "filterProductAttributeByDefaultLabel" - description: "Filters the Product Attributes grid by the provided Product Attribute Label." - - - name: "saveProductAttribute" - description: "Clicks on Save. Validates that the Success Message is present." - - - name: "confirmChangeInputTypeModal" - description: "Clicks on the Confirm button for the 'Product Data My Be Lost' modal." - - - name: "saveProductAttributeInUse" - description: "Clicks on Save. Validates that the Success Message is present." - - - name: "addProductAttributeInProductModal" - description: "Adds the provided Attribute Code to the Product on the Admin Product creation/edit page." - - - name: "createProductAttribute" - description: "Clicks on 'Add New Attribute'. Fills in the Attribute Details (Label, Input Type and Value Required). Clicks on Save." - - - name: "createProductAttributeWithTextField" - description: "EXTENDS: createProductAttribute. Fills in the Attribute Code and Default Value (Attribute Type: Text Field)." - - - name: "createProductAttributeWithDateField" - description: "EXTENDS: createProductAttribute. Fills in the Attribute Code and Default Value (Attribute Type: Date Field)." - - - name: "createAttributeDropdownNthOption" - description: "Creates an Option for a Product Attribute (Attribute Type: Dropdown)." - - - name: "createAttributeDropdownNthOptionAsDefault" - description: "EXTENDS: createAttributeDropdownNthOption. Checks the 'Is Default' option." - -- filename: "AdminProductAttributeMassUpdateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeMassUpdateActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminUpdateProductNameAndDescriptionAttributes" - description: "" - -- filename: "StorefrontAddProductToCartWithQtyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCartWithQtyActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAddProductToCartWithQtyActionGroup" - description: "Fills in the provided Product Quantity. Clicks on Add To Cart. Validates that the Success Message is present." - -- filename: "SearchAndMultiselectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAndMultiselectActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "searchAndMultiSelectActionGroup" - description: "Search for and select multiple items in the Magento dropdown UI component." - -- filename: "AdminCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCategoryActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "CreateCategory" - description: "Requires navigation to the Category creation page. Adds a new Subcategory. Validates that the Category was created." - - - name: "goToCreateCategoryPage" - description: "Goes to the Category grid page. Clicks the Add Subcategory button." - - - name: "goToAdminCategoryPageById" - description: "Goes to the Category edit page for a specified Category ID." - - - name: "fillCategoryForm" - description: "Requires navigation to the Subcategory creation/edit page. Fills the Subcategory Name. Fills the Search Engine Optimization." - - - name: "saveCategoryForm" - description: "Requires navigation to the Category creation/edit page. Checks that the url contains the AdminCategoryPage url. Saves the Category." - - - name: "addCategoryImage" - description: "Requires navigation to the Category creation/edit page. Adds the provided image to a Category. Validates that the Image exists." - - - name: "removeCategoryImage" - description: "Requires navigation to the Category creation/edit page. Removes the current Category image. Validates that the Image does not exist." - - - name: "checkCategoryImageInAdmin" - description: "Requires navigation to the Category creation/edit page. Click on the Upload button. Validates that the Image exists." - - - name: "navigateToMediaGallery" - description: "Navigates to the category page and Opens the Media Gallery." - - - name: "CheckCategoryOnStorefront" - description: "Navigates to the category page on the storefront and asserts that the title is correct for page and browser." - - - name: "DeleteCategory" - description: "Navigates to the category page and deletes the specified category." - - - name: "FillNewProductCategory" - description: "Actions to fill out a new category from the product page with specified category and parent category names." - - - name: "DeleteMostRecentCategory" - description: "Actions to delete the category last made (the last category on the list)." - - - name: "CategoryPresent" - description: "Navigates to category page, asserts category is there. Navigates to storefront category page and asserts category is there. This action group will not work categories where name does NOT equal SEO." - - - name: "CheckCategoryNameIsRequiredField" - description: "Navigates to category page, attempts to add subcategory without name. Expects required field prompt." - - - name: "switchCategoryStoreView" - description: "Navigates to category page, selects a category and changes store view to specified store." - - - name: "switchCategoryToAllStoreView" - description: "Navigates to category page, selects a category and changes store view to all stores." - - - name: "navigateToCreatedCategory" - description: "Navigates to category page, selects a category by specified category." - - - name: "ChangeSeoUrlKey" - description: "Requires navigation to category creation/edit. Updates the Search Engine Optimization." - - - name: "ChangeSeoUrlKeyForSubCategory" - description: "Requires navigation to subcategory creation/edit. Updates the Search Engine Optimization." - - - name: "OpenCategoryFromCategoryTree" - description: "Navigates to category page, selects a category by specified category. Replicates actionGroup:navigateToCreatedCategory." - - - name: "AdminAssignProductToCategory" - description: "Navigates to existing product page. Changes the category and saves the product." - - - name: "FillCategoryNameAndUrlKeyAndSave" - description: "Requires navigation to subcategory creation/edit. Fills the name, and sets the Search Engine Optimization for the category." - -- filename: "AssertAttributeDeletionErrorMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAttributeDeletionErrorMessageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertAttributeDeletionErrorMessageActionGroup" - description: "Validates that the Error Message is present and correct on the Backend Admin Attribute Sets creation/edit page when you try to delete an Attribute Set assigned to a Configurable Product. PLEASE NOTE: The Error Message is hardcoded." - -- filename: "AssertStorefrontCustomProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertStorefrontCustomProductAttributeActionGroup" - description: "" - -- filename: "StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup" - description: "" - - - name: "StorefrontCheckProductPositionActionGroup" - description: "" - -- filename: "DeleteProductAttributeByAttributeCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductAttributeByAttributeCodeActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "DeleteProductAttributeByAttributeCodeActionGroup" - description: "Delete a Product Attribute from the Product Attribute creation/edit page." - -- filename: "AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertProductAttributePresenceInCatalogProductGridActionGroup" - description: "Validates that the provided Attributes Sets is present on the Backend Attribute Sets grid." - -- filename: "AdminProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "goToCreateProductPage" - description: "Clicks on the 'Add Product' toggle on the Admin Products grid page. Clicks on the provided Product (Type)." - - - name: "goToProductPageViaID" - description: "Goes to the Product edit page for the provided Product ID." - - - name: "fillMainProductForm" - description: "Fills in the provided Product details (Name, SKU, Price, Quantity, Stock Status, Weight Type and Weight) on the Admin Products creation/edit page." - - - name: "FillMainProductFormByString" - description: "Fills in the provided Product Name, SKU, Price, Quantity, Stock Status and Weight on the Admin Products creation/edit page." - - - name: "fillMainProductFormNoWeight" - description: "Fills in the provided Product details (Name, SKU, Price, Quantity, Stock Status and Weight Type) on the Admin Products creation/edit page." - - - name: "fillProductNameAndSkuInProductForm" - description: "Fills in the provided Product details (Name and SKU) on the Admin Products creation and edit page." - - - name: "checkRequiredFieldsInProductForm" - description: "Validates that the 'Required Field' error message is present and correct for the Product Name, SKU and Price fields." - - - name: "saveProductForm" - description: "Clicks on the Save button. Validates that the Success Message is present and correct." - - - name: "toggleProductEnabled" - description: "Clicks on the Enable Product toggle." - - - name: "SaveProductFormNoSuccessCheck" - description: "EXTENDS: saveProductForm. Removes 'seeSaveConfirmation'." - - - name: "addProductImage" - description: "Adds the provided Product Image on the Admin Products creation/edit page." - - - name: "removeProductImage" - description: "Removes a Product Image on the Admin Products creation/edit page." - - - name: "assertProductImageAdminProductPage" - description: "Validates that the provided Product Image is present and correct." - - - name: "assertProductImageNotInAdminProductPage" - description: "Validates that the provided Product Image is NOT present." - - - name: "FillAdminSimpleProductForm" - description: "Goes to the Admin Product grid page. Clicks on Add. Fills the provided Product details (Name, SKU, Price, Quantity, Category and URL). Clicks on Save. Validates that the Product details are present and correct." - - - name: "AdminCreateSimpleProductWithTextOptionCharLimit" - description: "Goes to the Admin Product grid page. Clicks on Add. Fills the provided Product details (Name, SKU, Price, Quantity, Category and URL). Adds a Text Product Option with the provided Char Limits. Clicks on Save. Validates that the Product details are present and correct." - - - name: "ProductSetWebsite" - description: "Sets the provided Website on the Admin Product creation/edit page." - - - name: "ProductSetAdvancedPricing" - description: "Sets the provided Advanced Pricing on the Admin Product creation/edit page." - - - name: "ProductSetAdvancedTierFixedPricing" - description: "" - - - name: "AssertTextInAdminProductRelatedUpSellCrossSellSection" - description: "Validates that provided Text appears in the provided Element on the Admin Product creation/edit page under 'Related Products, Up-Sells, and Cross-Sells' section." - - - name: "addRelatedProductBySku" - description: "Adds the provided Product SKU as a Related Product on the Admin Product creation/edit page." - - - name: "addCrossSellProductBySku" - description: "Adds the provided Product SKU as a Cross Sell Product on the Admin Product creation/edit page." - - - name: "AddSpecialPriceToProductActionGroup" - description: "Sets the provided Special Price on the Admin Product creation/edit page." - - - name: "SelectProductInWebsitesActionGroup" - description: "Sets the provided Website on the Admin Product creation/edit page." - - - name: "AdminProductAddSpecialPrice" - description: "Sets the provided Special Price on the Admin Product creation/edit page. Clicks on Save." - - - name: "SwitchToTheNewStoreView" - description: "Switches the New Store View." - - - name: "createSimpleProductAndAddToWebsite" - description: "Goes to the Admin Product grid page. Clicks on Add Product. Fills the provided Product Details (Name, SKU, Price, Quantity and Website). Clicks on Save." - - - name: "CreatedProductConnectToWebsite" - description: "Clicks on 'Edit' for the provided Product. Clicks on the provided Website. Clicks on Save." - - - name: "AdminProcessProductWebsitesActionGroup" - description: "" - - - name: "AssertDiscountsPercentageOfProducts" - description: "Validates that the provided Product Tier Price is present and correct." - - - name: "GoToSpecifiedCreateProductPage" - description: "Goes to the Admin Product grid page. Clicks on the Add Product toggle. Clicks on the provided Product Type." - - - name: "GoToProductCatalogPage" - description: "Goes to the Admin Products grid page." - - - name: "SetProductUrlKey" - description: "Fills the Product details (URL) for the SEO section." - - - name: "SetProductUrlKeyByString" - description: "Fills the Product SEO URL Key." - - - name: "SetCategoryByName" - description: "Sets the provided Category Name for a Product on the Product creation/edit page." - - - name: "removeCategoryFromProduct" - description: "" - - - name: "expandAdminProductSection" - description: "Expand the provided Section Selector based on the provided dependant Section Selector." - - - name: "navigateToCreatedProductEditPage" - description: "Goes to the Admin Product grid page. Filters the Product grid based on the provided Product details (SKU). Edits the provided Product. Validates that the Product SKU is present and correct." - - - name: "addUpSellProductBySku" - description: "EXTENDS: addRelatedProductBySku. Add the provided Product as an Up Sell Product." - - - name: "adminProductAdvancedPricingNewCustomerGroupPrice" - description: "" - - - name: "AdminSetProductDisabled" - description: "" - - - name: "AssertWebsiteIsAvailableInProductWebsites" - description: "" - - - name: "AssertWebsiteIsNotAvailableInProductWebsites" - description: "" - - - name: "AssertProductIsAssignedToWebsite" - description: "" - - - name: "AssertProductIsNotAssignedToWebsite" - description: "" - - - name: "AssertProductNameInProductEditForm" - description: "" - - - name: "AssertProductDescriptionInProductEditForm" - description: "" - - - name: "StorefrontAssertActiveProductImage" - description: "" - -- filename: "AdminFillAdvancedInventoryQtyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryQtyActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminFillAdvancedInventoryQtyActionGroup" - description: "Fills in the provided Quantity for the 'Qty' option in 'Advanced Inventory' panel on the Admin Product creation/edit page." - -- filename: "AdminFillProductAttributePropertiesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminFillProductAttributePropertiesActionGroup" - description: "" - - - name: "AdminSwitchScopeForProductAttributeActionGroup" - description: "" - -- filename: "AssertProductInfoOnEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInfoOnEditPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AssertProductInfoOnEditPageActionGroup" - description: "Validate that the provided Product details are correct on the Product creation/edit page." - -- filename: "AdminClickOnAdvancedInventoryLinkActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickOnAdvancedInventoryLinkActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminClickOnAdvancedInventoryLinkActionGroup" - description: "Clicks on the 'Advanced Inventory' link on the Admin Product creation/edit page." - -- filename: "StorefrontAssertProductPriceOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductPriceOnProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertProductPriceOnProductPageActionGroup" - description: "Validate that the provided Product Price is present and correct." - -- filename: "AdminSwitchProductGiftMessageStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSwitchProductGiftMessageStatusActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminSwitchProductGiftMessageStatusActionGroup" - description: "" - -- filename: "StorefrontCheckProductPriceInCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductPriceInCategoryActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontCheckProductPriceInCategoryActionGroup" - description: "EXTENDS: StorefrontCheckCategorySimpleProduct. Removes 'AssertProductPrice'. Validates that the provided Product Price is present and correct on a Storefront Product page." - -- filename: "StorefrontAssertProductInWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductInWidgetActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertProductInRecentlyViewedWidgetActionGroup" - description: "Validate that the provided Product appears in the Recently Viewed Products widget." - - - name: "StorefrontAssertProductInRecentlyComparedWidgetActionGroup" - description: "Validate that the provided Product appears in the Recently Compared Products widget." - - - name: "StorefrontAssertProductInRecentlyOrderedWidgetActionGroup" - description: "Validate that the provided Product appears in the Recently Ordered Products widget." - -- filename: "StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup" - description: "EXTENDS: AssertStorefrontProductPricesActionGroup. Clicks on the provided Custom Option on a Storefront Product page." - -- filename: "StorefrontAssertProductSkuOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSkuOnProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertProductSkuOnProductPageActionGroup" - description: "Validate that the provided Product Sku is present and correct." - -- filename: "AdminAssignCategoryToProductAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignCategoryToProductAndSaveActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAssignCategoryToProductAndSaveActionGroup" - description: "" - -- filename: "AdminOpenProductAttributePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminOpenProductAttributePageActionGroup" - description: "" - -- filename: "StorefrontAssertCustomOptionByTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertCustomOptionByTitleActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertCustomOptionByTitleActionGroup" - description: "Validates that the provided Product Option Title is present on the Storefront Product page." - -- filename: "AddWebsiteToProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddWebsiteToProductActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AddWebsiteToProductActionGroup" - description: "Adds the provided Website to a Product on the Admin Product creation/edit page. Clicks on Save. Validates that the Success Message is present and correct." - -- filename: "AdminOpenAttributeSetByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminOpenAttributeSetByNameActionGroup" - description: "" - -- filename: "AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminFillAdvancedInventoryOutOfStockThresholdActionGroup" - description: "Unchecks 'Use Config Setting' for the 'Minimum Qty Allowed in Shopping Cart' option in 'Advanced Inventory' panel on the Admin Product creation/edit page. Fills in the provided Quantity." - -- filename: "SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "SearchAttributeByCodeOnProductAttributeGridActionGroup" - description: "Goto the Product Attribute grid page. Search for the provided Product Attribute Code." - -- filename: "StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup" - description: "" - -- filename: "AdminAnchorCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAnchorCategoryActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAnchorCategoryActionGroup" - description: "" - -- filename: "AdminChangeProductSEOSettingsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminChangeProductSEOSettingsActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminChangeProductSEOSettingsActionGroup" - description: "" - -- filename: "CheckItemInLayeredNavigationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckItemInLayeredNavigationActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "CheckItemInLayeredNavigationActionGroup" - description: "Expands the Product Filters on a Storefront Category page if it is not expanded." - -- filename: "AdminAssignProductInWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignProductInWebsiteActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAssignProductInWebsiteActionGroup" - description: "" - -- filename: "OpenProductAttributeFromSearchResultInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductAttributeFromSearchResultInGridActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "OpenProductAttributeFromSearchResultInGridActionGroup" - description: "EXTENDS: SearchAttributeByCodeOnProductAttributeGridActionGroup. Click on Edit for the provided Product Attribute Code." - -- filename: "AdminOpenProductIndexPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminOpenProductIndexPageActionGroup" - description: "" - -- filename: "StorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "addToCartFromStorefrontProductPage" - description: "Click on the Add to Cart button. Validates that the Success Message is present." - - - name: "AddProductWithQtyToCartFromStorefrontProductPage" - description: "EXTENDS: addToCartFromStorefrontProductPage. Fills in the provided Product Quantity for the provided Product Name." - - - name: "testDynamicValidationHint" - description: "Validates that the Product Text Option Text Length Hint displays the correct Count for multiple inputs based on the provided Character Limit." - - - name: "checkAttributeInMoreInformationTab" - description: "Validates that the Product More Information area contains the provided Text." - - - name: "checkAttributeNotInMoreInformationTab" - description: "Validate that the More Information area does not contain the provided Text." - -- filename: "StorefrontCompareActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAddCategoryProductToCompareActionGroup" - description: "Add a Product to the Compare Product list from a Category page." - - - name: "StorefrontAddProductToCompareActionGroup" - description: "Add a Product to the Compare Product list. Validate that the Success Message is present." - - - name: "StorefrontCheckCompareSidebarProductActionGroup" - description: "Validate that the Product Name is present and correct in the Compare Product list." - - - name: "StorefrontOpenAndCheckComparisionActionGroup" - description: "Open the Storefront Compare Product page. Validate that the Compare Product fields are present." - - - name: "StorefrontCheckCompareSimpleProductActionGroup" - description: "Validate that the Simple Product is present and correct in the Compare Product area." - - - name: "StorefrontClearCompareActionGroup" - description: "Clear the Compare Products list. Validate that the Compare Products list is empty." - -- filename: "StorefrontClickAddToCartOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickAddToCartOnProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontClickAddToCartOnProductPageActionGroup" - description: "Adds a Product to the Cart. Validate that the Success Message is present." - -- filename: "AdminAssertProductsGridIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertProductsGridIsEmptyActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAssertProductsGridIsEmptyActionGroup" - description: "" - -- filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "VerifyProductTypeOrder" - description: "Clicks on the 'Add Product' toggle. Validates that the Simple/Virtual Products are listed in the correct order." - -- filename: "MoveCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/MoveCategoryActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "MoveCategoryActionGroup" - description: "Move a Category on the Backend Category page." - -- filename: "StorefrontAssertGiftMessageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertGiftMessageFieldsActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertGiftMessageFieldsActionGroup" - description: "" - -- filename: "FilterProductInGridByStoreViewAndNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductInGridByStoreViewAndNameActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "FilterProductInGridByStoreViewAndNameActionGroup" - description: "Goes to the Admin Products grid page. Filters the grid based on the provided Store View. Validates that the Product Name is present in the 1st row of the grid." - -- filename: "StorefrontAssertProductNameOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertProductNameOnProductPageActionGroup" - description: "Validate that the provided Product Price is present and correct." - -- filename: "StorefrontAddProductReviewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductReviewActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAddProductReviewActionGroup" - description: "" - -- filename: "StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAddToCartCustomOptionsProductPageActionGroup" - description: "Add a Product to the Cart. Validate that the Success Message is present." - -- filename: "AdminAssignImageRolesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignImageRolesActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminAssignImageRolesActionGroup" - description: "Requires the navigation to the Product Creation page. Checks the Base, Small, Thumbnail, and Swatch Roles areas for images." - -- filename: "CheckProductsOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckProductsOrderActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "CompareTwoProductsOrder" - description: "Goes to the Storefront. Validates that the 2 provided Products appear in the correct order." - -- filename: "AdminCheckProductsInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckProductsInGridActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "AdminCheckProductIsMissingInCategoryProductsGrid" - description: "" - - - name: "AdminCheckProductPositionInCategoryProductsGrid" - description: "" - -- filename: "StorefrontAssertProductImagesOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductImagesOnProductPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontAssertProductImagesOnProductPageActionGroup" - description: "Validate that the Product Image is present and correct. Validate that the Fullscreen Product Image is present and correct." - - - name: "StorefrontAssertFotoramaImageAvailablity" - description: "" - -- filename: "StorefrontGoToCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontGoToCategoryPageActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "StorefrontGoToCategoryPageActionGroup" - description: "" - - - name: "StorefrontGoToSubCategoryPageActionGroup" - description: "" - -- filename: "OpenEditProductOnBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenEditProductOnBackendActionGroup.xml" - module: "Catalog" - actiongroups: - - name: "OpenEditProductOnBackendActionGroup" - description: "Click on Edit for the provided Product SKU." - -- filename: "AdminDeleteTaxRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminDeleteTaxRuleActionGroup.xml" - module: "Tax" - actiongroups: - - name: "AdminDeleteTaxRule" - description: "Goes to the Admin Tax Rule grid page. Deletes the provided Tax Rule Code." - -- filename: "AdminTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminTaxActionGroup.xml" - module: "Tax" - actiongroups: - - name: "editTaxConfigurationByUI" - description: "Goes to the 'Configuration' page for 'Tax'. Enables the display of Taxes in the Storefront Shopping Cart and Checkout page." - - - name: "changeToDefaultTaxConfigurationUI" - description: "Goes to the 'Configuration' page for 'Tax'. Set the Tax Configuration Settings to the Default values. Clicks on Save. Validates that the Success Message is present and correct." - - - name: "addCustomTaxRate" - description: "EXTENDS: addNewTaxRateNoZip. Removes 'fillZipCode' and 'fillRate'. Fills in the Zip Code and Rate. PLEASE NOTE: The values are Hardcoded." - - - name: "addNewTaxRateNoZip" - description: "Goes to the Admin Tax Rules grid page. Adds the provided Tax Code." - - - name: "changeShippingTaxClass" - description: "Goes to the 'Configuration' page for 'Tax'. Sets the 'Tax Class for Shipping' configuration setting to 'Taxable Goods'. Clicks on Save. Validates that the Success Message is present and correct." - - - name: "setDefaultShippingTaxClass" - description: "Goes to the 'Configuration' page via the Admin Side Menu. Sets the 'Tax Class for Shipping' to the System Default. Clicks on Save. Validates that the Success Message is present and correct." - - - name: "addProductTaxClass" - description: "Adds the provided Product Tax Class to a Tax Rule. Clicks on Save." - - - name: "addNewTaxRuleActionGroup" - description: "Goes to the Admin Tax Rules grid page. Clicks on the Add New Tax Rule button." - - - name: "deleteProductTaxClass" - description: "Goes to the Admin Tax Rule creation page. Deletes the provided Tax Class." - -- filename: "AdminCreateTaxRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCreateTaxRuleActionGroup.xml" - module: "Tax" - actiongroups: - - name: "AdminCreateTaxRuleActionGroup" - description: "" - -- filename: "AdminCustomerTaxClassActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCustomerTaxClassActionGroup.xml" - module: "Tax" - actiongroups: - - name: "addCustomerTaxClass" - description: "Adds the provided Customer Tax Class on the Admin Tax Rule creation/edit page." - - - name: "deleteCustomerTaxClass" - description: "Goes to the Admin New Tax Rule page. Deletes the provided Tax Class Name." - -- filename: "StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup" - description: "Clicks 'Customize and Add to Cart' on a Storefront Bundled Product page." - -- filename: "BundleProductFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/BundleProductFilterActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "BundleProductFilter" - description: "Applies a Backend Admin Grid filter for Bundle Products." - -- filename: "StoreFrontAddProductToCartFromBundleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StoreFrontAddProductToCartFromBundleActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "StoreFrontAddProductToCartFromBundleWithCurrencyActionGroup" - description: "Adds a Bundled Product to the Cart with a specified Currency Value." - -- filename: "AdminBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminBundleProductActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "fillMainBundleProductForm" - description: "Fills the Name, SKU and Stock Status fields." - - - name: "checkRequiredFieldsInBundleProductForm" - description: "Clears the Name and SKU fields when adding a Product and then verifies that they are required after attempting to Save." - - - name: "viewBundleProductInAdminGrid" - description: "Clears the Grid Filters on the Catalog Grid page and applies Filter by Name and Sku. Then checks to see if the Product exists in the 1st row. Then clears the Grid Filters again for future Tests." - -- filename: "AdminOrderBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOrderBundleProductActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "AdminOrderConfigureBundleProduct" - description: "" - -- filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "StorefrontAddCategoryBundleProductToCartActionGroup" - description: "Adds a Bundled Product to the Cart from the Category page." - - - name: "StorefrontAddBundleProductFromCategoryToCartActionGroup" - description: "Adds a Bundled Product to the Cart from the Product page. PLEASE NOTE: The Quantity selection is not available in the Action Group." - - - name: "StorefrontAddBundleProductFromProductToCartActionGroup" - description: "Adds a Bundled Product to the Cart from the Product page. PLEASE NOTE: The Quantity selection is not available in the Action Group." - - - name: "StorefrontAddBundleProductFromProductToCartWithMultiOption" - description: "Selects a Bundled Product option on the Bundled Product page. PLEASE NOTE: The Quantity selection is not available in the Action Group." - -- filename: "EnableDisableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/EnableDisableProductActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "AncillaryPrepBundleProduct" - description: "Requires Navigation to the Product Creation page. Fills out Name, Sku, and SEO information using the BundleProduct Data Entity. PLEASE NOTE: The Action Group values are Hardcoded." - - - name: "FindProductToEdit" - description: "Clears the Backend Admin Grid Filters on the Backend Admin Product Grid page. Searches for the BundleProduct Data Entity. Then clicks on the first item in the Admin Grid. PLEASE NOTE: The Action Group values are Hardcoded." - -- filename: "AdminCreateApiBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminCreateApiBundleProductActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "AdminCreateApiDynamicBundleProductActionGroup" - description: "Creates 4 products with varying prices. Creates the bundle product with specified name. Adds the multiple select and checkbox options and 4 links to the created products. Uses the 'ApiBundleProduct' entity." - - - name: "AdminCreateApiFixedBundleProductActionGroup" - description: "Creates 4 products with varying prices. Creates the bundle product with specified name. Adds the multiple select and checkbox options and 4 links to the created products. Uses the 'ApiFixedBundleProduct' entity." - - - name: "AdminCreateApiDynamicBundleProductAllOptionTypesActionGroup" - description: "Creates 3 products with varying prices. Creates the dynamic bundle product with specified name. Adds the multiple select, checkbox options and links to the created products. Uses the 'ApiBundleProduct' entity." - -- filename: "SetBundleProductAttributesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/SetBundleProductAttributesActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "SetBundleProductAttributes" - description: "Requires navigation to the Product Creation page. Fills in the arguments listed below on the product page. Saves the changes." - -- filename: "AdminClearFiltersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClearFiltersActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "AdminClearFiltersActionGroup" - description: "Goes to the Catalog Backend Admin Grid page. Then clears the Grid Filters." - -- filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "VerifyProductTypeOrder" - description: "Checks that Bundle is in the correct order in comparison to other product types on the add product dropdown." - -- filename: "CreateBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/CreateBundleProductActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "CreateBasicBundleProduct" - description: "Requires Navigation to the Product Creation page. Fills out Name, Sku, and SEO information using the BundleProduct Data Entity. PLEASE NOTE: The Action Group values are Hardcoded." - - - name: "addBundleOptionWithTwoProducts" - description: "Requires Navigation to the Product Creation page. Adds Bundle Option with Two Products using the provided arguments. 'x' refers to Bundle option number. 'n' refers to the first number after x." - - - name: "addBundleOptionWithOneProduct" - description: "Requires Navigation to the Product Creation page. Adds Bundle Option with One Product as specified in arguments. 'x' refers to Bundle option number. 'n' refers to the first number after x." - - - name: "addBundleOptionWithTreeProducts" - description: "Requires Navigation to the Product Creation page. Adds Bundle Option with Three Products using the provided arguments. 'x' refers to Bundle option number. 'n' refers to the first number after x." - - - name: "addBundleOptionWithSixProducts" - description: "Requires Navigation to Product Creation page. Adds Bundle Option with Six Products as specified in arguments. 'x' refers to Bundle option number. 'n' refers to the first number after x." - -- filename: "StorefrontSelectBundleProductDropDownOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectBundleProductDropDownOptionActionGroup.xml" - module: "Bundle" - actiongroups: - - name: "StorefrontSelectBundleProductDropDownOptionActionGroup" - description: "Selects the provided Product Name on a Storefront Bundled Product page." - -- filename: "AdminUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" - module: "User" - actiongroups: - - name: "LoginNewUser" - description: "Goes to the Backend Admin Login page. Fill Username and Password. Click on Sign In." - -- filename: "AdminDeleteUserRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserRoleActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminDeleteUserRoleActionGroup" - description: "" - -- filename: "AdminClickSaveButtonOnUserFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserFormActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminClickSaveButtonOnUserFormActionGroup" - description: "Clicks on the Save button on the Admin User creation/edit page." - -- filename: "AdminCreateUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateUserActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminCreateUserActionGroup" - description: "Goes to the Admin Users grid page. Clicks on Create User. Fills in the provided Role and User." - - - name: "AdminCreateUserWithRoleActionGroup" - description: "Goes to the Admin Users grid page. Clicks on Create User. Fills in the provided Role and User." - - - name: "AdminCreateUserWithApiRoleActionGroup" - description: "" - -- filename: "AdminAddNewUserRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminAddNewUserRoleActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminAddNewUserRoleActionGroup" - description: "" - - - name: "AdminAddNewUserRoleWithCustomRoleScopes" - description: "" - -- filename: "AdminDeleteUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminDeleteUserActionGroup" - description: "Goes to the Admin Users grid page. Deletes the provided User. Validates that the Success Message is present and correct." - - - name: "AdminDeleteCustomUserActionGroup" - description: "Goes to the Admin Users grid page. Deletes the provided User. Validates that the Success Message is present and correct." - -- filename: "AdminDeleteUserViaCurlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserViaCurlActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminDeleteUserViaCurlActionGroup" - description: "" - -- filename: "AdminCreateRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateRoleActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminCreateRoleActionGroup" - description: "Goes to the Admin Edit Role page. Fills in the provided User details. Add the provided Role. Clicks on Save." - - - name: "AdminFillUserRoleRequiredData" - description: "" - - - name: "AdminAddRestrictedRole" - description: "" - - - name: "AdminCreateRole" - description: "Clicks on 'Add New Role'. Fills in the provided details (Role, Resource, Scope and Websites). Clicks on Save. Validates that the Success Message is present and correct." - -- filename: "AdminFillUserRoleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillUserRoleFormActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminFillUserRoleFormActionGroup" - description: "Fills in the provided Role and Current Admin Password on the Admin Roles creation/edit page." - -- filename: "AdminOpenNewUserPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenNewUserPageActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminOpenNewUserPageActionGroup" - description: "Goes to the Admin New User page." - -- filename: "AssertAdminUserSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AssertAdminUserSaveMessageActionGroup.xml" - module: "User" - actiongroups: - - name: "AssertAdminUserSaveMessageActionGroup" - description: "Validates that the provided Save Message is present and correct." - -- filename: "AdminFillNewUserFormRequiredFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillNewUserFormRequiredFieldsActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminFillNewUserFormRequiredFieldsActionGroup" - description: "Fills in the provided User details on the New User creation page." - -- filename: "AdminClickSaveButtonOnUserRoleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminClickSaveButtonOnUserRoleFormActionGroup" - description: "Clicks on Save on the Admin Roles creation/edit page." - -- filename: "AdminDeleteCreatedUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedUserActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminDeleteCreatedUserActionGroup" - description: "Goes to the Admin Users grid page. Edits the provided User. Deletes the User. Validates that the Success Message is present and correct." - - - name: "AdminDeleteNewUserActionGroup" - description: "Deletes a User that contains the name 'John'. PLEASE NOTE: The Action Group values are Hardcoded." - -- filename: "AdminOpenUserEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenUserEditPageActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminOpenUserEditPageActionGroup" - description: "" - -- filename: "AdminOpenForgotPasswordPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenForgotPasswordPageActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminOpenForgotPasswordPageActionGroup" - description: "Goes to the Admin Login page. Clicks on the 'Forgot Password' link." - -- filename: "AdminSubmitForgotPasswordFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminSubmitForgotPasswordFormActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminSubmitForgotPasswordFormActionGroup" - description: "Clicks on the Retrieve Password button." - -- filename: "AdminDeleteCreatedRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedRoleActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminDeleteCreatedRoleActionGroup" - description: "" - - - name: "AdminDeleteRoleByRoleNameActionGroup" - description: "" - -- filename: "AdminFillForgotPasswordFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillForgotPasswordFormActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminFillForgotPasswordFormActionGroup" - description: "Fills in the provided Email Address on the Admin Forgot Password page." - -- filename: "AdminOpenCreateRolePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenCreateRolePageActionGroup.xml" - module: "User" - actiongroups: - - name: "AdminOpenCreateRolePageActionGroup" - description: "Goes to the Admin Roles edit page." - -- filename: "AdminClickFormActionButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminClickFormActionButtonActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AdminClickFormActionButtonActionGroup" - description: "" - -- filename: "AssertMessageInAdminPanelActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageInAdminPanelActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AssertMessageInAdminPanelActionGroup" - description: "Validates that the provided Message appears in the provided Message Type on an Admin page." - -- filename: "LogoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LogoutActionGroup.xml" - module: "Backend" - actiongroups: - - name: "logout" - description: "Logout of the Backend Admin. PLEASE NOTE: This Action Group does NOT validate that you are Logged Out." - -- filename: "LoginAsAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAsAdminActionGroup.xml" - module: "Backend" - actiongroups: - - name: "LoginAsAdmin" - description: "Login to Backend Admin using provided User Data. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - -- filename: "LoginAdminWithCredentialsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAdminWithCredentialsActionGroup.xml" - module: "Backend" - actiongroups: - - name: "LoginAdminWithCredentialsActionGroup" - description: "Login to Backend Admin using provided Admin credentials. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - -- filename: "ClickSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/ClickSaveActionGroup.xml" - module: "Backend" - actiongroups: - - name: "ClickSaveButtonActionGroup" - description: "" - -- filename: "AssertAdminSuccessLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminSuccessLoginActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AssertAdminSuccessLoginActionGroup" - description: "Wait for the current Admin Name to appear in the Backend Admin." - -- filename: "SecondaryGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SecondaryGridActionGroup.xml" - module: "Backend" - actiongroups: - - name: "deleteEntitySecondaryGrid" - description: "This Action Group deletes an item from a grid based on provided Name. After Searching, the First Row is clicked." - -- filename: "LoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginActionGroup.xml" - module: "Backend" - actiongroups: - - name: "LoginActionGroup" - description: "Login to Backend Admin using ENV Admin credentials. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - -- filename: "AdminNavigateMenuActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminNavigateMenuActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AdminNavigateMenuActionGroup" - description: "Open Backend Admin side Navigation Menu. Click on Sub-Navigation Menu item." - -- filename: "AssertMessageOnAdminLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageOnAdminLoginActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AssertMessageOnAdminLoginActionGroup" - description: "Validate Backend Admin Login status message is present and correct." - -- filename: "AdminAssertPageTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminAssertPageTitleActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AdminAssertPageTitleActionGroup" - description: "Validate Backend Admin Grid Page Title is present and correct." - -- filename: "AdminFilterLegacyGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminFilterLegacyGridActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AdminFilterLegacyGridActionGroup" - description: "" - -- filename: "AssertAdminDashboardPageIsVisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminDashboardPageIsVisibleActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AssertAdminDashboardPageIsVisibleActionGroup" - description: "Validate the Backend Admin Dashboard URI is correct. Validate the Backend Admin Dashboard Title is present and correct." - -- filename: "AssertAdminPageIsNot404ActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminPageIsNot404ActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AssertAdminPageIsNot404ActionGroup" - description: "Validates that the '404 Error' message is present and correct in the Admin Page Header." - -- filename: "AdminResetLegacyGridFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminResetLegacyGridFilterActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AdminResetLegacyGridFilterActionGroup" - description: "" - -- filename: "SetWebsiteCountryOptionsToDefaultActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetWebsiteCountryOptionsToDefaultActionGroup.xml" - module: "Backend" - actiongroups: - - name: "SetWebsiteCountryOptionsToDefaultActionGroup" - description: "Sets the Website Country configuration setting to the Default values." - -- filename: "AssertOrderGraphImageOnDashboardActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertOrderGraphImageOnDashboardActionGroup.xml" - module: "Backend" - actiongroups: - - name: "AssertOrderGraphImageOnDashboardActionGroup" - description: "" - -- filename: "SetAdminAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetAdminAccountActionGroup.xml" - module: "Backend" - actiongroups: - - name: "SetAdminAccountActionGroup" - description: "Update the Interface Language configuration setting using provided Interface Language." - -- filename: "SortByIdDescendingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SortByIdDescendingActionGroup.xml" - module: "Backend" - actiongroups: - - name: "SortByIdDescendingActionGroup" - description: "Sorts a Backend Admin Grid by descending order for the ID column." - -- filename: "AdminImportProductsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ImportExport/Test/Mftf/ActionGroup/AdminImportProductsActionGroup.xml" - module: "ImportExport" - actiongroups: - - name: "AdminImportProductsActionGroup" - description: "Goes to the Admin Import page. Imports the provided File. Validates that the Success Message is present and correct." - -- filename: "AssertStoreFrontNoQuotesMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontNoQuotesMessageActionGroup.xml" - module: "Shipping" - actiongroups: - - name: "AssertStoreFrontNoQuotesMessageActionGroup" - description: "" - -- filename: "AdminChangeTableRatesShippingMethodStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml" - module: "Shipping" - actiongroups: - - name: "AdminChangeTableRatesShippingMethodStatusActionGroup" - description: "" - -- filename: "AssertStoreFrontShippingMethodAvailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodAvailableActionGroup.xml" - module: "Shipping" - actiongroups: - - name: "AssertStoreFrontShippingMethodAvailableActionGroup" - description: "" - -- filename: "AdminOpenShippingMethodsConfigPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminOpenShippingMethodsConfigPageActionGroup.xml" - module: "Shipping" - actiongroups: - - name: "AdminOpenShippingMethodsConfigPageActionGroup" - description: "" - -- filename: "AdminShipmentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentActionGroup.xml" - module: "Shipping" - actiongroups: - - name: "verifyBasicShipmentInformation" - description: "Validates that the provided Customer, Shipping Address, Billing Address and Customer Group are present and correct on the view Admin Order page." - - - name: "seeProductInShipmentItems" - description: "Validates that the provided Product is present and correct on the view Admin Order Shipment page under the 'Items Shipped' section." - - - name: "goToShipmentIntoOrder" - description: "Clicks on the 'Ship' button on the view Admin Order page. Validates that the URL and Page Title are present and correct." - - - name: "submitShipmentIntoOrder" - description: "Clicks on the 'Submit Shipment' button on the view Admin Order Shipment page. Validates that the URL and Page Title are present and correct." - -- filename: "AdminChangeFlatRateShippingMethodStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeFlatRateShippingMethodStatusActionGroup.xml" - module: "Shipping" - actiongroups: - - name: "AdminChangeFlatRateShippingMethodStatusActionGroup" - description: "" - -- filename: "AssertStoreFrontShippingMethodUnavailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodUnavailableActionGroup.xml" - module: "Shipping" - actiongroups: - - name: "AssertStoreFrontShippingMethodUnavailableActionGroup" - description: "" - -- filename: "AdminAddDownloadableLinkInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminAddDownloadableLinkInformationActionGroup.xml" - module: "Downloadable" - actiongroups: - - name: "AdminAddDownloadableLinkInformationActionGroup" - description: "Checks 'Is this downloadable Product?'. Fills in the provided Downloadable details under the 'Downloadable Information'." - -- filename: "AdminDownloadableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminDownloadableProductActionGroup.xml" - module: "Downloadable" - actiongroups: - - name: "fillMainDownloadableProductForm" - description: "Fills the Name, SKU, Price and Quantity on the Product creation/edit page." - - - name: "addDownloadableProductLinkWithMaxDownloads" - description: "Clicks on 'Add Link'. Fills in the provided Link details including a Max Downloads limit." - - - name: "addDownloadableProductLink" - description: "Clicks on 'Add Link', under the 'Links' section. Fills in the provided Link details including Unlimited Downloads." - - - name: "addDownloadableSampleFile" - description: "Clicks on 'Add Link' under the 'Samples' section. Fills in the provided Downloadable Sample File details." - - - name: "addDownloadableSampleUrl" - description: "Clicks on 'Add Link' under the 'Samples' section. Fills in the provided Downloadable Sample URL details." - -- filename: "StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" - module: "Downloadable" - actiongroups: - - name: "StorefrontAssertDownloadableProductIsPresentInCustomerAccount" - description: "Goes to the Storefront Customer Dashboard page. Clicks on 'My Downloadable Products'. Validates that the provided Product is present." - -- filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" - module: "Downloadable" - actiongroups: - - name: "VerifyProductTypeOrder" - description: "Validates that the 'Downloadable Product' option is present in the 'Add Product' dropdown menu on the Products grid page." - -- filename: "AdminExportActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup/AdminExportActionGroup.xml" - module: "CatalogImportExport" - actiongroups: - - name: "exportProductsFilterByAttribute" - description: "Filters Products by the provided Attribute. Exports the filtered Products list. Validates that the Success Message is present." - - - name: "exportAllProducts" - description: "Exports the unfiltered Products list. Validates that the Success Message is present." - - - name: "downloadFileByRowIndex" - description: "Downloads the provided Grid Index on the Exports grid page." - - - name: "deleteExportedFile" - description: "Deletes the provided Grid Index on the Exports grid page." - - - name: "deleteAllExportedFiles" - description: "" - -- filename: "OpenStoreFrontCheckoutShippingPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/OpenStoreFrontCheckoutShippingPageActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "OpenStoreFrontCheckoutShippingPageActionGroup" - description: "" - -- filename: "StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertCheckoutEstimateShippingInformationActionGroup" - description: "Validates that the provided Customer details (Country, State and Zip Code) are present and correct on the Storefront Checkout page." - -- filename: "StorefrontAddSimpleProductToShopingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToShopingCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddSimpleProductToShoppingCartActionGroup" - description: "" - -- filename: "StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup" - description: "Clicks on 'Go To Checkout' in the Storefront Mini Shopping Cart modal. Validates that the provided Items in Cart Text is present and correct on the Storefront Checkout page under the 'Summary' section." - -- filename: "FillGuestCheckoutShippingAddressFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillGuestCheckoutShippingAddressFormActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "FillGuestCheckoutShippingAddressFormActionGroup" - description: "" - - - name: "FillGuestCheckoutShippingAddressWithCountryActionGroup" - description: "" - -- filename: "FillShippingZipFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingZipFormActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "FillShippingZipForm" - description: "Fills in the provided Address details (Country, State and Zip Code) in the 'Estimate Shipping and Tax' section of the Storefront Shopping Cart page." - -- filename: "AssertStorefronElementVisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefronElementVisibleActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontElementVisibleActionGroup" - description: "Validates that the provided Selector contains the provided Value on a Storefront page." - -- filename: "DeleteProductFromShoppingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/DeleteProductFromShoppingCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "DeleteProductFromShoppingCartActionGroup" - description: "Removes the provided Product Name from the Storefront Mini Shopping Cart. Validates that the Success Message is present and correct." - -- filename: "StorefrontCustomerSignInPopUpActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCustomerSignInPopUpActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontCustomerSignInPopUpActionGroup" - description: "" - -- filename: "StorefrontAssertGuestShippingInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertGuestShippingInfoActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertGuestShippingInfoActionGroup" - description: "Validates that the provided Customer details are present and correct in the 'Shipping Address' section on the Storefront Check page." - -- filename: "StorefrontOpenCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontOpenCheckoutPageActionGroup" - description: "Goes to the Storefront Checkout page." - -- filename: "CustomerCheckoutFillNewShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CustomerCheckoutFillNewShippingAddressActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "CustomerCheckoutFillNewShippingAddressActionGroup" - description: "Fills in the provided Address details in the 'Shipping Address' section on the Storefront Checkout page." - -- filename: "StorefrontCheckCartDiscountAndSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckCartDiscountAndSummaryActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontCheckCartDiscountAndSummaryActionGroup" - description: "Validates that the provided Order Total and Discount Totals are present and correct under the 'Summary' section of the Storefront Shopping Cart page." - -- filename: "AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertAdminEmailValidationMessageOnCheckoutActionGroup" - description: "" - -- filename: "LoginAsCustomerOnCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "LoginAsCustomerOnCheckoutPageActionGroup" - description: "Fills in the provided Customer (Email and Password) details in the 'Sign In' modal on the Storefront Checkout page." - -- filename: "StorefrontSelectOptionDateTimeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateTimeActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontSelectOptionDateTimeActionGroup" - description: "Selects the provided Month, Day, Year, Hour, Minute and Part of Day for the provided Product Option on a Storefront product page." - -- filename: "StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontUpdateProductQtyMiniShoppingCartActionGroup" - description: "Clicks on the Storefront Mini Shopping Cart icon in the Header. Fills in the provided Quantity for the provided Product in the Mini Shopping Cart. Clicks on Update." - -- filename: "FillNewShippingAddressModalActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillNewShippingAddressModalActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "FillNewShippingAddressModalActionGroup" - description: "EXTENDS: FillShippingAddressOneStreetActionGroup. Selects the provided State in the 'Shipping Address' section of the Storefront Checkout page." - -- filename: "StorefrontAssertShippingAddressPageDisplayActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingAddressPageDisplayActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertShippingAddressPageDisplayActionGroup" - description: "Goes to the Storefront Checkout page. Validates that the 'Shipping Address' Title and Main Area are present." - -- filename: "AssertShoppingCartIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertShoppingCartIsEmptyActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertShoppingCartIsEmptyActionGroup" - description: "Goes to the Storefront Shopping Cart page. Validates that the Empty Shopping Cart message is present and correct. PLEASE NOTE: The message is Hardcoded." - -- filename: "StorefrontCartEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCartEstimateShippingAndTaxActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontCartEstimateShippingAndTaxActionGroup" - description: "Fills in the provided Address details (Country, State and Zip Code) under the 'Summary' section on the Storefront Shopping Cart page." - -- filename: "StorefrontAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddToTheCartActionGroup" - description: "Scrolls to the Add To Cart button. Clicks on Add To Cart." - -- filename: "AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontEmailTooltipContentOnCheckoutActionGroup" - description: "Clicks on the Email Address tooltip. Validates that the provided Message appears in the Email Address Tooltip." - -- filename: "StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup" - description: "Selects the provided Customizable Option in the Product Options drop down on a Storefront Configurable product page. Clicks on Add to Cart. Validates that the Success Message is present and correct." - -- filename: "FillShippingAddressOneStreetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingAddressOneStreetActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "FillShippingAddressOneStreetActionGroup" - description: "Fills in the provided Address details in the 'Shipping Address' (Fills in Street Address 1 only) section of the Storefront Checkout page." - -- filename: "StorefrontSelectOptionDateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontSelectOptionDateActionGroup" - description: "Selects the provided Month, Day and Year for the provided Product Option on a Storefront Product page." - -- filename: "StorefrontCheckoutCheckProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckProductActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontCheckoutCheckProductActionGroup" - description: "Validates that the provided Product and Cart Item are present and correct on the Storefront Shopping Cart page." - -- filename: "GuestCheckoutFillNewShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewShippingAddressActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "GuestCheckoutFillNewShippingAddressActionGroup" - description: "Fills in the provided Customer/Address details in the 'Shipping Address' section on the Storefront Checkout page." - -- filename: "StorefrontAddProductToCartFromCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductToCartFromCategoryActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddProductToCartFromCategoryActionGroup" - description: "" - -- filename: "StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertProductDetailsInOrderSummaryActionGroup" - description: "Validates that the provided Product Name, Quantity and Price are present in the 'Order Summary' section on the Storefront Checkout page." - -- filename: "StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertCheckoutShippingMethodSelectedActionGroup" - description: "Validates that the provided Shipping Method is checked on the Storefront Checkout page." - -- filename: "StorefrontMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontMiniCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "clickViewAndEditCartFromMiniCart" - description: "Clicks on the Storefront Mini Shopping Cart icon. Clicks on the 'View and Edit Cart' link. Validates that the URL is present and correct. PLEASE NOTE: The URL is Hardcoded." - - - name: "assertOneProductNameInMiniCart" - description: "Validates that the provided Product Name is present in the Storefront Mini Shopping Cart." - - - name: "removeProductFromMiniCart" - description: "Removed the provided Product from the Storefront Mini Shopping Cart." - - - name: "assertMiniCartEmpty" - description: "Validates that the provided Product Count appears in the Storefront Header next to the Shopping Cart icon. Clicks on the Mini Shopping Cart icon. Validates that the 'No Items' message is present and correct in the Storefront Mini Shopping Cart." - -- filename: "StorefrontFillGuestShippingInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillGuestShippingInfoActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontFillGuestShippingInfoActionGroup" - description: "Fills in the provided Customer details on the Storefront Checkout page under the 'Shipping Address' section." - -- filename: "AssertStorefrontSeeElementActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontSeeElementActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontSeeElementActionGroup" - description: "Scrolls to the provided Selector. Validates that the provided Selector is present." - -- filename: "StorefrontSelectOptionCheckBoxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionCheckBoxActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontSelectOptionCheckBoxActionGroup" - description: "Checks the provided Product Option Title on a Storefront Product page." - -- filename: "StorefrontSelectOptionDropDownActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDropDownActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontSelectOptionDropDownActionGroup" - description: "Selects the provided Product Option Value under the provided Product Option Title on a Storefront Product page." - -- filename: "AssertStorefrontElementInvisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontElementInvisibleActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontElementInvisibleActionGroup" - description: "" - -- filename: "StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontRegisterCustomerAfterCheckoutActionGroup" - description: "" - -- filename: "StorefrontFillOptionFieldInputActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionFieldInputActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontFillOptionFieldInputActionGroup" - description: "Fills in the provided Option Title with the provided Value on a Storefront product page." - -- filename: "CheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "CheckoutSelectFlatRateShippingMethodActionGroup" - description: "Clicks on the 'Flat Rate' Shipping Method on the Storefront Checkout page." - - - name: "GoToCheckoutFromMinicartActionGroup" - description: "Clicks on the Storefront Mini Shopping Cart icon. Clicks on 'Proceed to Checkout'." - - - name: "GoToCheckoutFromCartActionGroup" - description: "Clicks on the 'View and Edit Cart' link in the Storefront Mini Shopping Cart. Validates that the Storefront Shopping Cart URL is present and correct. Clicks on 'Proceed to Checkout'." - - - name: "GuestCheckoutFillingShippingSectionActionGroup" - description: "Fills in the provided Customer/Address (Including Region) details on the Storefront Checkout page under the 'Shipping Address' section. Selects the provided Shipping Method. Clicks on Next. Validates that the URL is present and correct." - - - name: "GuestCheckoutFillShippingNoWaitForPaymentActionGroup" - description: "EXTENDS: GuestCheckoutFillingShippingSectionActionGroup. Removed 'waitForPaymentSectionLoaded' and 'assertCheckoutPaymentUrl'." - - - name: "GuestCheckoutFillingShippingSectionWithoutRegionActionGroup" - description: "Fills in the provided Customer/Address (Excluding Region) details on the Storefront Checkout page under the 'Shipping Address' section. Selects the provided Shipping Method. Clicks on Next. Validates that the URL is present and correct." - - - name: "GuestCheckoutFillingShippingSectionUnavailablePaymentActionGroup" - description: "Fills in the provided Customer/Address (Including Region) details on the Storefront Checkout page under the 'Shipping Address' section. Selects the 1st Shipping Method. Clicks on Next. Validates that the Payment Error Message and URL are present and correct." - - - name: "GuestCheckoutWithSpecificCountryOptionForPaymentMethodActionGroup" - description: "EXTENDS: GuestCheckoutFillingShippingSectionUnavailablePaymentActionGroup. Removes 'checkMessage'. Validates that the provided Payment Method Name is NOT present on the Storefront Checkout page." - - - name: "LoggedInUserCheckoutFillingShippingSectionActionGroup" - description: "Fills in the provided Customer/Address (Including Region) details on the Storefront Checkout page under the 'Shipping Address' section. Selects the 1st Shipping Method. Clicks on Next. Validates that the Payment Error Message and URL are present and correct." - - - name: "LoggedInUserCheckoutAddNewShippingSectionWithoutRegionActionGroup" - description: "Fills in the provided Customer/Address (Excluding Region) details on the Storefront Checkout page under the 'Shipping Address' section. Selects the 1st Shipping Method. Clicks on Next. Validates that the Payment Error Message and URL are present and correct." - - - name: "PlaceOrderWithLoggedUserActionGroup" - description: "Clicks on 'Proceed to Checkout' on the Storefront Shopping Cart page. Selects the provided Shipping Method. Clicks on Next. Clicks on Place Order. Validates that the Success Message is present and correct." - - - name: "CheckProductInCheckoutCartItemsActionGroup" - description: "Validates the the provided Product appears in the Storefront Checkout 'Order Summary' section." - - - name: "CheckOrderSummaryInCheckoutActionGroup" - description: "Validates that the provided Subtotal, Shipping Total, Shipping Method and Total are present and correct on the Storefront Checkout page under the 'Order Summary' section." - - - name: "CheckTotalsSortOrderInSummarySection" - description: "Validates that the provided Element Name appears at the provided Position in the Storefront Checkout 'Order Summary' section." - - - name: "CheckShipToInformationInCheckoutActionGroup" - description: "Validates that the provided Customer and Address details are present and correct on the Storefront Checkout page under the 'Ship To' section." - - - name: "CheckShippingMethodInCheckoutActionGroup" - description: "Validates that the provided Shipping Method Name is present on the Storefront Checkout page under the 'Shipping Method' section." - - - name: "CheckoutSelectCheckMoneyOrderPaymentActionGroup" - description: "Selects the 'Check / Money Order' Payment Method on the Storefront Checkout page." - - - name: "CheckSelectedShippingAddressInCheckoutActionGroup" - description: "Validates that the provided Customer and Address details are listed on the Storefront Checkout page under the 'Shipping Address' section when multiple Addresses are present for a Customer." - - - name: "CheckBillingAddressInCheckoutActionGroup" - description: "Validates that the provided Customer and Address details are present on the Storefront Checkout page under the 'Payment Method' section." - - - name: "CheckBillingAddressInCheckoutWithBillingAddressOnPaymentPageActionGroup" - description: "Validates that the provided Customer and Address details appear on the Storefront Checkout page under the 'Billing Address' section." - - - name: "CheckoutPlaceOrderActionGroup" - description: "Clicks on 'Place Order'. Validates that the provided Order ID and Email You messages are present and correct." - - - name: "VerifyTopDestinationsCountry" - description: "Validates that the provided Country is listed at the provided Index in 'Country' drop down menu on the Storefront Shopping Cart page under the 'Summary' section." - - - name: "StorefrontSignOutActionGroup" - description: "Clicks on the Customer Account link. Clicks on 'Sign Out'. Validates that the Signed Out message is present and correct." - - - name: "ClickPlaceOrderActionGroup" - description: "Clicks on the 'Place Order' button. Validates that the Success Message is present and correct." - -- filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddCategoryProductToCartActionGroup" - description: "Adds the provided Product to the Cart from a Storefront Category page. Validates that the Success Message is present and correct. Validates that the Mini Shopping Cart contains the provided Product Count." - - - name: "StorefrontAddCategoryProductToCartWithQuantityActionGroup" - description: "Adds the provided Product to the Cart from a Storefront Category page. Validates that the Success Message is present and correct. Updates the Product Quantity using the provided Product Quantity. Validates that the provided Quantity is present and correct in the Mini Shopping Cart." - - - name: "StorefrontAddProductToCartActionGroup" - description: "Clicks on Add to Cart on a Storefront Product page. Validates that the Success Message is present and correct. Validates that the provided Product Count is present and correct in the Mini Shopping Cart." - - - name: "StorefrontOpenMinicartAndCheckSimpleProductActionGroup" - description: "Clicks on the Storefront Mini Shopping Cart icon. Validates that the provided Product is present and correct in the Mini Shopping Cart." - - - name: "StorefrontCheckCartSimpleProductActionGroup" - description: "Validates that the provided Product details (Name and Price) are present and correct in the Mini Shopping Cart. Validates that the provided Product Quantity is present and correct in the Mini Shopping Cart." - - - name: "StorefrontCheckCartActionGroup" - description: "Goes to the Storefront Shopping Cart page. Validates that the provided Subtotal, Shipping, Shipping Method and Total are present and correct." - - - name: "StorefrontOpenCartFromMinicartActionGroup" - description: "Clicks on the Storefront Mini Shopping Cart icon. Click on 'View and Edit Cart'." - - - name: "changeSummaryQuoteAddress" - description: "Fills in the provided Address details (Country, State and Zip Code) under the 'Summary' section on the Storefront Shopping Cart page." - -- filename: "ClearShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/ClearShippingAddressActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "ClearShippingAddressActionGroup" - description: "Clears all of the fields for the Shipping Address section on the Storefront Checkout page." - -- filename: "AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontShoppingCartSummaryItemsActionGroup" - description: "Goes to the Storefront Shopping Cart page. Validates that the provided Subtotal/Total are present and correct." - -- filename: "AssertMiniShoppingCartSubTotalActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertMiniShoppingCartSubTotalActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertMiniShoppingCartSubTotalActionGroup" - description: "Validates that the provided Subtotal (Price and Store Currency) is present and correct." - -- filename: "StorefrontShippmentFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontShippmentFromActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "ShipmentFormFreeShippingActionGroup" - description: "Fills in the Customer details for the 'Shipping Address' section of the Storefront Checkout page. Selects 'Free Shipping'. Clicks on Next. Validates that the URL is present and correct." - -- filename: "StorefrontCheckThatCartIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckThatCartIsEmptyActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontCheckThatCartIsEmptyActionGroup" - description: "Clicks on the Mini Shopping Cart icon in the Storefront Header. Validates that the 'Empty Cart' message is present and correct." - -- filename: "StorefrontSelectOptionTimeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionTimeActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontSelectOptionTimeActionGroup" - description: "Selects the provided Hour, Minute and Part of Day under the provided Product Option Title on a Storefront Product page." - -- filename: "StorefrontAddBundleProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddBundleProductToTheCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddBundleProductToTheCartActionGroup" - description: "Clicks on 'Customize and Add to Cart' button on a Storefront Bundled product page. Adds the provided Product Name/Quantity. Clicks on Add to Cart." - -- filename: "StorefrontFillOptionTextAreaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionTextAreaActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontFillOptionTextAreaActionGroup" - description: "Fills in the provided Option Title with the provided Value on a Storefront product page." - -- filename: "AssertStorefrontCheckoutCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontCheckoutCartItemsActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontCheckoutCartItemsActionGroup" - description: "Validates that the provided Product details (Name, SKU, Price, Subtotal and Quantity) are present and correct on the Storefront Shopping Cart page." - -- filename: "AdminCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminCheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AdminCheckoutSelectCheckMoneyOrderBillingMethodActionGroup" - description: "Selects the Billing Method 'Check / Money order' on the Admin 'Create New Order for' page." - -- filename: "VerifyCheckoutPaymentOrderSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "VerifyCheckoutPaymentOrderSummaryActionGroup" - description: "Validates that the provided Subtotal, Shipping Total and Summary Total prices are present and correct on the Storefront Checkout page." - - - name: "AssertStorefrontCheckoutPaymentSummarySubtotalActionGroup" - description: "" - - - name: "AssertStorefrontCheckoutPaymentSummaryTotalActionGroup" - description: "" - - - name: "AssertStorefrontCheckoutPaymentSummaryTotalMissingActionGroup" - description: "" - -- filename: "StorefrontSelectOptionRadioButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionRadioButtonActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontSelectOptionRadioButtonActionGroup" - description: "Checks the provided Product Option radio button for the provided Product Option Price on a Storefront Product page." - -- filename: "StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertCartEstimateShippingAndTaxActionGroup" - description: "Validates that the provided Customer details (Country, State and Zip Code) are present and correct in the 'Estimate Shipping and Tax' section on the Storefront Shopping Cart page." - -- filename: "StorefrontSelectOptionMultiSelectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionMultiSelectActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontSelectOptionMultiSelectActionGroup" - description: "Selects the provided Product Option under the provided Product Option Title on a Storefront Product page." - -- filename: "StorefrontAssertMiniCartItemCountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertMiniCartItemCountActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertMiniCartItemCountActionGroup" - description: "Validates that the provided Product Count appears in the Storefront Header next to the Shopping Cart icon. Validates that the provided Product Count Text appears in the Storefront Mini Shopping Cart." - -- filename: "StorefrontFillEmailFieldOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillEmailFieldOnCheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontFillEmailFieldOnCheckoutActionGroup" - description: "Fills in the provided Email Address on the Storefront Checkout page. Double clicks on the Email tooltip." - -- filename: "StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertShippingMethodOptionPresentInCartActionGroup" - description: "" - -- filename: "StorefrontClickOnMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontClickOnMiniCartActionGroup" - description: "Scrolls to the Top of the Page. Clicks on the Mini Shopping Cart icon in the Storefront Header." - -- filename: "StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup" - description: "" - -- filename: "StorefrontAddSimpleProductToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddSimpleProductToCartActionGroup" - description: "Adds the provided Product to the Storefront Shopping Cart from a Storefront Category page. Validates that the provided Success Message is present and correct." - -- filename: "AssertStorefrontMiniCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontMiniCartItemsActionGroup" - description: "Validates that the provided Product details (Name, Price, Subtotal and Quantity) are present and correct in the Storefront Mini Shopping Cart." - -- filename: "StorefrontAttachOptionFileActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAttachOptionFileActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAttachOptionFileActionGroup" - description: "Attaches the provided File to the provided Product Option on a Storefront Product page." - -- filename: "StorefrontOpenMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenMiniCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontOpenMiniCartActionGroup" - description: "Clicks on the Mini Shopping Cart icon in the Storefront Header." - -- filename: "LoginAsCustomerUsingSignInLinkActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerUsingSignInLinkActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "LoginAsCustomerUsingSignInLinkActionGroup" - description: "Clicks on 'Sign In' on the Storefront Checkout page. Fills in the provided Customer details (Email and Password). Clicks on Sign In." - -- filename: "AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontShoppingCartSummaryWithShippingActionGroup" - description: "EXTENDS: AssertStorefrontShoppingCartSummaryItemsActionGroup. Waits for the Storefront Checkout 'Shipping Methods' section to appear." - -- filename: "StorefrontAssertShippingMethodPresentInCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodPresentInCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertShippingMethodPresentInCartActionGroup" - description: "Validates that the provided Shipping Method Name is present in the 'Summary' section of the Storefront Shopping Cart page." - -- filename: "StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAddProductWithSelectedConfigurableOptionToCartActionGroup" - description: "Selects the provided Product Option in the drop down on a Storefront Configurable product page. Clicks on Add to Cart. Validates that the Success Message is present and correct." - -- filename: "GuestCheckoutFillNewBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewBillingAddressActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "GuestCheckoutFillNewBillingAddressActionGroup" - description: "Fills in the provided Customer and Address details on the Storefront Checkout page." - - - name: "LoggedInCheckoutFillNewBillingAddressActionGroup" - description: "Fills in the provided Address details on the Storefront Checkout Address sections based on the provided Class Prefix (i.e. '._show', '[aria-hidden=false]')." - - - name: "LoggedInCheckoutWithOneAddressFieldWithoutStateField" - description: "EXTENDS: LoggedInCheckoutFillNewBillingAddressActionGroup. Removes 'fillStreetAddress2' and 'selectState'." - - - name: "clearCheckoutAddressPopupFieldsActionGroup" - description: "Clears the fields for the Customer/Address fields on the Storefront Checkout Address sections based on the provided Class Prefix (i.e. '._show', '[aria-hidden=false]')." - - - name: "GuestCheckoutSelectPaymentAndFillNewBillingAddressActionGroup" - description: "EXTENDS: GuestCheckoutFillNewBillingAddressActionGroup. Clicks on the provided Payment Method on the Storefront Checkout page." - -- filename: "StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontEnterProductQuantityAndAddToTheCartActionGroup" - description: "Fills in the provided Product Quantity on a Storefront Bundled product page. Clicks on Add to Cart." - -- filename: "StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontCheckoutCheckOutOfStockProductActionGroup" - description: "Validates that the 'Out of Stock' Error Message is present and correct on the Storefront Checkout page for the provided Product." - -- filename: "AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontEmailNoteMessageOnCheckoutActionGroup" - description: "Validates that the provided 'Email Address' message is present on the Storefront Checkout page under the 'Email Address' field." - -- filename: "AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertStorefrontEmailValidationMessageOnCheckoutActionGroup" - description: "Validates that the provided Error Message appears on the Storefront Checkout page after an invalid Email Addressed is inputted." - -- filename: "StorefrontAssertCartShippingMethodSelectedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartShippingMethodSelectedActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "StorefrontAssertCartShippingMethodSelectedActionGroup" - description: "Validates that the provided Shipping Method Carrier/Method Code is checked on the Storefront Shopping Cart page." - -- filename: "CheckoutFillEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "CheckoutFillEstimateShippingAndTaxActionGroup" - description: "" - -- filename: "IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" - module: "Checkout" - actiongroups: - - name: "AssertThatShippingAndBillingAddressTheSame" - description: "Validates that the Shipping and Billing Addresses are the same." - -- filename: "CaptchaFormsDisplayingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "CaptchaFormsDisplayingActionGroup" - description: "Navigates to store configuration page through UI and expands the CAPTCHA section under Customers > Customer Configuration." - -- filename: "StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "StorefrontCustomerChangeEmailWithCaptchaActionGroup" - description: "EXTENDS: StorefrontCustomerChangeEmailActionGroup. Fills in the Captcha field on the Storefront Customer Information page." - -- filename: "AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup" - description: "Validate that the Captcha IS present on the Storefront Create Customer page." - -- filename: "AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "AssertCaptchaVisibleOnCustomerAccountInfoActionGroup" - description: "Validate that the Captcha IS present on the Storefront Customer Account Information page." - -- filename: "StorefrontFillContactUsFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillContactUsFormWithCaptchaActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "StorefrontFillContactUsFormWithCaptchaActionGroup" - description: "EXTENDS: StorefrontFillContactUsFormActionGroup. Fills in the Captcha field on the Storefront Contact Us page." - -- filename: "StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "StorefrontFillCustomerLoginFormWithCaptchaActionGroup" - description: "EXTENDS: StorefrontFillCustomerLoginFormActionGroup. Fills in the Captcha field on the Storefront Customer Login page." - -- filename: "AssertCaptchaVisibleOnContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnContactUsFormActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "AssertCaptchaVisibleOnContactUsFormActionGroup" - description: "Validate that the Captcha IS present on the Storefront Contact Us page." - -- filename: "AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "AssertCaptchaVisibleOnAdminLoginFormActionGroup" - description: "Validate that the Captcha IS present on the Backend Admin Login page." - -- filename: "AdminLoginWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AdminLoginWithCaptchaActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "AdminLoginWithCaptchaActionGroup" - description: "EXTENDS: LoginAsAdmin. Fills in the Captcha field on the Backend Admin Login page." - -- filename: "AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup" - description: "Validate that the Captcha is NOT present on the Backend Admin Login page." - -- filename: "StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup" - description: "EXTENDS: StorefrontFillCustomerAccountCreationFormActionGroup. Fills in the Captcha field on the Storefront Create Customer page." - -- filename: "AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" - module: "Captcha" - actiongroups: - - name: "AssertCaptchaVisibleOnCustomerLoginFormActionGroup" - description: "Validate that the Captcha IS present on the Storefront Customer Login page." - -- filename: "StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" - module: "Search" - actiongroups: - - name: "StoreFrontSelectDropDownSearchSuggestionActionGroup" - description: "Fills the Storefront Quick Search field. Validates that the provided Search Suggestion is present and correct." - -- filename: "AdminSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminSearchTermActionGroup.xml" - module: "Search" - actiongroups: - - name: "searchTermFilterBySearchQuery" - description: "Fills in the provided Search Query on the Admin Search Term grid page." - - - name: "deleteSearchTerm" - description: "Deletes the Search Terms in the Admin Search Term grid." - -- filename: "AdminEditSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminEditSearchTermActionGroup.xml" - module: "Search" - actiongroups: - - name: "AdminFillAllSearchTermFieldsActionGroup" - description: "Fills in the provided Search Term on the Admin Search Terms grid page." - -- filename: "AdminGroupedProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminGroupedProductActionGroup.xml" - module: "GroupedProduct" - actiongroups: - - name: "checkRequiredFieldsInGroupedProductForm" - description: "Clears the Product Name and SKU fields when adding a Grouped Product and then verifies that they are required after attempting to Save." - - - name: "fillGroupedProductForm" - description: "Fills in the provided Product Name and SKU on the Grouped Product creation/edit page." - - - name: "viewGroupedProductInAdminGrid" - description: "Goes to the Admin Products grid page. Filters the grid for the provided Product. Validates that the provided Product appears in the grid." - - - name: "fillDefaultQuantityForLinkedToGroupProductInGrid" - description: "Fills the provided Qty for a Product linked to a Grouped Product." - - - name: "AdminAssignProductToGroup" - description: "Adds the provided Product to a Grouped Product on an Admin Grouped Product creation/edit page." - -- filename: "StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" - module: "GroupedProduct" - actiongroups: - - name: "StorefrontAddThreeGroupedProductToTheCartActionGroup" - description: "Goes to the provided URL for a Grouped Product. Validates that the provided Products and Quantities are present and correct." - -- filename: "AssertLinkPresenceOnGroupedProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AssertLinkPresenceOnGroupedProductPageActionGroup.xml" - module: "GroupedProduct" - actiongroups: - - name: "AssertLinkPresenceOnGroupedProductPage" - description: "Validates that the provided Product Name is present and correct on a Storefront Grouped Product page." - -- filename: "AdminOrderGroupedProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminOrderGroupedProductActionGroup.xml" - module: "GroupedProduct" - actiongroups: - - name: "AdminOrderConfigureGroupedProduct" - description: "" - -- filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" - module: "GroupedProduct" - actiongroups: - - name: "VerifyProductTypeOrder" - description: "Checks that Grouped is in the correct order in comparison to other product types on the add product dropdown." - -- filename: "AdminOpenCMSPagesGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCMSPagesGridActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AdminOpenCMSPagesGridActionGroup" - description: "Goes to the Admin Pages grid page." - -- filename: "AssertCMSBlockContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSBlockContentActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AssertBlockContent" - description: "Validates that the Block details are present and correct. PLEASE NOTE: The Block data is Hardcoded, using '_defaultBlock'." - -- filename: "AdminOpenCmsBlockActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCmsBlockActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AdminOpenCmsBlockActionGroup" - description: "" - -- filename: "StorefrontGoToCMSPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/StorefrontGoToCMSPageActionGroup.xml" - module: "Cms" - actiongroups: - - name: "StorefrontGoToCMSPageActionGroup" - description: "Goes to the provided Storefront CMS Page." - -- filename: "ClearWidgetsFromCMSContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/ClearWidgetsFromCMSContentActionGroup.xml" - module: "Cms" - actiongroups: - - name: "ClearWidgetsFromCMSContent" - description: "Goes to the Admin CMS Page Edit page for the Page ID number 2. Clears the Widget and replaces it with Text. PLEASE NOTE: The Page ID/Text are Hardcoded." - - - name: "ClearWidgetsForCMSHomePageContentWYSIWYGDisabled" - description: "" - -- filename: "AssertCMSPageNotFoundOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageNotFoundOnStorefrontActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AssertCMSPageNotFoundOnStorefrontActionGroup" - description: "Validates that the 'Whoops, our bad' error message is present and correct for a Storefront CMS Page that doesn't exist." - -- filename: "AdminCMSPageMassActionSelectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminCMSPageMassActionSelectActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AdminCMSPageMassActionSelectActionGroup" - description: "Selects the provided Action in the 'Mass Action' drop down menu on the Admin Pages grid." - -- filename: "FillOutCMSPageContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutCMSPageContentActionGroup.xml" - module: "Cms" - actiongroups: - - name: "FillOutCMSPageContent" - description: "Fills out the Page details (Page Title, Content and URL Key) on the Admin Page creation/edit page. PLEASE NOTE: The values are Hardcoded using '_duplicatedCMSPage'." - -- filename: "CMSActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CMSActionGroup.xml" - module: "Cms" - actiongroups: - - name: "navigateToCreatedCMSPage" - description: "Goes to the Admin CMS Pages page. " - - - name: "navigateToCreatedCMSBlockPage" - description: "Goes to the Admin Blocks page. Clicks on 'Edit' for the provided Block." - - - name: "DeleteCMSBlockActionGroup" - description: "Goes to the Admin CMS Blocks page. Deletes the '_defaultBlock' Block. Validates that the Success Message is present and correct. PLEASE NOTE: The Block that is deleted it Hardcoded." - - - name: "AddStoreViewToCmsPage" - description: "EXTENDS: navigateToCreatedCMSPage. Adds the provided Store View to a Page." - - - name: "saveAndCloseCMSBlockWithSplitButton" - description: "Clicks on the Save and Close button." - - - name: "navigateToStorefrontForCreatedPage" - description: "Goes to the provided Page on the Storefront." - - - name: "saveCMSBlock" - description: "Clicks on the Save button. Validates that the Save message is present and correct. PLEASE NOTE: The message is Hardcoded." - - - name: "saveAndContinueEditCmsPage" - description: "Clicks on the Save and Continue button." - - - name: "saveCmsPage" - description: "Clicks on the Save button. Validates that the Success Message is present." - - - name: "setLayout" - description: "Sets the provided option for 'Layout', under 'Design' on the Page creation/edit page. " - -- filename: "AssignBlockToCMSPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssignBlockToCMSPageActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AssignBlockToCMSPage" - description: "Goes to the Admin Pages grid page. Adds a Block to a CMS Page. Clicks on Save." - -- filename: "FillOutBlockContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutBlockContentActionGroup.xml" - module: "Cms" - actiongroups: - - name: "FillOutBlockContent" - description: "Fills in the Block Title, Identifier, Store View and Content. PLEASE NOTE: The values are Hardcoded using '_defaultBlock'." - -- filename: "AdminOpentCmsBlockActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpentCmsBlockActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AdminOpenCmsBlockActionGroup" - description: "" - -- filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" - module: "Cms" - actiongroups: - - name: "RestoreLayoutSetting" - description: "Sets the 'Default Page Layout' to '1 column'. PLEASE NOTE: The value is Hardcoded." - -- filename: "VerifyTinyMCEActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/VerifyTinyMCEActionGroup.xml" - module: "Cms" - actiongroups: - - name: "VerifyTinyMCEActionGroup" - description: "Goes to Admin CMS Page creation page. Validates that all of the Tiny MCE buttons are present." - - - name: "VerifyMagentoEntityActionGroup" - description: "Validates that the Insert Widget and Insert Variables buttons are present." - -- filename: "SearchBlockOnGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/SearchBlockOnGridPageActionGroup.xml" - module: "Cms" - actiongroups: - - name: "searchBlockOnGridPage" - description: "Searches the Admin CMS Blocks grid based on the provided Block." - - - name: "deleteBlock" - description: "Goes to the Admin CMS Blocks page. Filters the grid based on the provided Block. Deletes the Block via the grid." - -- filename: "AssertCMSPageContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageContentActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AssertCMSPageContent" - description: "Validates that the CMS Page details are present and correct. PLEASE NOTE: The CMS Page data is Hardcoded, using '_duplicatedCMSPage'." - - - name: "AssertStoreFrontCMSPage" - description: "Validates that the provided CMS Page Title, Content and Heading are present and correct on a Storefront CMS Page." - -- filename: "AssertCMSPageInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageInGridActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AssertCMSPageInGridActionGroup" - description: "Validates that the provided CMS Page is present in the Admin Pages grid." - -- filename: "NavigateToMediaFolderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/NavigateToMediaFolderActionGroup.xml" - module: "Cms" - actiongroups: - - name: "NavigateToMediaFolderActionGroup" - description: "Clicks on the provided Folder Name in the Storage folder tree." - -- filename: "AdminSelectCMSPageInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminSelectCMSPageInGridActionGroup.xml" - module: "Cms" - actiongroups: - - name: "AdminSelectCMSPageInGridActionGroup" - description: "Checks the Row for the provided Identifier on the Admin Pages grid page." - -- filename: "SelectImageFromMediaStorageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/SelectImageFromMediaStorageActionGroup.xml" - module: "Cms" - actiongroups: - - name: "clickBrowseBtnOnUploadPopup" - description: "Clicks on the Browse button in the 'Insert/edit image' model." - - - name: "VerifyMediaGalleryStorageActions" - description: "Validates that the Media Gallery 'Cancel'/'Create Folder' buttons are present." - - - name: "CreateImageFolder" - description: "Creates a folder in the Media Gallery based on the provided Folder." - - - name: "attachImage" - description: "Uploads the provided Image to Media Gallery." - - - name: "deleteImage" - description: "Deletes the selected Image from the Media Gallery." - - - name: "saveImage" - description: "Clicks on Insert File in the Media Gallery." - - - name: "fillOutUploadImagePopup" - description: "Fills in the Image Description and Height fields. PLEASE NOTE: The values are Hardcoded using 'ImageUpload'." - - - name: "verifyOversizeValidationMsg" - description: "Validates that the Oversize validation message is present and correct." - - - name: "verifyWrongExtensionValidationMsg" - description: "Validates that the Wrong Extensions validation message is present and correct." - -- filename: "DeletePageByUrlKeyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeletePageByUrlKeyActionGroup.xml" - module: "Cms" - actiongroups: - - name: "DeletePageByUrlKeyActionGroup" - description: "Goes to the Admin CMS Pages page. Deletes a Page based on the provided URL Key. Validates that the Success Message is present and correct." - -- filename: "CreateNewPageWithAllValuesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithAllValuesActionGroup.xml" - module: "Cms" - actiongroups: - - name: "CreateNewPageWithAllValues" - description: "Goes to the Admin CMS creation page. Fills in the provided Page details (Title, Heading, URL, Store View and Hierarchy)." - - - name: "CreateNewPageWithAllValuesAndContent" - description: "" - -- filename: "CreateNewPageWithWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithWidgetActionGroup.xml" - module: "Cms" - actiongroups: - - name: "CreateNewPageWithWidget" - description: "Goes to Admin CMS Page creation page. Adds the provided Title, Category, Conditions and Widget. Clicks on Save. Validates that the Success Message is present and correct." - -- filename: "DeleteImageFromStorageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeleteImageFromStorageActionGroup.xml" - module: "Cms" - actiongroups: - - name: "DeleteImageFromStorageActionGroup" - description: "Deletes the provided Image from Storage." - -- filename: "StorefrontClickOnHeaderLogoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Theme/Test/Mftf/ActionGroup/StorefrontClickOnHeaderLogoActionGroup.xml" - module: "Theme" - actiongroups: - - name: "StorefrontClickOnHeaderLogoActionGroup" - description: "Goes to the Storefront. Clicks on the Logo." - -- filename: "NavigateToFaviconMediaFolderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Theme/Test/Mftf/ActionGroup/NavigateToFaviconMediaFolderActionGroup.xml" - module: "Theme" - actiongroups: - - name: "NavigateToFaviconMediaFolderActionGroup" - description: "Navigates to the Favicon Media folder in the 'Media Gallery'. Clicks on the provided Store Folder." - -- filename: "AdminUrlRewriteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteActionGroup.xml" - module: "UrlRewrite" - actiongroups: - - name: "AdminAddUrlRewrite" - description: "Goes to the Admin Add URL Rewrite edit page. Fills in the provided URL details. Clicks on Save. Validates that the Success Message is present." - - - name: "AdminAddUrlRewriteForProduct" - description: "Adds the provided URL Rewrite details for a Product." - - - name: "AdminAddCustomUrlRewrite" - description: "Goes to the Admin URL Rewrite edit page. Adds the provided Custom URL Rewrite details. Clicks on Save. Validates that the Success Message is present." - - - name: "AdminUpdateUrlRewrite" - description: "Updates the URL Rewrite fields with the provided details." - - - name: "AdminUpdateCustomUrlRewrite" - description: "Updates the Custom URL Rewrite fields with the provided details." - -- filename: "StorefrontUrlRewriteRedirectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/StorefrontUrlRewriteRedirectActionGroup.xml" - module: "UrlRewrite" - actiongroups: - - name: "AssertStorefrontUrlRewriteRedirect" - description: "Goes to the provided New URL. Validates that the redirect works and the provided Category is present." - - - name: "AssertStorefrontProductRedirect" - description: "Goes to the provided New Product URL. Validates that the redirect works and the provided Product is present and correct." - -- filename: "AdminUrlRewriteGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteGridActionGroup.xml" - module: "UrlRewrite" - actiongroups: - - name: "AdminSearchByRequestPath" - description: "Goes to the Admin URL Rewrite grid page. Searches the grid based on the provided Redirect Path. Validates that the provided Redirect Path, Type and Target Path are present and correct in the grid." - - - name: "AdminSearchUrlRewriteProductBySku" - description: "Goes to the Admin URL Rewrite grid page. Searches the grid based on the provided Product SKU. Clicks on the 1st row in the grid." - - - name: "AdminSearchDeletedUrlRewrite" - description: "Goes to the Admin URL Rewrite grid page. Searches the grid for the provided Request Path. Validates that it does NOT appear in the grid." - - - name: "AdminDeleteUrlRewrite" - description: "Goes to the Admin URL Rewrite grid page. Deletes the provided Request Path. Validates that the Success Message is present and correct." - - - name: "AssertPageByUrlRewriteIsNotFound" - description: "Validates that the provided Request Path does NOT exist on the Storefront. Validates that the 'Whoops' message is present and correct." - - - name: "AdminSearchAndSelectUrlRewriteInGrid" - description: "Goes to the Admin URL Rewrite grid page. Searches the grid for the provided Request Path. Clicks on Edit." - -- filename: "OpenPayPalButtonCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OpenPayPalButtonCheckoutPageActionGroup.xml" - module: "Paypal" - actiongroups: - - name: "OpenPayPalButtonCheckoutPage" - description: "Clicks on 'Configure' for 'PayPal Express Checkout' on the Admin Configuration page. Expands the 'Advanced Settings' tab. Expands the 'Frontend Experience Settings' tab. Expands the 'Checkout Page' tab." - -- filename: "PayPalExpressCheckoutConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/PayPalExpressCheckoutConfigurationActionGroup.xml" - module: "Paypal" - actiongroups: - - name: "ConfigPayPalExpressCheckout" - description: "Goes to the 'Configuration' page for 'Payment Methods'. Fills in the provided PayPal credentials and other details. Clicks on Save." - - - name: "CreatePayPalOrderWithSelectedPaymentMethodActionGroup" - description: "EXTENDS: CreateOrderToPrintPageActionGroup. Clicks on PayPal. Fills the PayPay details in the modal. PLEASE NOTE: The PayPal Payment credentials are Hardcoded using 'Payer'." - - - name: "addProductToCheckoutPage" - description: "Goes to the provided Category page on the Storefront. Adds the 1st Product to the Cart. Goes to Checkout. Select the Shipping Method. Selects PayPal as the Payment Method." - -- filename: "OtherPayPalConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OtherPayPalConfigurationActionGroup.xml" - module: "Paypal" - actiongroups: - - name: "EnablePayPalConfiguration" - description: "Expands the 'OTHER PAYPAL PAYMENT SOLUTIONS' tab on the Admin Configuration page. Enables the provided PayPal Config type for the provided Country Code." - - - name: "CheckEnableOptionPayPalConfiguration" - description: "Expands the 'OTHER PAYPAL PAYMENT SOLUTIONS' tab on the Admin Configuration page. Enables the provided PayPal Config type for the provided Country Code." - -- filename: "AdminSaveReviewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminSaveReviewActionGroup.xml" - module: "Review" - actiongroups: - - name: "AdminSaveReviewActionGroup" - description: "" - -- filename: "AdminOpenReviewByUserNicknameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewByUserNicknameActionGroup.xml" - module: "Review" - actiongroups: - - name: "AdminOpenReviewByUserNicknameActionGroup" - description: "" - -- filename: "StorefrontAssertReviewAtProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/StorefrontAssertReviewAtProductPageActionGroup.xml" - module: "Review" - actiongroups: - - name: "StorefrontAssertReviewAtProductPageActionGroup" - description: "" - -- filename: "AdminOpenReviewsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewsPageActionGroup.xml" - module: "Review" - actiongroups: - - name: "AdminOpenReviewsPageActionGroup" - description: "" - -- filename: "AdminOpenPendingReviewsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenPendingReviewsPageActionGroup.xml" - module: "Review" - actiongroups: - - name: "AdminOpenPendingReviewsPageActionGroup" - description: "" - -- filename: "AdminDeleteReviewsByUserNicknameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminDeleteReviewsByUserNicknameActionGroup.xml" - module: "Review" - actiongroups: - - name: "AdminDeleteReviewsByUserNicknameActionGroup" - description: "" - -- filename: "AdminChangeReviewStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminChangeReviewStatusActionGroup.xml" - module: "Review" - actiongroups: - - name: "AdminChangeReviewStatusActionGroup" - description: "" - -- filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" - module: "Swatches" - actiongroups: - - name: "StorefrontSelectSwatchOptionOnProductPage" - description: "" - - - name: "StorefrontSelectSwatchOptionOnProductPageAndCheckImage" - description: "" - -- filename: "AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" - module: "Swatches" - actiongroups: - - name: "AdminAddSwatchOptionAndFillFieldsActionGroup" - description: "" - - - name: "AdminUpdateProductPreviewImageActionGroup" - description: "" - -- filename: "ColorPickerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/ColorPickerActionGroup.xml" - module: "Swatches" - actiongroups: - - name: "setColorPickerByHex" - description: "Sets the provided HEX value in the provided Color Picker." - - - name: "assertSwatchColor" - description: "Validates that the provided Color Picker contains the provided Style." - - - name: "assertStorefrontSwatchColor" - description: "Validates that the Storefront Product has the provided Swatch with the provided Color." - - - name: "openSwatchMenuByIndex" - description: "Options the Swatch Menu based on the provided Index." - -- filename: "AddSwatchToProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AddSwatchToProductActionGroup.xml" - module: "Swatches" - actiongroups: - - name: "AddVisualSwatchToProductActionGroup" - description: "Adds the provided Visual Swatch Attribute and Options (2) to a Product on the Admin Product creation/edit page. Clicks on Save. Validates that the Success Message is present." - - - name: "AddVisualSwatchToProductWithStorefrontConfigActionGroup" - description: "EXTENDS: AddVisualSwatchToProductActionGroup. Add the provided Visual Swatch Attribute and Options (2) to a Product with Storefront Configurations." - -- filename: "StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" - module: "Swatches" - actiongroups: - - name: "StorefrontAddProductWithSwatchesToTheCartActionGroup" - description: "" - - - name: "StorefrontUpdateCartConfigurableProductWithSwatches" - description: "" - -- filename: "DisplayOutOfStockProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/DisplayOutOfStockProductActionGroup.xml" - module: "CatalogInventory" - actiongroups: - - name: "displayOutOfStockProduct" - description: "Goes to the 'Configuration' page for 'Inventory'. Enables 'Display Out of Stock Products'. Clicks on the Save button." - - - name: "noDisplayOutOfStockProduct" - description: "Goes to the 'Configuration' page for 'Inventory'. Disables 'Display Out of Stock Products'. Clicks on the Save button." - -- filename: "StorefrontAssertProductStockStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/StorefrontAssertProductStockStatusActionGroup.xml" - module: "CatalogInventory" - actiongroups: - - name: "StorefrontCheckProductStockStatus" - description: "" - -- filename: "FillPaymentInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/FillPaymentInformationActionGroup.xml" - module: "AuthorizenetAcceptjs" - actiongroups: - - name: "FillPaymentInformation" - description: "Fill Payment Method with Authorize.net" - - - name: "GuestCheckoutAuthorizenetFillBillingAddress" - description: "Fill Billing Address as Guest with Authorize.net" - -- filename: "ConfigureAuthorizenetAcceptjsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ConfigureAuthorizenetAcceptjsActionGroup.xml" - module: "AuthorizenetAcceptjs" - actiongroups: - - name: "ConfigureAuthorizenetAcceptjs" - description: "Sets up the Authorize.net Accept JS configuration setting with a specified Payment action." - - - name: "DisableAuthorizenetAcceptjs" - description: "Disables the Authorize.net Accept JS configuration setting via the CLI." - - - name: "EnableAuthorizenetAcceptjs" - description: "" - - - name: "AssertAuthorizenetAcceptjsRequiredFieldsValidationIsPresentOnSave" - description: "" - -- filename: "ViewAndValidateOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ViewAndValidateOrderActionGroup.xml" - module: "AuthorizenetAcceptjs" - actiongroups: - - name: "ViewAndValidateOrderActionGroup" - description: "Validate the Order is Correct. Then Submit the Invoice." - - - name: "ViewAndValidateOrderActionGroupNoSubmit" - description: "Validate the Order is Correct. Do Not Submit the Invoice." - -- filename: "CheckingGiftOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GiftMessage/Test/Mftf/ActionGroup/CheckingGiftOptionsActionGroup.xml" - module: "GiftMessage" - actiongroups: - - name: "CheckingGiftOptionsActionGroup" - description: "Clicks on Checkout with Multiple Addresses. Clicks on Add Gift option. Validates that the Success Message is present and correct. PLEASE NOTE: The message is Hardcoded." - -- filename: "AdminDeleteCatalogRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminDeleteCatalogRuleActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminDeleteCatalogRuleActionGroup" - description: "Clicks on the Delete button on a Admin Catalog Price Rule edit page. Clicks on Ok. Validates that the provided Success Message is present and correct." - -- filename: "AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup" - description: "Validate that the provided Customer Group is not present on the Catalog Price Rules creation/edit page." - -- filename: "AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminAssertCustomerGroupOnCatalogPriceRuleForm" - description: "" - -- filename: "SaveAndApplyCatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/SaveAndApplyCatalogPriceRuleActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "SaveAndApplyCatalogPriceRuleActionGroup" - description: "Clicks on Save and Apply. Validates that the Success Message is present and correct on the Admin Catalog Price Rule creation/edit page." - -- filename: "AssertCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogPriceRuleFormActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AssertCatalogPriceRuleFormActionGroup" - description: "Validates that the provided Catalog Rule, Status, Websites and Customer Group details are present and correct on a Admin Catalog Price Rule creation/edit page." - -- filename: "AdminCreateNewCatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminCreateNewCatalogPriceRuleActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminCreateNewCatalogPriceRuleActionGroup" - description: "Goes to the Admin Catalog Price Rule creation page. Fills in the provided Catalog Rule details. Selects the provided Customer Group." - -- filename: "AssertCatalogRuleInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogRuleInGridActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AssertCatalogRuleInGridActionGroup" - description: "Validates that the provided Catalog Rule Name, Status, Websites and Catalog Rule ID are present in the 1st row of the Admin Catalog Price Rule grid." - -- filename: "AdminOpenCatalogPriceRulePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenCatalogPriceRulePageActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminOpenCatalogPriceRulePageActionGroup" - description: "" - -- filename: "CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup" - description: "Adds the provided Attribute Name, Select Value, Index A and Index B details to the 'Conditions' section on the Admin Catalog Price Rule creation/edit page." - -- filename: "CatalogSelectCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogSelectCustomerGroupActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "CatalogSelectCustomerGroupActionGroup" - description: "Selects the provided Customer Group Name on the Admin Catalog Price Rule creation/edit page." - -- filename: "CatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogPriceRuleActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "newCatalogPriceRuleByUI" - description: "Goes to the Catalog Price Rule grid. Clicks on Add. Fills in the provided Catalog Rule details." - - - name: "createCatalogPriceRule" - description: "Clicks on the Add button. Fills Rule Name, Description, Website and Discount Value." - - - name: "CreateCatalogPriceRuleViaTheUi" - description: "" - - - name: "CreateCatalogPriceRuleConditionWithAttribute" - description: "Add Conditional Requirements to a Catalog Price Rule from the creation/edit page." - - - name: "applyCatalogPriceRules" - description: "Goes to the Catalog Price Rule grid page. Clicks on Apply Rules. Validates that the Success Message is present and correct." - - - name: "newCatalogPriceRuleByUIWithConditionIsSKU" - description: "EXTENDS: newCatalogPriceRuleByUI. Add a Catalog Price Rule Condition based on the provided SKU." - - - name: "newCatalogPriceRuleByUIWithConditionIsCategory" - description: "EXTENDS: newCatalogPriceRuleByUI. Add a Catalog Price Rule Condition based on the provided Category ID." - - - name: "selectGeneralCustomerGroupActionGroup" - description: "Selects the 'General' Customer Group for a Catalog Price Rule on the creation/edit page." - - - name: "selectNotLoggedInCustomerGroupActionGroup" - description: "Selects the 'NOT LOGGED IN' Customer Group for a Catalog Price Rule on the creation/edit page." - - - name: "OpenCatalogPriceRule" - description: "" - - - name: "RemoveCatalogPriceRule" - description: "" - -- filename: "AdminSearchCatalogRuleInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSearchCatalogRuleInGridActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminSearchCatalogRuleInGridActionGroup" - description: "Goes to the Admin Catalog Price Rules grid page. Searches the grid for the provided Catalog Price Rule name." - -- filename: "AdminSaveAndApplyRulesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSaveAndApplyRulesActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminSaveAndApplyRulesActionGroup" - description: "Clicks Save on a Admin Catalog Price Rule creation/edit page. Validates that the Success Message is present. Clicks Apply Rules. Validates that the Success Message is present." - -- filename: "AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminOpenNewCatalogPriceRuleFormPageActionGroup" - description: "Goes to the create Catalog Price Rule page." - -- filename: "AdminSelectCatalogRuleFromGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSelectCatalogRuleFromGridActionGroup.xml" - module: "CatalogRule" - actiongroups: - - name: "AdminSelectCatalogRuleFromGridActionGroup" - description: "Clicks on the Admin Catalog Price Rule row that contains the provided Catalog Price Rule name." - -- filename: "VerifySubscribedNewsletterDisplayedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/VerifySubscribedNewsletterDisplayedActionGroup.xml" - module: "Newsletter" - actiongroups: - - name: "StorefrontCreateNewAccountNewsletterChecked" - description: "EXTENDS: SignUpNewUserFromStorefrontActionGroup. Clicks on 'Sign Up for Newsletter'. Validates that the Subscription Confirmation message is present and correct." - - - name: "StorefrontCreateNewAccountNewsletterUnchecked" - description: "EXTENDS: SignUpNewUserFromStorefrontActionGroup. Validates that the you are NOT subscribed message is present and correct." - - - name: "CheckSubscribedNewsletterActionGroup" - description: "Goes to the Storefront Newsletter Management page. Validates that the 'Subscription' checkbox is checked." - -- filename: "AdminNewsletterTemplateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminNewsletterTemplateActionGroup.xml" - module: "Newsletter" - actiongroups: - - name: "SwitchToPreviewIframeActionGroup" - description: "" - -- filename: "StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup" - description: "Validates that the provided Product Name and Price for a Configurable Product are present on a Storefront Category page." - -- filename: "ConfigurableProductAttributeNameDesignActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductAttributeNameDesignActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "GotoCatalogProductsPage" - description: "Goes to the Admin Products grid via the Admin Side Menu." - - - name: "GotoConfigurableProductPage" - description: "Clicks on create Configurable Product from the Admin Products grid page." - - - name: "FillAllRequiredFields" - description: "Fills the Product Name, Price and Weight fields. Clicks on 'Create Configurations'. Clicks on 'Create New Attribute'." - - - name: "CreateNewAttribute" - description: "Creates a new Product Attribute via the Admin Products creation/edit page. PLEASE NOTE: The Product Attributes are Hardcoded." - - - name: "DeleteCreatedAttribute" - description: "Deletes the Configurable Product Attribute." - -- filename: "StorefrontCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "StorefrontCheckCategoryConfigurableProduct" - description: "Validates that the provided Configurable Product is present and correct on a Category page." - - - name: "StorefrontCheckCategoryOutOfStockConfigurableProduct" - description: "Validates that the provided Configurable Product is present and correct on a Category page." - -- filename: "AdminCreateApiConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateApiConfigurableProductActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "AdminCreateApiConfigurableProductActionGroup" - description: "Creates a Configurable Product with 2 Product Options via the API." - - - name: "AdminCreateApiConfigurableProductWithHiddenChildActionGroup" - description: "EXTENDS: AdminCreateApiConfigurableProductActionGroup. Adds 2 Hidden Product Options." - -- filename: "ConfigurableProductCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductCheckoutActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "CheckConfigurableProductInCheckoutCartItemsActionGroup" - description: "Validates that the Configurable Product is present and correct in the Cart area on the Checkout page." - -- filename: "StorefrontAddConfigurableProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAddConfigurableProductToTheCartActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "StorefrontAddConfigurableProductToTheCartActionGroup" - description: "Goes to the provided Storefront URL. Selects the provided Product Option under the Product Attribute. Fills in the provided Quantity. Clicks Add to Cart. Validates that the Success Message is present." - -- filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "StorefrontCheckConfigurableProduct" - description: "Goes to the provided Storefront Product page. Validates that the Product details are present and correct." - - - name: "VerifyOptionInProductStorefront" - description: "Validates that the provided Option Code and Option Name are present and correct on a Configurable Product page." - - - name: "SelectSingleAttributeAndAddToCart" - description: "Selects a Product Option. Clicks 'Add to Cart'. Validates that the Product Added Success message appears." - - - name: "storefrontCheckConfigurableProductOptions" - description: "Validates that the Options for a Configurable Product are present and correct." - - - name: "assertOptionImageInStorefrontProductPage" - description: "Validates that the provided Product Image is present when the provided Product Option is selected." - - - name: "AssertOptionImageAndPriceInStorefrontProductActionGroup" - description: "Validates that the provided Product Image and Price are present when the provided Product Option is selected." - - - name: "assertConfigurableProductWithSpecialPriceOnStorefrontProductPage" - description: "Validates that Special Price for a Configurable Product is present and correct when the provided Product Option is selected." - -- filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "StorefrontCheckCartConfigurableProductActionGroup" - description: "Validates that the provided Option Price and Option Quantity is present and correct in the Mini Shopping Cart on the Storefront." - - - name: "StorefrontOpenMinicartAndCheckConfigurableProductActionGroup" - description: "Validates that the provided Option Price is present and correct in the Mini Shopping Cart on the Storefront." - -- filename: "AdminAddOptionsToAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddOptionsToAttributeActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "addOptionsToAttributeActionGroup" - description: "Adds 5 provided Options to a new Attribute on the Configurable Product creation/edit page." - -- filename: "StorefrontProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductAttributeActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "SelectStorefrontSideBarAttributeOption" - description: "Goes to the provided Storefront Category page. Validates that the provided Attribute Label is present and correct." - -- filename: "StorefrontCompareActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "StorefrontCheckCompareConfigurableProductActionGroup" - description: "Validates that the Configurable Product is present and correct in the Compare Product area." - -- filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "VerifyProductTypeOrder" - description: "Validates that the 'Configurable Product' option is present in the 'Add Product' dropdown menu on the Products grid page." - -- filename: "AdminConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "viewConfigurableProductInAdminGrid" - description: "Goes to the Admin Product grid page. Validates the provided Configurable Product is present and correct in the grid." - - - name: "createConfigurableProduct" - description: "Goes to the Admin Product grid page. Creates a Configurable Product using the default Product Options." - - - name: "generateConfigurationsByAttributeCode" - description: "Generates the Product Configurations for the provided Attribute Code on the Configurable Product creation/edit page." - - - name: "createOptionsForAttribute" - description: "" - - - name: "createConfigurationsForAttribute" - description: "EXTENDS: generateConfigurationsByAttributeCode. Clicks on the Save button. Clicks on the Confirm button." - - - name: "createConfigurationsForAttributeWithImages" - description: "EXTENDS: generateConfigurationsByAttributeCode. Adds the provided Attribute Image to the provided Attribute Code." - - - name: "createConfigurationsForTwoAttribute" - description: "EXTENDS: generateConfigurationsByAttributeCode. Generates the Product Configurations for the 2 provided Attribute Codes on the Configurable Product creation/edit page." - - - name: "saveConfiguredProduct" - description: "Save the Configurable Product on the Configurable Product creation/edit page. Validates that the Success Message is present." - - - name: "GenerateAndSaveConfiguredProductAfterSettingOptions" - description: "" - - - name: "addNewProductConfigurationAttribute" - description: "Generates the Product Configurations for the 2 provided Attribute Names on the Configurable Product creation/edit page." - - - name: "selectCreatedAttributeAndCreateTwoOptions" - description: "" - - - name: "changeProductConfigurationsInGrid" - description: "Edit the Product Configuration via the Admin Product grid page." - - - name: "changeProductConfigurationsInGridExceptSku" - description: "EXTENDS: changeProductConfigurationsInGrid. Removes 'fillFieldSkuForFirstAttributeOption' and 'fillFieldSkuForSecondAttributeOption'." - - - name: "addProductToConfigurationsGrid" - description: "Adds the provided Product SKU to the provided Product Name." - - - name: "addUniqueImageToConfigurableProductOption" - description: "Adds the provided Image to a Configurable Product on the Admin Product creation/edit page." - - - name: "addUniquePriceToConfigurableProductOption" - description: "On the 'Step 3: Bulk Images, Price and Quantity' page of the 'Create Product Configurations' model click on 'Apply unique prices...'. Select provided Option. Fill price." - - - name: "addUniqueQuantityToConfigurableProductOption" - description: "" - - - name: "saveConfigurableProductWithNewAttributeSet" - description: "Clicks on 'Save'. Clicks radio for '...new Attribute Set...' in the 'Choose Affected Attribute Set' modal. Clicks on 'Confirm' in the model on the Configurable Product creation/edit page." - - - name: "saveConfigurableProductAddToCurrentAttributeSet" - description: "Clicks on 'Save'. Clicks on 'Confirm' in the 'Choose Affected Attribute Set' model on the Configurable Product creation/edit page." - - - name: "assertConfigurableProductOnAdminProductPage" - description: "Validates that the provided Configurable Product Name, SKU and Price are present and correct on the Configurable Product creation/edit page. PLEASE NOTE: The Product Data is Hardcoded." - - - name: "AdminConfigurableWizardMoveToNextStepActionGroup" - description: "Click on the 'Next' button in the 'Create Product Configurations' panel on the Configurable Product creation/edit page." - - - name: "AdminConfigurableProductDisableConfigurationsActionGroup" - description: "" - - - name: "StartCreateConfigurationsForAttribute" - description: "" - -- filename: "AdminOrderConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminOrderConfigurableProductActionGroup.xml" - module: "ConfigurableProduct" - actiongroups: - - name: "AdminOrderConfigureConfigurableProduct" - description: "" - -- filename: "CreateBackupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backup/Test/Mftf/ActionGroup/CreateBackupActionGroup.xml" - module: "Backup" - actiongroups: - - name: "createSystemBackup" - description: "Creates a System Backup using provided Backup Entity." - - - name: "createMediaBackup" - description: "Creates a Media Backup using provided Backup Entity." - - - name: "createDatabaseBackup" - description: "Creates a Database Backup using provided Backup Entity." - -- filename: "DeleteBackupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backup/Test/Mftf/ActionGroup/DeleteBackupActionGroup.xml" - module: "Backup" - actiongroups: - - name: "deleteBackup" - description: "Deletes a Backup using provided Backup Entity." - -- filename: "AdminCreateBlockWithWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogWidget/Test/Mftf/ActionGroup/AdminCreateBlockWithWidgetActionGroup.xml" - module: "CatalogWidget" - actiongroups: - - name: "AdminCreateBlockWithWidget" - description: "Inserts a Widget into a Block on the Block creation/edit page." - -- filename: "AdminSwitchIndexerToActionModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchIndexerToActionModeActionGroup.xml" - module: "Indexer" - actiongroups: - - name: "AdminSwitchIndexerToActionModeActionGroup" - description: "" - -- filename: "IndexerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup.xml" - module: "Indexer" - actiongroups: - - name: "updateIndexerBySchedule" - description: "Goes to the Index Management page. Checks the provided Indexer Name. Selects 'Update by Schedule'. Clicks on Submit." - - - name: "updateIndexerOnSave" - description: "Goes to the Index Management page. Checks the provided Indexer Name. Selects 'Update on Save'. Clicks on Submit." - -- filename: "AdminSwitchAllIndexerToActionModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchAllIndexerToActionModeActionGroup.xml" - module: "Indexer" - actiongroups: - - name: "AdminSwitchAllIndexerToActionModeActionGroup" - description: "" - -- filename: "EmailTemplateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Email/Test/Mftf/ActionGroup/EmailTemplateActionGroup.xml" - module: "Email" - actiongroups: - - name: "CreateNewTemplate" - description: "Clicks on Add New Template. Fills the Template details. Clicks on Save. PLEASE NOTE: The values are Hardcoded." - - - name: "CreateCustomTemplate" - description: "" - - - name: "FindAndOpenEmailTemplate" - description: "" - - - name: "DeleteEmailTemplate" - description: "Clicks on Delete Template. Accepts the Popup. Validates that the Email Template is NOT present in the Email Templates Grid." - - - name: "PreviewEmailTemplate" - description: "" - - - name: "AssertEmailTemplateContent" - description: "" - -- filename: "AdminCreateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerGroupActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminCreateCustomerGroupActionGroup" - description: "Goes to the Customer Groups creation page. Fills Name. Selects Tax Class. Clicks on Save. Validate that the Success Message is present and correct." - -- filename: "StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontCustomerAddressBookNumberOfAddresses" - description: "Validate that the Customer Address count is present and correct on the Storefront Customer Dashboard page." - -- filename: "CreateCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/CreateCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "CreateCustomerActionGroup" - description: "Goes to the Add Customers page via the Admin Nav Menu. Fills in the Customer details. Clicks on Save. PLEASE NOTE: The Customer data is Hardcoded using 'NewCustomerData'." - -- filename: "AssertStorefrontPasswordAutocompleteOffActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontPasswordAutocompleteOffActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertStorefrontPasswordAutoCompleteOffActionGroup" - description: "Goes to the Storefront Customer Sign-In page. Validates that the Password field does NOT contain the 'autocomplete' attribute." - -- filename: "AssertMessageCustomerCreateAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerCreateAccountActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertMessageCustomerCreateAccountActionGroup" - description: "Validates that the provided Message/Message Type are present and correct." - -- filename: "AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerNoDefaultShippingAddress" - description: "Validates that a Customer does NOT have a Default Shipping Address assigned. PLEASE NOTE: The error message is hardcoded." - -- filename: "AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerNoDefaultBillingAddress" - description: "Validates that a Customer does NOT have a Default Billing Address assigned. PLEASE NOTE: The error message is hardcoded." - -- filename: "AdminCustomerShopingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerShopingCartActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAddProductToShoppingCartActionGroup" - description: "Adds the provided Product Name to the Cart on the Admin Customer creation/edit page." - -- filename: "AdminAssertCustomerDefaultBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultBillingAddressActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerDefaultBillingAddress" - description: "Validates that the provided Default Customer Billing Address details are present and correct on the Customer creation/edit page. Under the section 'Addresses'." - -- filename: "AssertCustomerGroupNotInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotInGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertCustomerGroupNotInGridActionGroup" - description: "Filters the Admin Customers grid for the Customer Group (Code). Validates that the grid is empty." - -- filename: "StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup" - description: "Clicks on the Storefront Header 'Create Account' link." - -- filename: "AdminCustomerGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminFilterCustomerByEmail" - description: "Goes to the Customer grid page. Filter results based on provided Customer Email Address." - -- filename: "StorefrontClickSignInButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignInButtonActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontClickSignInButtonActionGroup" - description: "Click on the Storefront Header 'Sign-In' link." - -- filename: "AdminAssertCustomerAccountInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerAccountInformationActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerAccountInformation" - description: "Validates that the provided Customer details are present and correct on the Customer creation/edit page. Under the 'Account Information' section." - -- filename: "AdminAssertCustomerGroupOnProductFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnProductFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerGroupOnProductForm" - description: "" - -- filename: "StorefrontOpenCustomerLoginPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerLoginPageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontOpenCustomerLoginPageActionGroup" - description: "Goes to the Storefront Customer Sign-In page." - -- filename: "SetGroupCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SetGroupCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "SetCustomerGroupForSelectedCustomersViaGrid" - description: "Clicks on the 'Actions' dropdown menu. Clicks on 'Assign a Customer Group'. Clicks on 'Ok'." - -- filename: "AdminFilterCustomerGroupByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGroupByNameActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminFilterCustomerGroupByNameActionGroup" - description: "Filters the Admin Customers grid by the provided Customer Group Name." - -- filename: "AssertMessageCustomerLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerLoginActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertMessageCustomerLoginActionGroup" - description: "Validates that the provided Message/Message Type are present and correct." - -- filename: "AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminEditCustomerAddressSetDefaultShippingAndBilling" - description: "EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'." - -- filename: "StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontAssertSuccessLoginToStorefront" - description: "EXTENDS: LoginToStorefrontActionGroup. Validates that the provided Customer name is present and correct." - -- filename: "SignUpNewUserFromStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml" - module: "Customer" - actiongroups: - - name: "SignUpNewUserFromStorefrontActionGroup" - description: "Goes to the Storefront. Clicks on 'Create Account'. Fills in the provided Customer details, excluding Newsletter Sign-Up. Clicks on 'Create Account' button. Validate that the Customer details are present and correct." - - - name: "StorefrontCreateCustomerSignedUpNewsletterActionGroup" - description: "Goes to the Storefront. Clicks on 'Create Account'. Fills in the provided Customer details, including Newsletter Sign-Up. Clicks on 'Create Account' button." - - - name: "StorefrontFillRegistrationFormActionGroup" - description: "" - - - name: "SaveRegistrationFormActionGroup" - description: "" - - - name: "AssertSignedUpNewsletterActionGroup" - description: "Validates that the provided Customer details are present and correct on the Storefront Customer Dashboard page." - - - name: "EnterCustomerAddressInfo" - description: "Fills in the provided Customer details (First/Last Name, Company, Phone # and Address) on the Admin Customer creation/edit page. Clicks on the Save button." - - - name: "EnterCustomerAddressInfoFillState" - description: "EXTENDS: EnterCustomerAddressInfo. Fills the State field." - - - name: "VerifyCustomerBillingAddress" - description: "Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Billing Address is present and correct on the Storefront Customer Dashboard Address section." - - - name: "VerifyCustomerShippingAddress" - description: "Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Shipping Address is present and correct." - - - name: "VerifyCustomerBillingAddressWithState" - description: "Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Billing Address, including the State, is present and correct." - - - name: "VerifyCustomerShippingAddressWithState" - description: "Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Shipping Address, including the State, is present and correct." - - - name: "VerifyCustomerNameOnFrontend" - description: "Goes to the Storefront Customer Dashboard page. Validates that the Customer First/Last Name is present and correct." - - - name: "SignUpNewCustomerStorefrontActionGroup" - description: "EXTENDS: SignUpNewUserFromStorefrontActionGroup. Adds a waitForPageLoad action to the Action Group. Removes the action for 'seeThankYouMessage'." - -- filename: "AssertCustomerGroupNotOnProductFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnProductFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertCustomerGroupNotOnProductFormActionGroup" - description: "Clicks on 'Advanced Pricing' on the Admin Customers creation/edit page. Validates that the provided Customer Group does NOT appear in the dropdown menu." - -- filename: "VerifyGroupCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/VerifyGroupCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "VerifyCustomerGroupForCustomer" - description: "Clicks on the Edit link for the provided Customer Email Address." - -- filename: "AdminDeleteAddressInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteAddressInCustomersAddressGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminDeleteAddressInCustomersAddressGrid" - description: "Deletes a Customer Address from the Customer creation/edit page under the 'Addresses' section." - -- filename: "AssertStorefrontCustomerSavedCardActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontCustomerSavedCardActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertStorefrontCustomerSavedCardActionGroup" - description: "" - -- filename: "NavigateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerGroupActionGroup.xml" - module: "Customer" - actiongroups: - - name: "NavigateToCustomerGroupPage" - description: "Goes to the Admin Customer Groups page." - -- filename: "StorefrontFillBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillBillingAddressActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontFillBillingAddressActionGroup" - description: "" - -- filename: "StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontRegisterCustomerFromOrderSuccessPage" - description: "Clicks on 'Create Account' on the Storefront Checkout Success page. Fills in the provided Customer details. Clicks on 'Create Account'. Validates that the Success Message is present and correct." - -- filename: "AssertMessageCustomerChangeAccountInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerChangeAccountInfoActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertMessageCustomerChangeAccountInfoActionGroup" - description: "Validates that the provided Message/Message Type are present and correct." - -- filename: "StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontOpenCustomerAccountInfoEditPageActionGroup" - description: "Goes to the Storefront Customer Edit page." - -- filename: "AdminFilterCustomerByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerByNameActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminFilterCustomerByName" - description: "Filters the Admin Customers grid by the provided Name." - -- filename: "AssertCustomerAccountPageTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerAccountPageTitleActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertCustomerAccountPageTitleActionGroup" - description: "Validates that the provided Page Title is present and correct on the Storefront Customer Dashboard." - -- filename: "AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertNumberOfRecordsInCustomersAddressGrid" - description: "Validates that the Number of Records listed on the Customer grid page is present and correct." - -- filename: "AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup" - description: "" - -- filename: "AssertCustomerResetPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerResetPasswordActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertCustomerResetPasswordActionGroup" - description: "Validates that the provided URL is present and correct. Validates that the provided Message/Message Type is present and correct." - -- filename: "AdminUpdateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminUpdateCustomerGroupActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminUpdateCustomerGroupByEmailActionGroup" - description: "Goes to the Admin Customers grid page. Filters the grid for the provided Email Address. Edits the Customer. Updates the Customer Group with the provided Customer Group. Clicks on Save." - -- filename: "AdminConfigCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminConfigCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "SetCustomerDataLifetimeActionGroup" - description: "Goes to the Customer Configuration page. Fills Customer Data Lifetime. Clicks on Save. Validates that the Success message is present." - -- filename: "DeleteCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/DeleteCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "DeleteCustomerActionGroup" - description: "Goes to the Admin Customers grid page. Deletes a Customer based on the provided Last Name." - - - name: "DeleteCustomerByEmailActionGroup" - description: "Goes to the Admin Customers grid page. Deletes a Customer based on the provided Email Address." - -- filename: "AdminResetFilterInCustomerAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerAddressGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminResetFilterInCustomerAddressGrid" - description: "Clears the Admin Customer Address grid Filters. Sets the grid view to 'Default View'." - -- filename: "StorefrontCustomerLogoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerLogoutActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontCustomerLogoutActionGroup" - description: "Goes to the Storefront Customer Logout page." - - - name: "StorefrontSignOutActionGroup" - description: "Clicks on Customer Account. Clicks on 'Sign-Out'. Validates that the success message is present and correct. PLEASE NOTE: The Success Message is hardcoded." - -- filename: "FillNewCustomerAddressRequiredFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillNewCustomerAddressRequiredFieldsActionGroup.xml" - module: "Customer" - actiongroups: - - name: "FillNewCustomerAddressRequiredFieldsActionGroup" - description: "" - -- filename: "AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertErrorMessageCustomerGroupAlreadyExists" - description: "" - -- filename: "AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminSaveCustomerAndAssertSuccessMessage" - description: "Clicks on the Save button. Validates that the Success Message is present and correct. PLEASE NOTE: The message is Hardcoded." - -- filename: "AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerGroupOnCustomerForm" - description: "" - -- filename: "AssertCustomerGroupOnCustomerFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupOnCustomerFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertCustomerGroupOnCustomerFormActionGroup" - description: "Validates that the provided Customer Group is selected on the Admin Customer edit page." - -- filename: "StorefrontAddCustomerAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAddCustomerAddressActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontAddNewCustomerAddressActionGroup" - description: "Goes to the Storefront Customer Add New Address page. Fills in the provided Address details. Clicks on Save." - - - name: "StorefrontAddCustomerDefaultAddressActionGroup" - description: "Goes to the Storefront Customer Add New Default Address page. Fills in the provided Address details. Clicks on Save." - -- filename: "AdminFilterCustomerGridByEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGridByEmailActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminFilterCustomerGridByEmail" - description: "Filters the Admin Customers grid by the provided Email Address." - -- filename: "AdminSaveCustomerAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAddressActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminSaveCustomerAddressActionGroup" - description: "" - -- filename: "AdminDeleteCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminDeleteCustomerActionGroup" - description: "Goes to the Customers grid page. Check the row for the provided Customer Email Address. Delete the Customer." - -- filename: "AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup" - description: "Validates that the Storefront Customer Sign-In popup form does NOT contain the 'autocomplete=off' attribute." - -- filename: "AdminEditCustomerAddressesFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressesFromActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminEditCustomerAddressesFrom" - description: "Adds the provided Address to a Customer from the Admin Customers creation/edit page." - - - name: "AdminEditCustomerAddressSetDefaultShippingAndBilling" - description: "EXTENDS: AdminEditCustomerAddressesFrom. Clicks on 'Set Default' for Billing/Shipping." - - - name: "AdminEditCustomerAddressNoZipNoState" - description: "EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'. Clicks on 'Set Default' for Billing/Shipping." - - - name: "SelectDropdownCustomerAddressAttributeValueActionGroup" - description: "Selects the provided Option in the provided Customer Address Attribute drop down menu. Clicks on Save." - -- filename: "AssertCustomerLoggedInActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerLoggedInActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AssertCustomerWelcomeMessageActionGroup" - description: "Validates that the Welcome message is present and correct, including the provided Customers Full Name." - -- filename: "SwitchAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SwitchAccountActionGroup.xml" - module: "Customer" - actiongroups: - - name: "SignOut" - description: "Click on the Backend Admin current Admin User menu. Click on 'Logout'. Validate that you are logged out." - -- filename: "StorefrontAssertRegistrationPageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertRegistrationPageFieldsActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontAssertRegistrationPageFields" - description: "" - -- filename: "AdminAssertCustomerGroupPresentInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupPresentInGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerGroupPresentInGrid" - description: "" - -- filename: "OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "OpenStorefrontCustomerStoredPaymentMethodsPageActionGroup" - description: "" - -- filename: "StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup" - description: "EXTENDS: StorefrontFillCustomerLoginFormActionGroup. Removes 'fillPassword'. Fills in an invalid Password." - -- filename: "StorefrontClickSignOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignOnCustomerLoginFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontClickSignOnCustomerLoginFormActionGroup" - description: "Click on the Customer Sign In button on the Storefront Customer Sign-In page." - -- filename: "StorefrontCustomerAddressBookNotContainsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNotContainsActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontCustomerAddressBookNotContains" - description: "Validate that the provided Address does NOT appear in the Storefront Customer Address list." - -- filename: "StorefrontOpenMyAccountPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenMyAccountPageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontOpenMyAccountPageActionGroup" - description: "" - -- filename: "AdminDeleteCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerGroupActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminDeleteCustomerGroupActionGroup" - description: "Goes to the Customer Groups grid page. Filter results based on provided Customer Group Name. Delete Customer from grid page." - -- filename: "FillCustomerSignInPopupFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillCustomerSignInPopupFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "FillCustomerSignInPopupFormActionGroup" - description: "Fills in the provided Customer details (Email and Password) in the Customer Sign In modal on the Storefront Checkout page. Clicks on Sign In." - -- filename: "LoginToStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontActionGroup.xml" - module: "Customer" - actiongroups: - - name: "LoginToStorefrontActionGroup" - description: "Goes to the Storefront Customer Sign In page. Logs in using the provided Customer." - -- filename: "StorefrontFillCustomerAccountCreationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontFillCustomerAccountCreationFormActionGroup" - description: "Fills in the provided Customer details on the Storefront Customer creation page." - -- filename: "OpenEditCustomerFromAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenEditCustomerFromAdminActionGroup.xml" - module: "Customer" - actiongroups: - - name: "OpenEditCustomerFromAdminActionGroup" - description: "Goes to the Admin Customers grid page. Filters the grid based on the provided Customer. Clicks on Edit." - - - name: "OpenEditCustomerAddressFromAdminActionGroup" - description: "Filters the Admin Customers Addresses based on the provided Address. Clicks on Edit." - - - name: "DeleteCustomerFromAdminActionGroup" - description: "Goes to the Admin Customers grid page. Deletes the provided Customer from the grid. Validates that the Success message is present and correct." - - - name: "AdminClearCustomersFiltersActionGroup" - description: "Goes to the Admin Customers grid page. Clicks on 'Clear Filters'." - -- filename: "AdminEditCustomerAddressNoZipNoStateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressNoZipNoStateActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminEditCustomerAddressNoZipNoState" - description: "EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'. Clicks on 'Set Default' for Billing/Shipping." - -- filename: "OpenMyAccountPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenMyAccountPageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "OpenMyAccountPageActionGroup" - description: "Clicks on the Storefront Customer menu in the Header. Clicks on 'My Account'." - -- filename: "StorefrontCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "CustomerLogoutStorefrontByMenuItemsActionGroup" - description: "Click on the Storefront Current Customer menu. Click on Logout." - -- filename: "StorefrontCustomerChangeEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontCustomerChangeEmailActionGroup" - description: "Change the Customer Email Address for a Customer Account via the Storefront Customer Dashboard page." - -- filename: "LoginToStorefrontWithEmailAndPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontWithEmailAndPasswordActionGroup.xml" - module: "Customer" - actiongroups: - - name: "LoginToStorefrontWithEmailAndPassword" - description: "Goes to the Storefront Customer Sign In page. Logs in using the provided Email and Password." - -- filename: "NavigateThroughCustomerTabsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateThroughCustomerTabsActionGroup.xml" - module: "Customer" - actiongroups: - - name: "NavigateThroughCustomerTabsActionGroup" - description: "Clicks on the provided Storefront Customer Dashboard Side Bar tab names." - -- filename: "StorefrontOpenCustomerAccountCreatePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountCreatePageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontOpenCustomerAccountCreatePageActionGroup" - description: "Goes to the Storefront Customer Create page." - -- filename: "AdminResetFilterInCustomerGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminResetFilterInCustomerGrid" - description: "Clears the Admin Customer grid Filters. Sets the grid view to 'Default View'." - -- filename: "AdminAssertCustomerDefaultShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultShippingAddressActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerDefaultShippingAddress" - description: "Validates that the provided Default Customer Shipping Address details are present and correct on the Customer creation/edit page. Under the section 'Addresses'." - -- filename: "AdminAssertAddressInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertAddressInCustomersAddressGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertAddressInCustomersAddressGrid" - description: "Validates that the provided Customer Address is present in the Customer Address grid on the Customer creation/edit page. Under the 'Addresses' section." - -- filename: "StorefrontCustomerAddressBookContainsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookContainsActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontCustomerAddressBookContains" - description: "Validate that the provided Address appears in the Storefront Customer Address list." - -- filename: "AdminOpenCustomerEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenCustomerEditPageActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminOpenCustomerEditPageActionGroup" - description: "Goes to the Admin Customer Edit page for the provided Customer ID #." - -- filename: "EditCustomerAddressesFromAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/EditCustomerAddressesFromAdminActionGroup.xml" - module: "Customer" - actiongroups: - - name: "EditCustomerAddressesFromAdminActionGroup" - description: "Adds the provided Address to a Customer from the Admin Customers creation/edit page." - -- filename: "AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminFilterCustomerAddressGridByPhoneNumber" - description: "Filters the Admin Customers grid by the provided Phone Number." - -- filename: "NavigateCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerActionGroup.xml" - module: "Customer" - actiongroups: - - name: "NavigateToAllCustomerPage" - description: "Goes to the Admin Customers grid page." - -- filename: "AdminCustomerSaveAndContinueActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerSaveAndContinueActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminCustomerSaveAndContinue" - description: "Clicks on 'Save and Continue' on the Customer creation/edit page." - -- filename: "AdminEditCustomerInformationFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerInformationFromActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminEditCustomerAccountInformationActionGroup" - description: "Fills in the Customer First Name, Last Name and Email. Clicks on Save and Continue." - -- filename: "StorefrontCustomerGoToSidebarMenuActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerGoToSidebarMenuActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontCustomerGoToSidebarMenu" - description: "Click on the Storefront Customer Account Dashboard sub-menu based on the provided Menu Name." - -- filename: "AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminCreateCustomerWithWebsiteAndStoreViewActionGroup" - description: "Goes to the Customer grid page. Click on 'Add New Customer'. Fills provided Customer Data. Fill provided Customer Address data. Assigns Product to Website and Store View. Click on Save Address." - - - name: "AdminCreateCustomerWithWebSiteAndGroup" - description: "Goes to the Customer grid page. Click on 'Add New Customer'. Fills provided Customer Data. Fill provided Customer Address data. Assigns Product to Website and Store View. Clicks on Save." - -- filename: "StorefrontFillCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontFillCustomerLoginFormActionGroup" - description: "Fills Storefront Customer Login Email Address. Fills Storefront Customer Login Password." - -- filename: "AdminSelectCustomerByEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectCustomerByEmailActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminSelectCustomerByEmail" - description: "Checks the Customer for the provided Customer Email Address in the Admin Customers grid." - -- filename: "AdminSelectAllCustomersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectAllCustomersActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminSelectAllCustomers" - description: "Selects All of the Customers in the Admin Customers grid." - -- filename: "StorefrontCustomerResetPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerResetPasswordActionGroup.xml" - module: "Customer" - actiongroups: - - name: "StorefrontCustomerResetPasswordActionGroup" - description: "Goes to the Storefront Customer Sign-In page. Clicks on 'Forgot Password'. Fills Email Address. Clicks on Reset Password." - -- filename: "AdminAssertCustomerInCustomersGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerInCustomersGridActionGroup.xml" - module: "Customer" - actiongroups: - - name: "AdminAssertCustomerInCustomersGrid" - description: "Validates that the provided Customer is present and correct in the Backend Customer grid page." - -- filename: "StorefrontCustomerWishlistActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Wishlist/Test/Mftf/ActionGroup/StorefrontCustomerWishlistActionGroup.xml" - module: "Wishlist" - actiongroups: - - name: "StorefrontCustomerAddCategoryProductToWishlistActionGroup" - description: "Adds the provided Product to the Wish List from a Storefront Category page. Validates that the Success Message is present and correct." - - - name: "StorefrontCustomerAddProductToWishlistActionGroup" - description: "Adds the provided Product to the Wish List from the Storefront Product page. Validates that the Success Message is present and correct." - - - name: "StorefrontCustomerCheckProductInWishlist" - description: "Validates that the provided Product details (Price and Name) are present in the Storefront Customer Dashboard Wish List." - - - name: "StorefrontCustomerCheckProductInWishlistSidebar" - description: "Validates that the provided Product details (Name) are present in the Wish List side bar menu." - - - name: "StorefrontCustomerRemoveProductFromWishlistUsingSidebar" - description: "Removes the provided Product from the Wish List side bar menu. Validates that the Success Message is present and correct." - - - name: "StorefrontCustomerAddProductToCartFromWishlistUsingSidebar" - description: "Add the provided Product to the Cart from the Wish List side bar menu. Validates that the Success Message is present and correct." - - - name: "StorefrontCustomerEditProductInWishlist" - description: "Edits the provided Product on the Storefront Wish List page. Fills in the provided Description and Quantity. Validates that the Success Message is present and correct." - - - name: "StorefrontCustomerShareWishlistActionGroup" - description: "Shares the Wish List from the Storefront Wish List page. PLEASE NOTE: The details for sharing are Hardcoded using 'Wishlist'." - - - name: "StorefrontAssertCustomerWishlistIsEmpty" - description: "" - -- filename: "GenerateOrderReportActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Reports/Test/Mftf/ActionGroup/GenerateOrderReportActionGroup.xml" - module: "Reports" - actiongroups: - - name: "GenerateOrderReportActionGroup" - description: "Clicks on 'here' to refresh the grid data. Enters the provided Order From/To Dates. Clicks on 'Show Report'." - - - name: "GenerateOrderReportForNotCancelActionGroup" - description: "Clicks on 'here' to refresh the grid data. Enters the provided Order From/To Dates and provided Order Status. Clicks on 'Show Report'." - -- filename: "AdminReviewOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminReviewOrderActionGroup.xml" - module: "Reports" - actiongroups: - - name: "AdminReviewOrderActionGroup" - description: "Clicks on 'REPORTS' in the Admin side menu. Clicks on 'Ordered'. Clicks on 'Refresh'. Validates that the provided Product name appears in the list." - -- filename: "EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" - module: "Store" - actiongroups: - - name: "EditCustomStoreGroupAcceptWarningMessageActionGroup" - description: "EXTENDS: CreateCustomStore. Removes 'selectCreateStore'. Clicks on the 1st row. Clicks on Ok." - -- filename: "AssertStorefrontStoreCodeInUrlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreCodeInUrlActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStorefrontStoreCodeInUrlActionGroup" - description: "Validates that the provided Store Code is present in the Storefront URL." - -- filename: "DeleteCustomStoreActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomStoreActionGroup.xml" - module: "Store" - actiongroups: - - name: "DeleteCustomStoreActionGroup" - description: "Goes to the Admin Stores grid page. Deletes the provided Store Group Name." - - - name: "DeleteCustomStoreBackupEnabledYesActionGroup" - description: "Goes to the Admin Stores grid page. Deletes the provided Store Group Name while creating a DB backup. Validates that the Success Messages are present and correct." - - - name: "AssertStoreNotInGrid" - description: "Goes to the Admin Stores grid page. Validates that the provided Store Group Name is NOT present in the grid." - -- filename: "StoreFrontProductValidationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreFrontProductValidationActionGroup.xml" - module: "Store" - actiongroups: - - name: "StoreFrontProductValidationActionGroup" - description: "Goes to the provided Storefront Product page. Validates that the provided Product details are present and correct." - -- filename: "AdminSwitchStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchStoreViewActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminSwitchStoreViewActionGroup" - description: "Selects the provided Website from the 'Store View' dropdown menu on the Admin Grid pages." - - - name: "AdminSwitchToAllStoreViewActionGroup" - description: "EXTENDS: AdminSwitchStoreViewActionGroup. Clicks on the 'All Store Views' drop down menu. Validates that the 'All Store Views' options is present and correct." - -- filename: "AssertStoreGroupFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupFormActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStoreGroupFormActionGroup" - description: "Clicks on the 1st row of the Admin Store grid page. Validates that the provided Website, Store Group Name/Code and Root Category are present and correct." - -- filename: "DeleteCustomWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomWebsiteActionGroup.xml" - module: "Store" - actiongroups: - - name: "DeleteCustomWebsiteActionGroup" - description: "Goes to the Admin Stores grid page. Searches the grid for the provided Website Name. Deletes the provided Website Name. Validates that the Success Message is present and correct." - -- filename: "AdminSwitchWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchWebsiteActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminSwitchWebsiteActionGroup" - description: "Selects the provided Website from the 'Store View' dropdown menu on the Admin Grid pages." - -- filename: "AdminFilterStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminFilterStoreViewActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminFilterStoreViewActionGroup" - description: "Filters the Admin Catalog Product page based on the provided Store Group and Custom Store." - -- filename: "CreateCustomStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/CreateCustomStoreViewActionGroup.xml" - module: "Store" - actiongroups: - - name: "CreateCustomStoreViewActionGroup" - description: "Goes to the Admin Store Views creation page. Fills in the provided Store View Name. Clicks on Save." - - - name: "CreateStoreView" - description: "Goes to the Admin Store Views creation page. Fills in the provided Store View, Store Group Name and Store View Status. Clicks on Save. Validates that the Success Message is present and correct." - -- filename: "AssertStoreFrontendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreFrontendActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStoreFrontendActionGroup" - description: "Goes to the Storefront. Selects the provided Store in the Store View dropdown menu. Validates that the provided Store View #1 is selected. Validates that the provided Store View 2 is present in the dropdown menu." - -- filename: "StorefrontSwitchStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StorefrontSwitchStoreViewActionGroup.xml" - module: "Store" - actiongroups: - - name: "StorefrontSwitchStoreViewActionGroup" - description: "Switch the Storefront to the provided Store View." - - - name: "StorefrontSwitchDefaultStoreViewActionGroup" - description: "EXTENDS: StorefrontSwitchStoreViewActionGroup. Clicks on the Default Store View." - -- filename: "AdminCreateWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateWebsiteActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminCreateWebsiteActionGroup" - description: "Goes to the Admin Website creation page. Fills in the provided Website Name and Code. Clicks on Save. Validates that the Success Message is present and correct." - - - name: "AdminGetWebsiteIdActionGroup" - description: "Goes to the Admin Stores grid page. Filters the grid for the provided Website. Grabs the Website ID from the URL." - - - name: "AssertWebsiteInGrid" - description: "Goes to the Admin Stores grid page. Searches the grid for the provided Website Name. Validates that the Website appears in the grid." - - - name: "AssertWebsiteForm" - description: "Clicks on the provided Website Name in the Admin Stores grid. Validates that the URL, Website Name/Code are present and correct." - -- filename: "AssertStoreViewFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewFormActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStoreViewFormActionGroup" - description: "Validates that the provided Store, Name, Code and Status are present and correct on the Admin Stores creation/edit page." - -- filename: "AdminCreateStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateStoreViewActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminCreateStoreViewActionGroup" - description: "Goes to the Admin Store View creation page. Fills in the provided Store View and Store details. Clicks on Save. Validates that the Success Message is present and correct." - - - name: "AdminCreateStoreViewWithoutCheckActionGroup" - description: "EXTENDS: AdminCreateStoreViewActionGroup. Removes 'waitForPageReload' and 'seeSavedMessage'." - - - name: "AdminCreateStoreViewActionSaveGroup" - description: "Validates that the Success Message is present and correct." - - - name: "navigateToAdminContentManagementPage" - description: "Goes to the 'Configuration' page for 'Content Management'." - - - name: "saveStoreConfiguration" - description: "Clicks on the Save button." - - - name: "saveStoreConfigurationAndValidateFieldError" - description: "Clicks on Save. Validates that the fields are required." - -- filename: "AssertStorefrontStoreVisibleInFooterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInFooterActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStorefrontStoreVisibleInFooterActionGroup" - description: "Goes to the Storefront. Validates that the provided Store is present in the Footer Switch Store View drop down menu on the Storefront." - -- filename: "StoreViewDisabledErrorSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml" - module: "Store" - actiongroups: - - name: "StoreViewDisabledErrorSaveMessageActionGroup" - description: "Goes to the Admin Store View creation page. Fills in the provided Details (Store Group Name, Store View and Store View Status). Validates that the Error Message is present and correct." - -- filename: "AdminDeleteWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteWebsiteActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminDeleteWebsiteActionGroup" - description: "Goes to the Admin Stores grid page. Deletes the provided Website Name." - -- filename: "AdminDeleteStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteStoreViewActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminDeleteStoreViewActionGroup" - description: "Goes to the Admin Stores grid page. Deletes the provided Store without creating a Backup. Validates that the Success Message is present and correct." - - - name: "DeleteCustomStoreViewBackupEnabledYesActionGroup" - description: "Goes to the Admin Stores grid page. Deleted the provided Store while creating a Backup. Validates that the Success Messages (Delete/Backup) are present and correct." - - - name: "AssertStoreViewNotInGrid" - description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store View name. Validates that it does NOT appear in the grid." - -- filename: "AssertStoreGroupInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupInGridActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStoreGroupInGridActionGroup" - description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store Group Name. Validates that the provided Store Group Name is present and correct in the grid." - -- filename: "ChangeStoreInStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/ChangeStoreInStoreViewActionGroup.xml" - module: "Store" - actiongroups: - - name: "ChangeStoreInStoreViewActionGroup" - description: "Clicks on the 1st row 'Store View' on the Admin Stores grid page. Selects the provided Store drop down menu. Clicks on Save. Validates that the Warning Message is present and correct." - -- filename: "AdminStoreGroupCreateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminStoreGroupCreateActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminStoreGroupCreateActionGroup" - description: "Fills in the provided Website and Store Group details. Clicks on Save. Validates that the Success Message is present and correct." - - - name: "AdminAddCustomWebSiteToStoreGroup" - description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store Group. Edits the Store. Adds the provided Website to the Store. Clicks on Save. Validates that the Success Message is present and correct." - -- filename: "AdminCreateNewStoreGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateNewStoreGroupActionGroup.xml" - module: "Store" - actiongroups: - - name: "AdminCreateNewStoreGroupActionGroup" - description: "Goes to the Admin Stores creation page. Fills in the provided Details (Website, Store Group Name and Store Group Code). Clicks on Save. Validates that the Success Message is present and correct." - - - name: "CreateCustomStore" - description: "Goes to the Admin Stores grid page. Clicks on 'Create Store'. Fills in the provided Details (Website, Store Group Name and Store Group Code). Clicks on Save. Validates that the Success Message is present and correct." - - - name: "AssertStoreGroupInGrid" - description: "Goes to the Admin Stores grid page. Searches for the provided Store Group Name. Validates that the provided Store Group Name is present in the grid." - - - name: "AssertStoreGroupForm" - description: "Clicks on the 1st Store in the 'Stores' grid. Validates that the provided Details (Website, Store Group Name, Store Group Code and Root Category) are present and correct." - -- filename: "AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStorefrontStoreNotVisibleInFooterActionGroup" - description: "Goes to the Storefront. Validates that the provided Store is NOT present in the Footer Switch Store View drop down menu." - -- filename: "AssertStoreConfigurationBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreConfigurationBackendActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStoreConfigurationBackendActionGroup" - description: "Goes to the 'Configuration' page. Clicks on the 'Store View' dropdown menu. Validates that the provided Website, Store, Store View 1 and Store View 2 are present and correct." - -- filename: "AssertStoreViewInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewInGridActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStoreViewInGridActionGroup" - description: "Goes the Admin Stores grid page. Searches the grid for the provided Store View Name. Validates that the provided Store View Name is present and correct in the grid." - -- filename: "AssertStorefrontStoreVisibleInHeaderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInHeaderActionGroup.xml" - module: "Store" - actiongroups: - - name: "AssertStorefrontStoreVisibleInHeaderActionGroup" - description: "Goes to the Storefront. Validates that the provided Store is present in the Header Switch Store View drop down menu on the Storefront." - -- filename: "AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminCreateCartPriceRuleLabelsSectionActionGroup" - description: "Fills in the provided Rule details on a Admin Cart Price Rule creation/edit page." - -- filename: "StorefrontAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "StorefrontAddToTheCartActionGroup" - description: "" - -- filename: "AdminCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCartPriceRuleActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "selectNotLoggedInCustomerGroup" - description: "Selects 'NOT LOGGED IN' from the 'Customer Groups' list (Magento 2 B2B). PLEASE NOTE: The value is Hardcoded." - - - name: "selectRetailerCustomerGroup" - description: "Selects 'Retailer' from the 'Customer Groups' list (Magento 2 B2B). PLEASE NOTE: The value is Hardcoded." - - - name: "SetCartAttributeConditionForCartPriceRuleActionGroup" - description: "Sets the provided Cart Attribute Condition (Attribute Name, Operator Type and Value) on the Admin Cart Price Rule creation/edit page." - - - name: "SetConditionForActionsInCartPriceRuleActionGroup" - description: "Sets the provided Condition (Actions Aggregator/Value, Child Attribute and Action Value) for Actions on the Admin Cart Price Rule creation/edit page." - -- filename: "AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AssertCustomerGroupNotOnCartPriceRuleFormActionGroup" - description: "Validates that the 'Customer Groups' section does NOT contain the provided Customer Group on the Admin Cart Price Rule creation/edit page." - -- filename: "AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AssertCartPriceRuleSuccessSaveMessageActionGroup" - description: "Clicks on the Save button on the Admin Cart Price Rule creation/edit page. Validates that the Success Message is present and correct." - -- filename: "AdminDeleteCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminDeleteCartPriceRuleActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminDeleteCartPriceRuleActionGroup" - description: "Goes to the Admin Cart Price Rules grid page. Filters the grid for the provided Rule Name. Deletes the Rule via the grid." - -- filename: "AdminCreateCartPriceRuleActionsSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionsSectionActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminCreateCartPriceRuleActionsSectionDiscountFieldsActionGroup" - description: "Clicks on the 'Actions' section on the Admin Cart Price Rule creation/edit page. Fills in the provided Cart Price Rule details." - - - name: "AdminCreateCartPriceRuleActionsSectionShippingAmountActionGroup" - description: "Clicks on the 'Apply to Shipping Amount' toggle." - - - name: "AdminCreateCartPriceRuleActionsSectionSubsequentRulesActionGroup" - description: "Clicks on the 'Discard subsequent rules' toggle." - - - name: "AdminCreateCartPriceRuleActionsSectionFreeShippingActionGroup" - description: "Selects the provided option in the 'Free Shipping' dropdown menu." - -- filename: "StorefrontSalesRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontSalesRuleActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "StorefrontApplyCouponActionGroup" - description: "Applies the provided Coupon Code to the Storefront Shopping Cart." - - - name: "StorefrontCancelCouponActionGroup" - description: "Cancels the Coupon that is applied to the Storefront Shopping Cart." - - - name: "StorefrontCheckCouponAppliedActionGroup" - description: "Validates that the provided Rule and Discount Amount is present and correct on the Storefront Checkout page." - - - name: "VerifyDiscountAmount" - description: "Goes to the provided Storefront Product URL. Fills in provided Quantity. Clicks Add to Cart. Goes to Checkout. Validates that the provided Discount Amount is present and correct." - -- filename: "AdminSalesRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminSalesRuleActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "DeleteCartPriceRuleByName" - description: "Goes to the Admin Cart Price Rules grid page. Filters the grid based on the provided Rule Name. Deletes the Price Rule via the grid." - -- filename: "AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminCreateCartPriceRuleRuleInfoSectionActionGroup" - description: "Goes to the Admin Cart Price Rule grid page. Clicks on Add New Rule. Fills in the provided Rule details." - -- filename: "StorefrontClickOnMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "StorefrontClickOnMiniCartActionGroup" - description: "" - -- filename: "AdminFilterCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminFilterCartPriceRuleActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminFilterCartPriceRuleActionGroup" - description: "Filters the Admin Cart Price Rule grid based on the provided Rule Name. Clicks on the 1st row in the grid." - - - name: "AdminCartPriceRuleNotInGridActionGroup" - description: "EXTENDS: AdminFilterCartPriceRuleActionGroup. Removes 'goToEditRulePage'. Validates that the Empty Grid message is present and correct." - -- filename: "AdminCreateCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminCreateCartPriceRuleActionGroup" - description: "Goes to the Admin Cart Price Rule grid page. Adds the provided Rule. Validates that the Success Message is present and correct." - - - name: "AdminCreateCartPriceRuleAndStayOnEditActionGroup" - description: "EXTENDS: AdminCreateCartPriceRuleActionGroup. Clicks on Save and Continue." - - - name: "AdminCreateCartPriceRuleWithCouponCode" - description: "EXTENDS: AdminCreateCartPriceRuleActionGroup. Removes 'selectActionType' and 'fillDiscountAmount'. Adds the provided Coupon Code to a Cart Price Rule." - - - name: "AdminDeleteCartPriceRuleForRetailerActionGroup" - description: "Goes to the Admin Cart Price Rules grid page. Removes the 1st Cart Price Rule in the Grid." - - - name: "AdminCreateCartPriceRuleWithConditions" - description: "EXTENDS: AdminCreateCartPriceRuleActionGroup. Removes 'fillDiscountAmount'. Adds the 2 provided Conditions (Name, Rule, Rule to Change and Category Name) to a Cart Price Rule." - - - name: "CreateCartPriceRuleSecondWebsiteActionGroup" - description: "Goes to the Admin Cart Price Rule grid page. Clicks on Add New Rule. Fills the provided Rule (Name). Selects 'Second Website' from the 'Websites' menu." - - - name: "AdminInactiveCartPriceRuleActionGroup" - description: "EXTENDS: AdminCreateCartPriceRuleActionGroup. Clicks on 'Active'." - -- filename: "AdminOpenNewCartPriceRuleFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminOpenNewCartPriceRuleFormPageActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminOpenNewCartPriceRuleFormPageActionGroup" - description: "Goes to the Admin Cart Price Rule creation page." - -- filename: "AssertStorefrontMiniCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AssertStorefrontMiniCartItemsActionGroup" - description: "" - -- filename: "StorefrontApplyDiscountCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "StorefrontApplyDiscountCodeActionGroup" - description: "" - -- filename: "AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "AdminAssertCustomerGroupOnCartPriceRuleForm" - description: "" - -- filename: "ApplyCartRuleOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/ApplyCartRuleOnStorefrontActionGroup.xml" - module: "SalesRule" - actiongroups: - - name: "ApplyCartRuleOnStorefrontActionGroup" - description: "Clicks on Add to Cart on a Storefront Product page. Validates that the Success Message is present and correct. Goes to the Storefront Shopping Cart page. Applies the provided Coupon Code to the Shopping Cart." - -- filename: "StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" - module: "CatalogRuleConfigurable" - actiongroups: - - name: "StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup" - description: "Validates that the provided Product Name and Price are present on a Storefront Product page." - -- filename: "StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" - module: "CatalogRuleConfigurable" - actiongroups: - - name: "StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup" - description: "Selects the provided Product Option on a Storefront Product page. Validates the provided Expected Price is present and correct." diff --git a/_data/codebase/mftf/action-groups.yml b/_data/codebase/mftf/action-groups.yml index 1e95fc0fc15..e01d666d411 100644 --- a/_data/codebase/mftf/action-groups.yml +++ b/_data/codebase/mftf/action-groups.yml @@ -1,20 +1,20 @@ - filename: "AdminGridFilterResetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterResetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterResetActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterResetActionGroup" description: "Scrolls to the top of the page. Clicks on the 'Clear Filters' link, if present, in the Admin Grid 'Filters' section." - filename: "AdminGridFilterFillInputFieldActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterFillInputFieldActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterFillInputFieldActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterFillInputFieldActionGroup" description: "Expands the 'Filters' section of an Admin Grid page. Fills in the provided Filter Value for the provided Filter Name." - filename: "AdminSaveAndCloseActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminSaveAndCloseActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminSaveAndCloseActionGroup.xml" module: "Ui" actiongroups: - name: "AdminFormSaveAndClose" @@ -24,14 +24,14 @@ description: "Clicks on 'Save and Duplicate'. Validates that the Success Message is present and correct." - filename: "AdminGridFilterSearchResultsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterSearchResultsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterSearchResultsActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterSearchResultsByInput" description: "Filters an Admin Grid page using the provided Filter Selector and Search Value." - filename: "AdminDataGridFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridFilterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridFilterActionGroup.xml" module: "Ui" actiongroups: - name: "searchAdminDataGridByKeyword" @@ -44,7 +44,7 @@ description: "Clicks on 'Clear Filters' on an Admin Grid page." - filename: "AdminDataGridPaginationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridPaginationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminDataGridPaginationActionGroup.xml" module: "Ui" actiongroups: - name: "adminDataGridSelectPerPage" @@ -57,28 +57,28 @@ description: "Sets the provided custom 'per page' display setting on an Admin Grid page. Deletes the Items listed in a grid. Validates that the 'per page' count in NOT present." - filename: "AdminClickSearchInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminClickSearchInGridActionGroup.xml" module: "Ui" actiongroups: - name: "AdminClickSearchInGridActionGroup" description: "" - filename: "AdminGridFilterApplyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterApplyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminGridFilterApplyActionGroup.xml" module: "Ui" actiongroups: - name: "AdminGridFilterApplyActionGroup" description: "Clicks on 'Apply Filters' in the 'Filters' section of an Admin Grid page." - filename: "AdminFillInputFilterFieldActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Ui/Test/Mftf/ActionGroup/AdminFillInputFilterFieldActionGroup.xml" module: "Ui" actiongroups: - name: "AdminFillInputFilterFieldActionGroup" description: "" - filename: "AdminUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" module: "Braintree" actiongroups: - name: "GoToAllUsers" @@ -88,14 +88,14 @@ description: "Creates a User using the NewAdmin User Entity and User Role Entity. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "StorefrontFillCartDataActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/StorefrontFillCartDataActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/StorefrontFillCartDataActionGroup.xml" module: "Braintree" actiongroups: - name: "StorefrontFillCartDataActionGroup" description: "Fills Cart Data with Braintree using the provided Data Entity." - filename: "ConfigureBraintreeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/ConfigureBraintreeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/ConfigureBraintreeActionGroup.xml" module: "Braintree" actiongroups: - name: "ConfigureBraintree" @@ -105,7 +105,7 @@ description: "Disables the Braintree and BraintreePaypal configuration settings via the CLI." - filename: "AdminRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminRoleActionGroup.xml" module: "Braintree" actiongroups: - name: "GoToUserRoles" @@ -118,49 +118,49 @@ description: "Deletes a User Role that contains the text 'Role'. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "AdminOrderBraintreeFillActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminOrderBraintreeFillActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Braintree/Test/Mftf/ActionGroup/AdminOrderBraintreeFillActionGroup.xml" module: "Braintree" actiongroups: - name: "AdminOrderBraintreeFillActionGroup" description: "Fills in the Payment Method using Braintree details. PLEASE NOTE: The Braintree details are Hardcoded using 'PaymentAndShippingInfo'." - filename: "AdminProductAddFPTValueActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Weee/Test/Mftf/ActionGroup/AdminProductAddFPTValueActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Weee/Test/Mftf/ActionGroup/AdminProductAddFPTValueActionGroup.xml" module: "Weee" actiongroups: - name: "AdminProductAddFPTValueActionGroup" description: "Adds the provided FPT details (Attribute Code, Country, State and Value) on the Admin Product creation/edit page." - filename: "StorefrontFillContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontFillContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontFillContactUsFormActionGroup.xml" module: "Contact" actiongroups: - name: "StorefrontFillContactUsFormActionGroup" description: "Fills Name, Email and Comment on the Storefront 'Contact Us' page." - filename: "StorefrontSubmitContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontSubmitContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontSubmitContactUsFormActionGroup.xml" module: "Contact" actiongroups: - name: "StorefrontSubmitContactUsFormActionGroup" description: "Clicks on the 'Submit' button on the Storefront 'Contact Us' page." - filename: "AssertMessageContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/AssertMessageContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/AssertMessageContactUsFormActionGroup.xml" module: "Contact" actiongroups: - name: "AssertMessageContactUsFormActionGroup" description: "Validates that the provided Message appears in the correct Message Type on the Storefront 'Contact Us' page." - filename: "StorefrontOpenContactUsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontOpenContactUsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Contact/Test/Mftf/ActionGroup/StorefrontOpenContactUsPageActionGroup.xml" module: "Contact" actiongroups: - name: "StorefrontOpenContactUsPageActionGroup" description: "Goes to the Storefront 'Contact Us' page." - filename: "AdminCreateWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" module: "Widget" actiongroups: - name: "AdminCreateWidgetActionGroup" @@ -179,21 +179,21 @@ description: "EXTENDS: AdminCreateWidgetActionGroup. Creates a Product List Widget using the provided Product. Validates that the Success Message is present and correct." - filename: "AdminWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminWidgetActionGroup.xml" module: "Widget" actiongroups: - name: "AdminCreateWidgetWithBlockActionGroup" description: "Goes to the Admin Widgets creation page. Creates the provided Widget which includes the provided Block. Clicks on Save. Validates that the Success Message is preset and correct." - filename: "AdminCreateAndSaveWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateAndSaveWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Widget/Test/Mftf/ActionGroup/AdminCreateAndSaveWidgetActionGroup.xml" module: "Widget" actiongroups: - name: "AdminCreateAndSaveWidgetActionGroup" description: "EXTENDS: AdminCreateWidgetActionGroup. Clicks on Save. Validates that the Success Message is present and correct." - filename: "ClearCacheActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearCacheActionGroup.xml" module: "PageCache" actiongroups: - name: "ClearCacheActionGroup" @@ -203,14 +203,14 @@ description: "Goes to the Admin Cache Management page. Selects 'Refresh'. Checks the 'Page Cache' row. Clicks on Submit." - filename: "ClearPageCacheActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearPageCacheActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/PageCache/Test/Mftf/ActionGroup/ClearPageCacheActionGroup.xml" module: "PageCache" actiongroups: - name: "ClearPageCacheActionGroup" description: "Goes to the Admin Cache Management page. Selects 'Refresh'. Checks the 'Page Cache' row. Clicks on Submit." - filename: "CreateOrderToPrintPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateOrderToPrintPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateOrderToPrintPageActionGroup.xml" module: "Sales" actiongroups: - name: "CreateOrderToPrintPageActionGroup" @@ -220,35 +220,35 @@ description: "EXTENDS: CreateOrderToPrintPageActionGroup. Clicks on 'Check / Money Order'." - filename: "AdminAddToOrderConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderConfigurableProductActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderConfigurableProductActionGroup" description: "" - filename: "AssertOrderButtonsAvailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderButtonsAvailableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderButtonsAvailableActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderButtonsAvailableActionGroup" description: "Validates that the primary buttons appear on the Admin Order edit page." - filename: "AdminSubmitOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSubmitOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminSubmitOrderActionGroup" description: "" - filename: "AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundOrderStatusInCommentsHistoryActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertRefundOrderStatusCommentsHistoryActionGroup" description: "Clicks on the 'Comments History' on Admin View Order page. Validates that the provided Order Status and Refund message are present and correct." - filename: "AdminCreditMemoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreditMemoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreditMemoActionGroup.xml" module: "Sales" actiongroups: - name: "verifyBasicCreditMemoInformation" @@ -267,35 +267,35 @@ description: "" - filename: "AdminSelectFlatRateShippingMethodActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSelectFlatRateShippingMethodActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminSelectFlatRateShippingMethodActionGroup.xml" module: "Sales" actiongroups: - name: "AdminSelectFlatRateShippingMethodActionGroup" description: "" - filename: "FilterShipmentGridByOrderIdActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterShipmentGridByOrderIdActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterShipmentGridByOrderIdActionGroup.xml" module: "Sales" actiongroups: - name: "FilterShipmentGridByOrderIdActionGroup" description: "" - filename: "StorefrontFillOrdersAndReturnsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontFillOrdersAndReturnsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontFillOrdersAndReturnsFormActionGroup.xml" module: "Sales" actiongroups: - name: "StorefrontFillOrdersAndReturnsFormActionGroup" description: "" - filename: "AdminOrderFilterByOrderIdAndStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderFilterByOrderIdAndStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderFilterByOrderIdAndStatusActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOrderFilterByOrderIdAndStatusActionGroup" description: "" - filename: "AdminOrderActionOnGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionOnGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionOnGridActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOrderActionOnGridActionGroup" @@ -305,7 +305,7 @@ description: "" - filename: "AdminOrderGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderGridActionGroup.xml" module: "Sales" actiongroups: - name: "filterOrderGridById" @@ -330,84 +330,84 @@ description: "EXTENDS: filterOrderGridById. Clicks on the 1st row of the Admin Orders grid." - filename: "AdminOrderStatusFormFillAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderStatusFormFillAndSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderStatusFormFillAndSaveActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOrderStatusFormFillAndSave" description: "Fills in the provided Status and Label on the Admin Order Status section." - filename: "AdminAssertRefundInRefundsGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundInRefundsGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertRefundInRefundsGridActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertRefundInRefundsGridActionGroup" description: "Goes to the Admin Credit Memo grid page. Filters the grid for the provided Order ID, Memo ID, Refund Status and Refunded Total. Validates that the provided details are present and correct." - filename: "CreateNewOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateNewOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/CreateNewOrderActionGroup.xml" module: "Sales" actiongroups: - name: "useBraintreeForMasterCard" description: "Selects 'Braintree' as the Payment Method on the Admin New Order creation page. Enters Credit Card details. PLEASE NOTE: The Credit Card details used are Hardcoded using 'PaymentAndShippingInfo'." - filename: "StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontAssertSalesPrintOrderBillingAddressActionGroup.xml" module: "Sales" actiongroups: - name: "AssertSalesPrintOrderBillingAddress" description: "" - filename: "AdminAddToOrderDownloadableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderDownloadableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderDownloadableProductActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderDownloadableProductActionGroup" description: "" - filename: "AssertOrderStatusFormSaveSuccessActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveSuccessActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveSuccessActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderStatusFormSaveSuccess" description: "Validates that the Success Message is present and correct." - filename: "FilterOrderStatusByLabelAndCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterOrderStatusByLabelAndCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/FilterOrderStatusByLabelAndCodeActionGroup.xml" module: "Sales" actiongroups: - name: "FilterOrderStatusByLabelAndCodeActionGroup" description: "" - filename: "AssertOrderStatusExistsInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusExistsInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusExistsInGridActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderStatusExistsInGrid" description: "Validates that the provided Order Status and Label are present in the Admin Orders grid." - filename: "AdminApplyCouponToOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminApplyCouponToOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminApplyCouponToOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminApplyCouponToOrderActionGroup" description: "" - filename: "SelectActionForOrdersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/SelectActionForOrdersActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/SelectActionForOrdersActionGroup.xml" module: "Sales" actiongroups: - name: "SelectActionForOrdersActionGroup" description: "" - filename: "AdminAssertOrderAvailableButtonsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertOrderAvailableButtonsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertOrderAvailableButtonsActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertOrderAvailableButtonsActionGroup" description: "" - filename: "AdminOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml" module: "Sales" actiongroups: - name: "navigateToNewOrderPageNewCustomer" @@ -504,14 +504,14 @@ description: "Goes to the Admin Create New Order page. Selects the provided Customer. Adds the provided Product to the Order. Clicks on Submit Order. Validates that the Success Message is present and correct." - filename: "AdminAssertProductQtyInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertProductQtyInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAssertProductQtyInGridActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAssertProductQtyInGridActionGroup" description: "Goes tot he Admin Catalog Product grid page. Filters the grid based on the provided Product SKU. Validates that the provided Product Qty is present." - filename: "AdminCreateInvoiceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreateInvoiceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminCreateInvoiceActionGroup.xml" module: "Sales" actiongroups: - name: "AdminCreateInvoiceActionGroup" @@ -524,7 +524,7 @@ description: "" - filename: "AdminInvoiceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminInvoiceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminInvoiceActionGroup.xml" module: "Sales" actiongroups: - name: "verifyBasicInvoiceInformation" @@ -555,28 +555,28 @@ description: "" - filename: "AdminAddToOrderCouponCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderCouponCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderCouponCodeActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderCouponCodeActionGroup" description: "" - filename: "AdminShipThePendingOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminShipThePendingOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminShipThePendingOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminShipThePendingOrderActionGroup" description: "" - filename: "AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AssertOrderStatusFormSaveDuplicateErrorActionGroup.xml" module: "Sales" actiongroups: - name: "AssertOrderStatusFormSaveDuplicateError" description: "Validates that the 'Duplicate Order' Error Message is present and correct." - filename: "AdminOpenAndFillCreditMemoRefundActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenAndFillCreditMemoRefundActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOpenAndFillCreditMemoRefundActionGroup.xml" module: "Sales" actiongroups: - name: "AdminOpenAndFillCreditMemoRefundActionGroup" @@ -586,28 +586,28 @@ description: "EXTENDS: AdminOpenAndFillCreditMemoRefundActionGroup. Checks 'Return to Stock'." - filename: "AdminFilterProductInCreateOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminFilterProductInCreateOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminFilterProductInCreateOrderActionGroup.xml" module: "Sales" actiongroups: - name: "AdminFilterProductInCreateOrderActionGroup" description: "" - filename: "AdminAddToOrderBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminAddToOrderBundleProductActionGroup.xml" module: "Sales" actiongroups: - name: "AdminAddToOrderBundleProductActionGroup" description: "" - filename: "StorefrontOrderActionGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontOrderActionGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Sales/Test/Mftf/ActionGroup/StorefrontOrderActionGroupActionGroup.xml" module: "Sales" actiongroups: - name: "StorefrontSearchGuestOrderActionGroup" description: "Goes to the Storefront Customer Orders and Returns page. Fills in the provided Order ID, Billing Last Name and Email. Clicks on Continue. Validates that the URL is correct." - filename: "StorefrontProductVideoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/StorefrontProductVideoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/StorefrontProductVideoActionGroup.xml" module: "ProductVideo" actiongroups: - name: "assertProductVideoStorefrontProductPage" @@ -617,7 +617,7 @@ description: "Validates that the provided Video is NOT present on the Storefront Product page." - filename: "AdminProductVideoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AdminProductVideoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ProductVideo/Test/Mftf/ActionGroup/AdminProductVideoActionGroup.xml" module: "ProductVideo" actiongroups: - name: "addProductVideo" @@ -633,28 +633,28 @@ description: "Validates that the provided Video is NOT present on the Admin Product creation/edit page." - filename: "AdminChangeInstantPurchaseButtonTextActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseButtonTextActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseButtonTextActionGroup.xml" module: "InstantPurchase" actiongroups: - name: "AdminChangeInstantPurchaseButtonTextActionGroup" description: "" - filename: "AdminOpenInstantPurchaseConfigPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminOpenInstantPurchaseConfigPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminOpenInstantPurchaseConfigPageActionGroup.xml" module: "InstantPurchase" actiongroups: - name: "AdminOpenInstantPurchaseConfigPageActionGroup" description: "" - filename: "AdminChangeInstantPurchaseStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/InstantPurchase/Test/Mftf/ActionGroup/AdminChangeInstantPurchaseStatusActionGroup.xml" module: "InstantPurchase" actiongroups: - name: "AdminChangeInstantPurchaseStatusActionGroup" description: "" - filename: "StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontPersistentAssertCustomerWelcomeMessageActionGroup.xml" module: "Persistent" actiongroups: - name: "StorefrontAssertPersistentCustomerWelcomeMessageActionGroup" @@ -664,14 +664,14 @@ description: "" - filename: "StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontAssertPersistentRegistrationPageFieldsActionGroup.xml" module: "Persistent" actiongroups: - name: "StorefrontAssertPersistentRegistrationPageFields" description: "" - filename: "StorefrontCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Persistent/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" module: "Persistent" actiongroups: - name: "CustomerLoginOnStorefrontWithRememberMeChecked" @@ -687,49 +687,49 @@ description: "" - filename: "AssertElementInTranslateInlineModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Translation/Test/Mftf/ActionGroup/AssertElementInTranslateInlineModeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Translation/Test/Mftf/ActionGroup/AssertElementInTranslateInlineModeActionGroup.xml" module: "Translation" actiongroups: - name: "AssertElementInTranslateInlineModeActionGroup" description: "" - filename: "AdminTranslateElementActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Translation/Test/Mftf/ActionGroup/AdminTranslateElementActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Translation/Test/Mftf/ActionGroup/AdminTranslateElementActionGroup.xml" module: "Translation" actiongroups: - name: "AdminTranslateElementActionGroup" description: "" - filename: "AdminOpenNewVariablePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenNewVariablePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenNewVariablePageActionGroup.xml" module: "Variable" actiongroups: - name: "AdminOpenNewVariablePageActionGroup" description: "" - filename: "AdminFilterVariableGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFilterVariableGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFilterVariableGridActionGroup.xml" module: "Variable" actiongroups: - name: "AdminFilterVariableGridActionGroup" description: "" - filename: "AdminNavigateToVariablePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminNavigateToVariablePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminNavigateToVariablePageActionGroup.xml" module: "Variable" actiongroups: - name: "AdminNavigateToVariablePageByCodeActionGroup" description: "" - filename: "AdminOpenVariablesGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenVariablesGridPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminOpenVariablesGridPageActionGroup.xml" module: "Variable" actiongroups: - name: "AdminOpenVariablesGridPageActionGroup" description: "" - filename: "CreateCustomVariableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/CreateCustomVariableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/CreateCustomVariableActionGroup.xml" module: "Variable" actiongroups: - name: "CreateCustomVariableActionGroup" @@ -739,28 +739,28 @@ description: "Goes to the Custom Variable grid page. Deletes the Custom Variable. PLEASE NOTE: The Custom Variable that is deleted is Hardcoded using 'customVariable'." - filename: "AdminFillVariableFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFillVariableFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AdminFillVariableFormActionGroup.xml" module: "Variable" actiongroups: - name: "AdminFillVariableFormActionGroup" description: "" - filename: "AssertAdminCustomVariableFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableFormActionGroup.xml" module: "Variable" actiongroups: - name: "AssertAdminCustomVariableFormActionGroup" description: "" - filename: "AssertAdminCustomVariableInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Variable/Test/Mftf/ActionGroup/AssertAdminCustomVariableInGridActionGroup.xml" module: "Variable" actiongroups: - name: "AssertAdminCustomVariableInGridActionGroup" description: "" - filename: "ConfigWebUrlOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWebUrlOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWebUrlOptionsActionGroup.xml" module: "Config" actiongroups: - name: "EnableWebUrlOptions" @@ -770,21 +770,21 @@ description: "Goes to the 'Configuration' page for 'Url Options'. Disables 'Add Store Code to Urls'. Clicks on the Save button." - filename: "AdminConfigCreateNewAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigCreateNewAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigCreateNewAccountActionGroup.xml" module: "Config" actiongroups: - name: "SetGroupForValidVATIdIntraUnionActionGroup" description: "Goes to the 'Configuration' page for 'Customer Configuration'. Sets the 'Group For Valid VAT ID Intra Union' option. Clicks on the Save button. Validates the the Save message is present." - filename: "SwitcherActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/SwitcherActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/SwitcherActionGroup.xml" module: "Config" actiongroups: - name: "SwitchToVersion4ActionGroup" description: "Goes to the 'Configuration' page for 'Content Management'. Sets the 'WYSIWYG Editor' to 'TinyMCE 4'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - filename: "GeneralConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/GeneralConfigurationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/GeneralConfigurationActionGroup.xml" module: "Config" actiongroups: - name: "NavigateToDefaultLayoutsSetting" @@ -803,7 +803,7 @@ description: "Goes to the 'Configuration' page for 'General'. Selects the provided Countries under 'State is Required for'. Clicks on the Save button." - filename: "ConfigWYSIWYGActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWYSIWYGActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigWYSIWYGActionGroup.xml" module: "Config" actiongroups: - name: "EnabledWYSIWYG" @@ -822,21 +822,21 @@ description: "Goes to the 'Configuration' page for 'Content Management'. Sets 'Enable WYSIWYG Editor' to 'Enabled by Default'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" module: "Config" actiongroups: - name: "RestoreLayoutSetting" description: "Goes to the 'Configuration' page for 'Web'. Clicks on the Save button." - filename: "AdminSaveConfigActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/AdminSaveConfigActionGroup.xml" module: "Config" actiongroups: - name: "AdminSaveConfigActionGroup" description: "" - filename: "ConfigSalesTaxClassActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigSalesTaxClassActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigSalesTaxClassActionGroup.xml" module: "Config" actiongroups: - name: "SetTaxClassForShipping" @@ -852,7 +852,7 @@ description: "Goes to the 'Configuration' page for 'Tax'. Sets 'Apply Tax On' to the provided value. Clicks on the Save button." - filename: "ConfigAdminCatalogSearchActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminCatalogSearchActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminCatalogSearchActionGroup.xml" module: "Config" actiongroups: - name: "ChooseElasticSearchAsSearchEngine" @@ -862,7 +862,7 @@ description: "Goes to the 'Configuration' page for 'Catalog'. Sets the 'Search Engine' to 'mysql'. Clicks on the Save button. PLEASE NOTE: The value is Hardcoded." - filename: "ConfigAdminAccountSharingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminAccountSharingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Config/Test/Mftf/ActionGroup/ConfigAdminAccountSharingActionGroup.xml" module: "Config" actiongroups: - name: "ConfigAdminAccountSharingActionGroup" @@ -875,42 +875,42 @@ description: "Disables 'Admin Account Sharing' via the API." - filename: "AdminFillIntegrationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminFillIntegrationFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminFillIntegrationFormActionGroup.xml" module: "Integration" actiongroups: - name: "AdminFillIntegrationFormActionGroup" description: "" - filename: "AdminOpenNewIntegrationPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminOpenNewIntegrationPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminOpenNewIntegrationPageActionGroup.xml" module: "Integration" actiongroups: - name: "AdminOpenNewIntegrationPageActionGroup" description: "" - filename: "AdminSaveIntegrationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminSaveIntegrationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Integration/Test/Mftf/ActionGroup/AdminSaveIntegrationActionGroup.xml" module: "Integration" actiongroups: - name: "AdminClickSaveButtonIntegrationFormActionGroup" description: "" - filename: "ApplyCouponOnPaymentPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Payment/Test/Mftf/ActionGroup/ApplyCouponOnPaymentPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Payment/Test/Mftf/ActionGroup/ApplyCouponOnPaymentPageActionGroup.xml" module: "Payment" actiongroups: - name: "ApplyCouponOnPaymentPageActionGroup" description: "Adds the provided Coupon Code on the Storefront Shopping Cart page. Validates that the Discount Verification Message is present and correct." - filename: "AdminSetBaseCurrencyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CurrencySymbol/Test/Mftf/ActionGroup/AdminSetBaseCurrencyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CurrencySymbol/Test/Mftf/ActionGroup/AdminSetBaseCurrencyActionGroup.xml" module: "CurrencySymbol" actiongroups: - name: "AdminSetBaseCurrencyActionGroup" description: "" - filename: "AdminCatalogSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminCatalogSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminCatalogSearchTermActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "AssertSearchTermSaveSuccessMessage" @@ -923,14 +923,14 @@ description: "Goes to the Catalog Search Term grid page. Searches for the provided Search Term. Validates that it is NOT present in the grid." - filename: "AdminSetMinimalQueryLengthActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminSetMinimalQueryLengthActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/AdminSetMinimalQueryLengthActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "SetMinimalQueryLengthActionGroup" description: "Goes to the 'Configuration' page for 'Catalog'. Sets the Minimal Query Length. CLicks on the Save button." - filename: "StorefrontCatalogSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchTermActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "AssertSearchTermNotOnFrontend" @@ -940,7 +940,7 @@ description: "Fills the Storefront Search field with the provided Search Query. Clicks on Search. Validates that the URL is correct." - filename: "StorefrontCatalogSearchActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogSearch/Test/Mftf/ActionGroup/StorefrontCatalogSearchActionGroup.xml" module: "CatalogSearch" actiongroups: - name: "StorefrontCheckQuickSearchActionGroup" @@ -998,7 +998,7 @@ description: "Validates that the 'No Results' message is present and correct on the Storefront Search Results page. PLEASE NOTE: The expected message is Hardcoded." - filename: "AdminProductGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductGridActionGroup.xml" module: "Catalog" actiongroups: - name: "resetProductGridToDefaultView" @@ -1077,28 +1077,28 @@ description: "Deletes all Products in the Admin Products grid." - filename: "DeleteProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductActionGroup.xml" module: "Catalog" actiongroups: - name: "DeleteProductActionGroup" description: "Deletes the provided Product Name from the Product grid page." - filename: "AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertDontSeeProductDetailsOnStorefrontActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertDontSeeProductDetailsOnStorefrontActionGroup" description: "Validates that the provided Product Info does NOT appear in the Product Number on a Storefront Category page." - filename: "StorefrontAssertProductNameOnProductMainPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductMainPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductMainPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductNameOnProductMainPageActionGroup" description: "Validates that the provided Product Name is present and correct on a Storefront Category page." - filename: "CustomOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CustomOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CustomOptionsActionGroup.xml" module: "Catalog" actiongroups: - name: "CreateCustomRadioOptions" @@ -1135,7 +1135,7 @@ description: "" - filename: "StorefrontCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "GoToStorefrontCategoryPageByParameters" @@ -1160,7 +1160,7 @@ description: "Goes to the Storefront page. Open the Parent Category menu in the Top Nav Menu. Click on a Subcategory. Validate that the Subcategory is present and correct." - filename: "AssertProductInStorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductInStorefrontProductPage" @@ -1173,21 +1173,21 @@ description: "Goes to the Storefront Product page for the provided Product. Validates that the Product details are present and correct." - filename: "AssertProductInStorefrontCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInStorefrontCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductInStorefrontCategoryPage" description: "Goes to Storefront Category page for the provided Category. Validates that the Product details are present and correct." - filename: "OpenStoreFrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStoreFrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStoreFrontProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenStoreFrontProductPageActionGroup" description: "" - filename: "AddProductToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddProductToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddProductToCartActionGroup.xml" module: "Catalog" actiongroups: - name: "AddSimpleProductToCart" @@ -1197,63 +1197,63 @@ description: "" - filename: "AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddTitleAndPriceValueToCustomOptionActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddTitleAndPriceValueToCustomOptionActionGroup" description: "Clicks on 'Add Option'. Fills in the provided Custom Option Title/Type on the Admin Product creation/edit page under the 'Customizable Options' section." - filename: "StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontOpenProductPageUsingStoreCodeInUrlActionGroup" description: "" - filename: "AdminOpenAttributeSetGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetGridPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenAttributeSetGridPageActionGroup" description: "" - filename: "AssertSubTotalOnStorefrontMinicartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertSubTotalOnStorefrontMinicartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertSubTotalOnStorefrontMinicartActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertSubTotalOnStorefrontMiniCartActionGroup" description: "Validates that the provided Sub Total is present in the Storefront Mini Shopping Cart." - filename: "AdminSetProductDesignSettingsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetProductDesignSettingsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetProductDesignSettingsActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminSetProductDesignSettingsActionGroup" description: "" - filename: "AdminCreateRootCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateRootCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateRootCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCreateRootCategory" description: "Requires navigation to Category creation. Adds a new root category and asserts on creation." - filename: "StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontSelectCustomOptionDropDownAndAssertPricesActionGroup" description: "EXTENDS: AssertStorefrontProductPricesActionGroup. Selects the provided Custom Product Option on a Storefront Product page." - filename: "AdminUnassignProductInWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignProductInWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignProductInWebsiteActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminUnassignProductInWebsiteActionGroup" description: "" - filename: "AdminAddAdvancedPricingToTheProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddAdvancedPricingToTheProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddAdvancedPricingToTheProductActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddAdvancedPricingToTheProductActionGroup" @@ -1263,70 +1263,70 @@ description: "EXTENDS: AdminAddAdvancedPricingToTheProductActionGroup. Removes 'selectProductTierPriceCustomerGroupInput'. Selects the provided Group Price at the provided Index for B2B." - filename: "AssertStorefrontProductPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontProductPricesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontProductPricesActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertStorefrontProductPricesActionGroup" description: "Validates that the provided Product Price and Final Product Price are present on the Storefront Product page." - filename: "StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSpecialPriceOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductSpecialPriceOnProductPageActionGroup" description: "Goes to the provided Storefront Product page. Validates that the provided Special Price is present and correct." - filename: "StorefrontOpenProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontOpenProductPageActionGroup" description: "Goes to the Storefront Product page for the provided Product URL." - filename: "AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertErrorMessageAfterDeletingWebsiteActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertErrorMessageAfterDeletingWebsiteActionGroup" description: "Goes to the Admin Products grid page. Clicks on Ok. Validates that the provided Error Message is present and correct." - filename: "AdminCreateCustomDropDownOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateCustomDropDownOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateCustomDropDownOptionsActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCreateCustomDropDownOptionsActionGroup" description: "Clicks on 'Add Option'. Adds the 2 provided Options under the provided Custom Option Name to a Product on the Admin Product creation/edit page under the 'Customizable Options' section." - filename: "AssertProductOnAdminGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductOnAdminGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductOnAdminGridActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductOnAdminGridActionGroup" description: "EXTENDS: viewProductInAdminGrid. Removes the 'clickClearFiltersAfter' step from the Action Group." - filename: "AdminAddProductCustomOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddProductCustomOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddProductCustomOptionActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddProductCustomOptionActionGroup" description: "Adds the provided Custom Option Title/Type to a Product on the Admin Product creation/edit page under the 'Customizable Options' section." - filename: "AdminAddMinimumAdvertisedPriceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddMinimumAdvertisedPriceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAddMinimumAdvertisedPriceActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAddMinimumAdvertisedPriceActionGroup" description: "Clicks 'Advanced Pricing' on the Admin Product creation/edit page. Fills in the provided MSRP details. Clicks on Done." - filename: "StorefrontNavigateCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontNavigateCategoryPageActionGroup" description: "" - filename: "SearchForProductOnBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchForProductOnBackendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchForProductOnBackendActionGroup.xml" module: "Catalog" actiongroups: - name: "SearchForProductOnBackendActionGroup" @@ -1339,35 +1339,35 @@ description: "Goto the Product grid page. Clear the Search Filters for the grid." - filename: "AdminSubmitAdvancedInventoryFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSubmitAdvancedInventoryFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSubmitAdvancedInventoryFormActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminSubmitAdvancedInventoryFormActionGroup" description: "Clicks on Done on the Admin Product creation/edit page on the 'Advanced Inventory' panel." - filename: "StorefrontOpenHomePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenHomePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontOpenHomePageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontOpenHomePageActionGroup" description: "Goes to the Storefront Homepage." - filename: "AdminUnassignCategoryOnProductAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignCategoryOnProductAndSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminUnassignCategoryOnProductAndSaveActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminUnassignCategoryOnProductAndSaveActionGroup" description: "" - filename: "OpenProductFromCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductFromCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductFromCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenProductFromCategoryPageActionGroup" description: "Goto the provided Category page. Click on the provided Product page." - filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontCheckSimpleProduct" @@ -1386,14 +1386,14 @@ description: "Validates that the provided Product Image is not present." - filename: "AdminCreateWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCreateWidgetActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCreateRecentlyProductsWidgetActionGroup" description: "EXTENDS: AdminCreateWidgetActionGroup. Adds Product Attributes/Buttons to a Widget. Clicks on the Save button." - filename: "AdminProductAttributeSetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeSetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeSetActionGroup.xml" module: "Catalog" actiongroups: - name: "AssignAttributeToGroup" @@ -1424,42 +1424,42 @@ description: "Deletes the provided Attribute Set Name from the Attribute Sets grid page." - filename: "CreateNewProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CreateNewProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CreateNewProductActionGroup.xml" module: "Catalog" actiongroups: - name: "CreateNewProductActionGroup" description: "Goes to the Product creation/edit page. Fills in Product Name, Price and Quantity. Then Saves the work." - filename: "OpenStorefrontProductPageByProductNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenStorefrontProductPageByProductNameActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenStorefrontProductPageByProductNameActionGroup" description: "" - filename: "AdminOpenNewProductFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenNewProductFormPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenNewProductFormPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenNewProductFormPageActionGroup" description: "Goes to the Product creation/edit page for the provided Product Type and Attribute Set ID." - filename: "AssertProductDetailsOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductDetailsOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductDetailsOnStorefrontActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductDetailsOnStorefrontActionGroup" description: "Validates that the provided Product Info does NOT appear in the Product Number on a Storefront Category page." - filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" module: "Catalog" actiongroups: - name: "RestoreLayoutSetting" description: "Goes to the 'Configuration' page for 'Web'. Selects 'No layout updates' for the Default Product/Category Layouts." - filename: "AdminProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeActionGroup.xml" module: "Catalog" actiongroups: - name: "navigateToCreatedProductAttribute" @@ -1535,28 +1535,28 @@ description: "EXTENDS: createAttributeDropdownNthOption. Checks the 'Is Default' option." - filename: "AdminProductAttributeMassUpdateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeMassUpdateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeMassUpdateActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminUpdateProductNameAndDescriptionAttributes" description: "" - filename: "StorefrontAddProductToCartWithQtyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCartWithQtyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductToCartWithQtyActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddProductToCartWithQtyActionGroup" description: "Fills in the provided Product Quantity. Clicks on Add To Cart. Validates that the Success Message is present." - filename: "SearchAndMultiselectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAndMultiselectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAndMultiselectActionGroup.xml" module: "Catalog" actiongroups: - name: "searchAndMultiSelectActionGroup" description: "Search for and select multiple items in the Magento dropdown UI component." - filename: "AdminCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "CreateCategory" @@ -1629,21 +1629,21 @@ description: "Requires navigation to subcategory creation/edit. Fills the name, and sets the Search Engine Optimization for the category." - filename: "AssertAttributeDeletionErrorMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAttributeDeletionErrorMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertAttributeDeletionErrorMessageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertAttributeDeletionErrorMessageActionGroup" description: "Validates that the Error Message is present and correct on the Backend Admin Attribute Sets creation/edit page when you try to delete an Attribute Set assigned to a Configurable Product. PLEASE NOTE: The Error Message is hardcoded." - filename: "AssertStorefrontCustomProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCustomProductAttributeActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertStorefrontCustomProductAttributeActionGroup" description: "" - filename: "StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontCheckProductIsMissingInCategoryProductsPageActionGroup" @@ -1653,21 +1653,21 @@ description: "" - filename: "DeleteProductAttributeByAttributeCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductAttributeByAttributeCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/DeleteProductAttributeByAttributeCodeActionGroup.xml" module: "Catalog" actiongroups: - name: "DeleteProductAttributeByAttributeCodeActionGroup" description: "Delete a Product Attribute from the Product Attribute creation/edit page." - filename: "AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductAttributePresenceInCatalogProductGridActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductAttributePresenceInCatalogProductGridActionGroup" description: "Validates that the provided Attributes Sets is present on the Backend Attribute Sets grid." - filename: "AdminProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml" module: "Catalog" actiongroups: - name: "goToCreateProductPage" @@ -1815,14 +1815,14 @@ description: "" - filename: "AdminFillAdvancedInventoryQtyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryQtyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryQtyActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminFillAdvancedInventoryQtyActionGroup" description: "Fills in the provided Quantity for the 'Qty' option in 'Advanced Inventory' panel on the Admin Product creation/edit page." - filename: "AdminFillProductAttributePropertiesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillProductAttributePropertiesActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminFillProductAttributePropertiesActionGroup" @@ -1832,42 +1832,42 @@ description: "" - filename: "AssertProductInfoOnEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInfoOnEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AssertProductInfoOnEditPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AssertProductInfoOnEditPageActionGroup" description: "Validate that the provided Product details are correct on the Product creation/edit page." - filename: "AdminClickOnAdvancedInventoryLinkActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickOnAdvancedInventoryLinkActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminClickOnAdvancedInventoryLinkActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminClickOnAdvancedInventoryLinkActionGroup" description: "Clicks on the 'Advanced Inventory' link on the Admin Product creation/edit page." - filename: "StorefrontAssertProductPriceOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductPriceOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductPriceOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductPriceOnProductPageActionGroup" description: "Validate that the provided Product Price is present and correct." - filename: "AdminSwitchProductGiftMessageStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSwitchProductGiftMessageStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSwitchProductGiftMessageStatusActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminSwitchProductGiftMessageStatusActionGroup" description: "" - filename: "StorefrontCheckProductPriceInCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductPriceInCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCheckProductPriceInCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontCheckProductPriceInCategoryActionGroup" description: "EXTENDS: StorefrontCheckCategorySimpleProduct. Removes 'AssertProductPrice'. Validates that the provided Product Price is present and correct on a Storefront Product page." - filename: "StorefrontAssertProductInWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductInWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductInWidgetActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductInRecentlyViewedWidgetActionGroup" @@ -1880,119 +1880,119 @@ description: "Validate that the provided Product appears in the Recently Ordered Products widget." - filename: "StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontSelectCustomOptionRadioAndAssertPricesActionGroup" description: "EXTENDS: AssertStorefrontProductPricesActionGroup. Clicks on the provided Custom Option on a Storefront Product page." - filename: "StorefrontAssertProductSkuOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSkuOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductSkuOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductSkuOnProductPageActionGroup" description: "Validate that the provided Product Sku is present and correct." - filename: "AdminAssignCategoryToProductAndSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignCategoryToProductAndSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignCategoryToProductAndSaveActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssignCategoryToProductAndSaveActionGroup" description: "" - filename: "AdminOpenProductAttributePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductAttributePageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenProductAttributePageActionGroup" description: "" - filename: "StorefrontAssertCustomOptionByTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertCustomOptionByTitleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertCustomOptionByTitleActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertCustomOptionByTitleActionGroup" description: "Validates that the provided Product Option Title is present on the Storefront Product page." - filename: "AddWebsiteToProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddWebsiteToProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AddWebsiteToProductActionGroup.xml" module: "Catalog" actiongroups: - name: "AddWebsiteToProductActionGroup" description: "Adds the provided Website to a Product on the Admin Product creation/edit page. Clicks on Save. Validates that the Success Message is present and correct." - filename: "AdminOpenAttributeSetByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenAttributeSetByNameActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenAttributeSetByNameActionGroup" description: "" - filename: "AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminFillAdvancedInventoryOutOfStockThresholdActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminFillAdvancedInventoryOutOfStockThresholdActionGroup" description: "Unchecks 'Use Config Setting' for the 'Minimum Qty Allowed in Shopping Cart' option in 'Advanced Inventory' panel on the Admin Product creation/edit page. Fills in the provided Quantity." - filename: "SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/SearchAttributeByCodeOnProductAttributeGridActionGroup.xml" module: "Catalog" actiongroups: - name: "SearchAttributeByCodeOnProductAttributeGridActionGroup" description: "Goto the Product Attribute grid page. Search for the provided Product Attribute Code." - filename: "StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertPageNotFoundErrorOnProductDetailPageActionGroup" description: "" - filename: "AdminAnchorCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAnchorCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAnchorCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAnchorCategoryActionGroup" description: "" - filename: "AdminChangeProductSEOSettingsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminChangeProductSEOSettingsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminChangeProductSEOSettingsActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminChangeProductSEOSettingsActionGroup" description: "" - filename: "CheckItemInLayeredNavigationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckItemInLayeredNavigationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckItemInLayeredNavigationActionGroup.xml" module: "Catalog" actiongroups: - name: "CheckItemInLayeredNavigationActionGroup" description: "Expands the Product Filters on a Storefront Category page if it is not expanded." - filename: "AdminAssignProductInWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignProductInWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignProductInWebsiteActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssignProductInWebsiteActionGroup" description: "" - filename: "OpenProductAttributeFromSearchResultInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductAttributeFromSearchResultInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenProductAttributeFromSearchResultInGridActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenProductAttributeFromSearchResultInGridActionGroup" description: "EXTENDS: SearchAttributeByCodeOnProductAttributeGridActionGroup. Click on Edit for the provided Product Attribute Code." - filename: "AdminOpenProductIndexPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminOpenProductIndexPageActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminOpenProductIndexPageActionGroup" description: "" - filename: "StorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "addToCartFromStorefrontProductPage" @@ -2011,7 +2011,7 @@ description: "Validate that the More Information area does not contain the provided Text." - filename: "StorefrontCompareActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddCategoryProductToCompareActionGroup" @@ -2033,84 +2033,84 @@ description: "Clear the Compare Products list. Validate that the Compare Products list is empty." - filename: "StorefrontClickAddToCartOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickAddToCartOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontClickAddToCartOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontClickAddToCartOnProductPageActionGroup" description: "Adds a Product to the Cart. Validate that the Success Message is present." - filename: "AdminAssertProductsGridIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertProductsGridIsEmptyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssertProductsGridIsEmptyActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssertProductsGridIsEmptyActionGroup" description: "" - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "Catalog" actiongroups: - name: "VerifyProductTypeOrder" description: "Clicks on the 'Add Product' toggle. Validates that the Simple/Virtual Products are listed in the correct order." - filename: "MoveCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/MoveCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/MoveCategoryActionGroup.xml" module: "Catalog" actiongroups: - name: "MoveCategoryActionGroup" description: "Move a Category on the Backend Category page." - filename: "StorefrontAssertGiftMessageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertGiftMessageFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertGiftMessageFieldsActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertGiftMessageFieldsActionGroup" description: "" - filename: "FilterProductInGridByStoreViewAndNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductInGridByStoreViewAndNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/FilterProductInGridByStoreViewAndNameActionGroup.xml" module: "Catalog" actiongroups: - name: "FilterProductInGridByStoreViewAndNameActionGroup" description: "Goes to the Admin Products grid page. Filters the grid based on the provided Store View. Validates that the Product Name is present in the 1st row of the grid." - filename: "StorefrontAssertProductNameOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductNameOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductNameOnProductPageActionGroup" description: "Validate that the provided Product Price is present and correct." - filename: "StorefrontAddProductReviewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductReviewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddProductReviewActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddProductReviewActionGroup" description: "" - filename: "StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAddToCartCustomOptionsProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAddToCartCustomOptionsProductPageActionGroup" description: "Add a Product to the Cart. Validate that the Success Message is present." - filename: "AdminAssignImageRolesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignImageRolesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminAssignImageRolesActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminAssignImageRolesActionGroup" description: "Requires the navigation to the Product Creation page. Checks the Base, Small, Thumbnail, and Swatch Roles areas for images." - filename: "CheckProductsOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckProductsOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/CheckProductsOrderActionGroup.xml" module: "Catalog" actiongroups: - name: "CompareTwoProductsOrder" description: "Goes to the Storefront. Validates that the 2 provided Products appear in the correct order." - filename: "AdminCheckProductsInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckProductsInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckProductsInGridActionGroup.xml" module: "Catalog" actiongroups: - name: "AdminCheckProductIsMissingInCategoryProductsGrid" @@ -2120,7 +2120,7 @@ description: "" - filename: "StorefrontAssertProductImagesOnProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductImagesOnProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontAssertProductImagesOnProductPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontAssertProductImagesOnProductPageActionGroup" @@ -2130,7 +2130,7 @@ description: "" - filename: "StorefrontGoToCategoryPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontGoToCategoryPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontGoToCategoryPageActionGroup.xml" module: "Catalog" actiongroups: - name: "StorefrontGoToCategoryPageActionGroup" @@ -2140,21 +2140,21 @@ description: "" - filename: "OpenEditProductOnBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenEditProductOnBackendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Catalog/Test/Mftf/ActionGroup/OpenEditProductOnBackendActionGroup.xml" module: "Catalog" actiongroups: - name: "OpenEditProductOnBackendActionGroup" description: "Click on Edit for the provided Product SKU." - filename: "AdminDeleteTaxRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminDeleteTaxRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminDeleteTaxRuleActionGroup.xml" module: "Tax" actiongroups: - name: "AdminDeleteTaxRule" description: "Goes to the Admin Tax Rule grid page. Deletes the provided Tax Rule Code." - filename: "AdminTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminTaxActionGroup.xml" module: "Tax" actiongroups: - name: "editTaxConfigurationByUI" @@ -2185,14 +2185,14 @@ description: "Goes to the Admin Tax Rule creation page. Deletes the provided Tax Class." - filename: "AdminCreateTaxRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCreateTaxRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCreateTaxRuleActionGroup.xml" module: "Tax" actiongroups: - name: "AdminCreateTaxRuleActionGroup" description: "" - filename: "AdminCustomerTaxClassActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCustomerTaxClassActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Tax/Test/Mftf/ActionGroup/AdminCustomerTaxClassActionGroup.xml" module: "Tax" actiongroups: - name: "addCustomerTaxClass" @@ -2202,28 +2202,28 @@ description: "Goes to the Admin New Tax Rule page. Deletes the provided Tax Class Name." - filename: "StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup.xml" module: "Bundle" actiongroups: - name: "StorefrontSelectCustomizeAndAddToTheCartButtonActionGroup" description: "Clicks 'Customize and Add to Cart' on a Storefront Bundled Product page." - filename: "BundleProductFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/BundleProductFilterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/BundleProductFilterActionGroup.xml" module: "Bundle" actiongroups: - name: "BundleProductFilter" description: "Applies a Backend Admin Grid filter for Bundle Products." - filename: "StoreFrontAddProductToCartFromBundleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StoreFrontAddProductToCartFromBundleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StoreFrontAddProductToCartFromBundleActionGroup.xml" module: "Bundle" actiongroups: - name: "StoreFrontAddProductToCartFromBundleWithCurrencyActionGroup" description: "Adds a Bundled Product to the Cart with a specified Currency Value." - filename: "AdminBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "fillMainBundleProductForm" @@ -2236,14 +2236,14 @@ description: "Clears the Grid Filters on the Catalog Grid page and applies Filter by Name and Sku. Then checks to see if the Product exists in the 1st row. Then clears the Grid Filters again for future Tests." - filename: "AdminOrderBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOrderBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminOrderBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "AdminOrderConfigureBundleProduct" description: "" - filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" module: "Bundle" actiongroups: - name: "StorefrontAddCategoryBundleProductToCartActionGroup" @@ -2259,7 +2259,7 @@ description: "Selects a Bundled Product option on the Bundled Product page. PLEASE NOTE: The Quantity selection is not available in the Action Group." - filename: "EnableDisableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/EnableDisableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/EnableDisableProductActionGroup.xml" module: "Bundle" actiongroups: - name: "AncillaryPrepBundleProduct" @@ -2269,7 +2269,7 @@ description: "Clears the Backend Admin Grid Filters on the Backend Admin Product Grid page. Searches for the BundleProduct Data Entity. Then clicks on the first item in the Admin Grid. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "AdminCreateApiBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminCreateApiBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminCreateApiBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "AdminCreateApiDynamicBundleProductActionGroup" @@ -2282,28 +2282,28 @@ description: "Creates 3 products with varying prices. Creates the dynamic bundle product with specified name. Adds the multiple select, checkbox options and links to the created products. Uses the 'ApiBundleProduct' entity." - filename: "SetBundleProductAttributesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/SetBundleProductAttributesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/SetBundleProductAttributesActionGroup.xml" module: "Bundle" actiongroups: - name: "SetBundleProductAttributes" description: "Requires navigation to the Product Creation page. Fills in the arguments listed below on the product page. Saves the changes." - filename: "AdminClearFiltersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClearFiltersActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/AdminClearFiltersActionGroup.xml" module: "Bundle" actiongroups: - name: "AdminClearFiltersActionGroup" description: "Goes to the Catalog Backend Admin Grid page. Then clears the Grid Filters." - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "Bundle" actiongroups: - name: "VerifyProductTypeOrder" description: "Checks that Bundle is in the correct order in comparison to other product types on the add product dropdown." - filename: "CreateBundleProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/CreateBundleProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/CreateBundleProductActionGroup.xml" module: "Bundle" actiongroups: - name: "CreateBasicBundleProduct" @@ -2322,35 +2322,35 @@ description: "Requires Navigation to Product Creation page. Adds Bundle Option with Six Products as specified in arguments. 'x' refers to Bundle option number. 'n' refers to the first number after x." - filename: "StorefrontSelectBundleProductDropDownOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectBundleProductDropDownOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Bundle/Test/Mftf/ActionGroup/StorefrontSelectBundleProductDropDownOptionActionGroup.xml" module: "Bundle" actiongroups: - name: "StorefrontSelectBundleProductDropDownOptionActionGroup" description: "Selects the provided Product Name on a Storefront Bundled Product page." - filename: "AdminUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminUserActionGroup.xml" module: "User" actiongroups: - name: "LoginNewUser" description: "Goes to the Backend Admin Login page. Fill Username and Password. Click on Sign In." - filename: "AdminDeleteUserRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteUserRoleActionGroup" description: "" - filename: "AdminClickSaveButtonOnUserFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserFormActionGroup.xml" module: "User" actiongroups: - name: "AdminClickSaveButtonOnUserFormActionGroup" description: "Clicks on the Save button on the Admin User creation/edit page." - filename: "AdminCreateUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateUserActionGroup.xml" module: "User" actiongroups: - name: "AdminCreateUserActionGroup" @@ -2363,7 +2363,7 @@ description: "" - filename: "AdminAddNewUserRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminAddNewUserRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminAddNewUserRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminAddNewUserRoleActionGroup" @@ -2373,7 +2373,7 @@ description: "" - filename: "AdminDeleteUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteUserActionGroup" @@ -2383,14 +2383,14 @@ description: "Goes to the Admin Users grid page. Deletes the provided User. Validates that the Success Message is present and correct." - filename: "AdminDeleteUserViaCurlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserViaCurlActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteUserViaCurlActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteUserViaCurlActionGroup" description: "" - filename: "AdminCreateRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminCreateRoleActionGroup" @@ -2406,42 +2406,42 @@ description: "Clicks on 'Add New Role'. Fills in the provided details (Role, Resource, Scope and Websites). Clicks on Save. Validates that the Success Message is present and correct." - filename: "AdminFillUserRoleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillUserRoleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillUserRoleFormActionGroup.xml" module: "User" actiongroups: - name: "AdminFillUserRoleFormActionGroup" description: "Fills in the provided Role and Current Admin Password on the Admin Roles creation/edit page." - filename: "AdminOpenNewUserPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenNewUserPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenNewUserPageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenNewUserPageActionGroup" description: "Goes to the Admin New User page." - filename: "AssertAdminUserSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AssertAdminUserSaveMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AssertAdminUserSaveMessageActionGroup.xml" module: "User" actiongroups: - name: "AssertAdminUserSaveMessageActionGroup" description: "Validates that the provided Save Message is present and correct." - filename: "AdminFillNewUserFormRequiredFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillNewUserFormRequiredFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillNewUserFormRequiredFieldsActionGroup.xml" module: "User" actiongroups: - name: "AdminFillNewUserFormRequiredFieldsActionGroup" description: "Fills in the provided User details on the New User creation page." - filename: "AdminClickSaveButtonOnUserRoleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminClickSaveButtonOnUserRoleFormActionGroup.xml" module: "User" actiongroups: - name: "AdminClickSaveButtonOnUserRoleFormActionGroup" description: "Clicks on Save on the Admin Roles creation/edit page." - filename: "AdminDeleteCreatedUserActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedUserActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedUserActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteCreatedUserActionGroup" @@ -2451,28 +2451,28 @@ description: "Deletes a User that contains the name 'John'. PLEASE NOTE: The Action Group values are Hardcoded." - filename: "AdminOpenUserEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenUserEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenUserEditPageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenUserEditPageActionGroup" description: "" - filename: "AdminOpenForgotPasswordPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenForgotPasswordPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenForgotPasswordPageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenForgotPasswordPageActionGroup" description: "Goes to the Admin Login page. Clicks on the 'Forgot Password' link." - filename: "AdminSubmitForgotPasswordFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminSubmitForgotPasswordFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminSubmitForgotPasswordFormActionGroup.xml" module: "User" actiongroups: - name: "AdminSubmitForgotPasswordFormActionGroup" description: "Clicks on the Retrieve Password button." - filename: "AdminDeleteCreatedRoleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedRoleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminDeleteCreatedRoleActionGroup.xml" module: "User" actiongroups: - name: "AdminDeleteCreatedRoleActionGroup" @@ -2482,196 +2482,196 @@ description: "" - filename: "AdminFillForgotPasswordFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillForgotPasswordFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminFillForgotPasswordFormActionGroup.xml" module: "User" actiongroups: - name: "AdminFillForgotPasswordFormActionGroup" description: "Fills in the provided Email Address on the Admin Forgot Password page." - filename: "AdminOpenCreateRolePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenCreateRolePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/User/Test/Mftf/ActionGroup/AdminOpenCreateRolePageActionGroup.xml" module: "User" actiongroups: - name: "AdminOpenCreateRolePageActionGroup" description: "Goes to the Admin Roles edit page." - filename: "AdminClickFormActionButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminClickFormActionButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminClickFormActionButtonActionGroup.xml" module: "Backend" actiongroups: - name: "AdminClickFormActionButtonActionGroup" description: "" - filename: "AssertMessageInAdminPanelActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageInAdminPanelActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageInAdminPanelActionGroup.xml" module: "Backend" actiongroups: - name: "AssertMessageInAdminPanelActionGroup" description: "Validates that the provided Message appears in the provided Message Type on an Admin page." - filename: "LogoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LogoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LogoutActionGroup.xml" module: "Backend" actiongroups: - name: "logout" description: "Logout of the Backend Admin. PLEASE NOTE: This Action Group does NOT validate that you are Logged Out." - filename: "LoginAsAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAsAdminActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAsAdminActionGroup.xml" module: "Backend" actiongroups: - name: "LoginAsAdmin" description: "Login to Backend Admin using provided User Data. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - filename: "LoginAdminWithCredentialsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAdminWithCredentialsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginAdminWithCredentialsActionGroup.xml" module: "Backend" actiongroups: - name: "LoginAdminWithCredentialsActionGroup" description: "Login to Backend Admin using provided Admin credentials. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - filename: "ClickSaveActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/ClickSaveActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/ClickSaveActionGroup.xml" module: "Backend" actiongroups: - name: "ClickSaveButtonActionGroup" description: "" - filename: "AssertAdminSuccessLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminSuccessLoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminSuccessLoginActionGroup.xml" module: "Backend" actiongroups: - name: "AssertAdminSuccessLoginActionGroup" description: "Wait for the current Admin Name to appear in the Backend Admin." - filename: "SecondaryGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SecondaryGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SecondaryGridActionGroup.xml" module: "Backend" actiongroups: - name: "deleteEntitySecondaryGrid" description: "This Action Group deletes an item from a grid based on provided Name. After Searching, the First Row is clicked." - filename: "LoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/LoginActionGroup.xml" module: "Backend" actiongroups: - name: "LoginActionGroup" description: "Login to Backend Admin using ENV Admin credentials. PLEASE NOTE: This Action Group does NOT validate that you are Logged In." - filename: "AdminNavigateMenuActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminNavigateMenuActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminNavigateMenuActionGroup.xml" module: "Backend" actiongroups: - name: "AdminNavigateMenuActionGroup" description: "Open Backend Admin side Navigation Menu. Click on Sub-Navigation Menu item." - filename: "AssertMessageOnAdminLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageOnAdminLoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertMessageOnAdminLoginActionGroup.xml" module: "Backend" actiongroups: - name: "AssertMessageOnAdminLoginActionGroup" description: "Validate Backend Admin Login status message is present and correct." - filename: "AdminAssertPageTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminAssertPageTitleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminAssertPageTitleActionGroup.xml" module: "Backend" actiongroups: - name: "AdminAssertPageTitleActionGroup" description: "Validate Backend Admin Grid Page Title is present and correct." - filename: "AdminFilterLegacyGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminFilterLegacyGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminFilterLegacyGridActionGroup.xml" module: "Backend" actiongroups: - name: "AdminFilterLegacyGridActionGroup" description: "" - filename: "AssertAdminDashboardPageIsVisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminDashboardPageIsVisibleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminDashboardPageIsVisibleActionGroup.xml" module: "Backend" actiongroups: - name: "AssertAdminDashboardPageIsVisibleActionGroup" description: "Validate the Backend Admin Dashboard URI is correct. Validate the Backend Admin Dashboard Title is present and correct." - filename: "AssertAdminPageIsNot404ActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminPageIsNot404ActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertAdminPageIsNot404ActionGroup.xml" module: "Backend" actiongroups: - name: "AssertAdminPageIsNot404ActionGroup" description: "Validates that the '404 Error' message is present and correct in the Admin Page Header." - filename: "AdminResetLegacyGridFilterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminResetLegacyGridFilterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AdminResetLegacyGridFilterActionGroup.xml" module: "Backend" actiongroups: - name: "AdminResetLegacyGridFilterActionGroup" description: "" - filename: "SetWebsiteCountryOptionsToDefaultActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetWebsiteCountryOptionsToDefaultActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetWebsiteCountryOptionsToDefaultActionGroup.xml" module: "Backend" actiongroups: - name: "SetWebsiteCountryOptionsToDefaultActionGroup" description: "Sets the Website Country configuration setting to the Default values." - filename: "AssertOrderGraphImageOnDashboardActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertOrderGraphImageOnDashboardActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/AssertOrderGraphImageOnDashboardActionGroup.xml" module: "Backend" actiongroups: - name: "AssertOrderGraphImageOnDashboardActionGroup" description: "" - filename: "SetAdminAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetAdminAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SetAdminAccountActionGroup.xml" module: "Backend" actiongroups: - name: "SetAdminAccountActionGroup" description: "Update the Interface Language configuration setting using provided Interface Language." - filename: "SortByIdDescendingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backend/Test/Mftf/ActionGroup/SortByIdDescendingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backend/Test/Mftf/ActionGroup/SortByIdDescendingActionGroup.xml" module: "Backend" actiongroups: - name: "SortByIdDescendingActionGroup" description: "Sorts a Backend Admin Grid by descending order for the ID column." - filename: "AdminImportProductsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ImportExport/Test/Mftf/ActionGroup/AdminImportProductsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ImportExport/Test/Mftf/ActionGroup/AdminImportProductsActionGroup.xml" module: "ImportExport" actiongroups: - name: "AdminImportProductsActionGroup" description: "Goes to the Admin Import page. Imports the provided File. Validates that the Success Message is present and correct." - filename: "AssertStoreFrontNoQuotesMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontNoQuotesMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontNoQuotesMessageActionGroup.xml" module: "Shipping" actiongroups: - name: "AssertStoreFrontNoQuotesMessageActionGroup" description: "" - filename: "AdminChangeTableRatesShippingMethodStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeTableRatesShippingMethodStatusActionGroup.xml" module: "Shipping" actiongroups: - name: "AdminChangeTableRatesShippingMethodStatusActionGroup" description: "" - filename: "AssertStoreFrontShippingMethodAvailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodAvailableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodAvailableActionGroup.xml" module: "Shipping" actiongroups: - name: "AssertStoreFrontShippingMethodAvailableActionGroup" description: "" - filename: "AdminOpenShippingMethodsConfigPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminOpenShippingMethodsConfigPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminOpenShippingMethodsConfigPageActionGroup.xml" module: "Shipping" actiongroups: - name: "AdminOpenShippingMethodsConfigPageActionGroup" description: "" - filename: "AdminShipmentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminShipmentActionGroup.xml" module: "Shipping" actiongroups: - name: "verifyBasicShipmentInformation" @@ -2687,28 +2687,28 @@ description: "Clicks on the 'Submit Shipment' button on the view Admin Order Shipment page. Validates that the URL and Page Title are present and correct." - filename: "AdminChangeFlatRateShippingMethodStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeFlatRateShippingMethodStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AdminChangeFlatRateShippingMethodStatusActionGroup.xml" module: "Shipping" actiongroups: - name: "AdminChangeFlatRateShippingMethodStatusActionGroup" description: "" - filename: "AssertStoreFrontShippingMethodUnavailableActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodUnavailableActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Shipping/Test/Mftf/ActionGroup/AssertStoreFrontShippingMethodUnavailableActionGroup.xml" module: "Shipping" actiongroups: - name: "AssertStoreFrontShippingMethodUnavailableActionGroup" description: "" - filename: "AdminAddDownloadableLinkInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminAddDownloadableLinkInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminAddDownloadableLinkInformationActionGroup.xml" module: "Downloadable" actiongroups: - name: "AdminAddDownloadableLinkInformationActionGroup" description: "Checks 'Is this downloadable Product?'. Fills in the provided Downloadable details under the 'Downloadable Information'." - filename: "AdminDownloadableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminDownloadableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/AdminDownloadableProductActionGroup.xml" module: "Downloadable" actiongroups: - name: "fillMainDownloadableProductForm" @@ -2727,21 +2727,21 @@ description: "Clicks on 'Add Link' under the 'Samples' section. Fills in the provided Downloadable Sample URL details." - filename: "StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/StorefrontAssertDownloadableProductIsPresentInCustomerAccountActionGroup.xml" module: "Downloadable" actiongroups: - name: "StorefrontAssertDownloadableProductIsPresentInCustomerAccount" description: "Goes to the Storefront Customer Dashboard page. Clicks on 'My Downloadable Products'. Validates that the provided Product is present." - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Downloadable/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "Downloadable" actiongroups: - name: "VerifyProductTypeOrder" description: "Validates that the 'Downloadable Product' option is present in the 'Add Product' dropdown menu on the Products grid page." - filename: "AdminExportActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup/AdminExportActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogImportExport/Test/Mftf/ActionGroup/AdminExportActionGroup.xml" module: "CatalogImportExport" actiongroups: - name: "exportProductsFilterByAttribute" @@ -2760,35 +2760,35 @@ description: "" - filename: "OpenStoreFrontCheckoutShippingPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/OpenStoreFrontCheckoutShippingPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/OpenStoreFrontCheckoutShippingPageActionGroup.xml" module: "Checkout" actiongroups: - name: "OpenStoreFrontCheckoutShippingPageActionGroup" description: "" - filename: "StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutEstimateShippingInformationActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCheckoutEstimateShippingInformationActionGroup" description: "Validates that the provided Customer details (Country, State and Zip Code) are present and correct on the Storefront Checkout page." - filename: "StorefrontAddSimpleProductToShopingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToShopingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToShopingCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddSimpleProductToShoppingCartActionGroup" description: "" - filename: "StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckoutAndAssertOrderSummaryDisplayActionGroup" description: "Clicks on 'Go To Checkout' in the Storefront Mini Shopping Cart modal. Validates that the provided Items in Cart Text is present and correct on the Storefront Checkout page under the 'Summary' section." - filename: "FillGuestCheckoutShippingAddressFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillGuestCheckoutShippingAddressFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillGuestCheckoutShippingAddressFormActionGroup.xml" module: "Checkout" actiongroups: - name: "FillGuestCheckoutShippingAddressFormActionGroup" @@ -2798,189 +2798,189 @@ description: "" - filename: "FillShippingZipFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingZipFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingZipFormActionGroup.xml" module: "Checkout" actiongroups: - name: "FillShippingZipForm" description: "Fills in the provided Address details (Country, State and Zip Code) in the 'Estimate Shipping and Tax' section of the Storefront Shopping Cart page." - filename: "AssertStorefronElementVisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefronElementVisibleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefronElementVisibleActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontElementVisibleActionGroup" description: "Validates that the provided Selector contains the provided Value on a Storefront page." - filename: "DeleteProductFromShoppingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/DeleteProductFromShoppingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/DeleteProductFromShoppingCartActionGroup.xml" module: "Checkout" actiongroups: - name: "DeleteProductFromShoppingCartActionGroup" description: "Removes the provided Product Name from the Storefront Mini Shopping Cart. Validates that the Success Message is present and correct." - filename: "StorefrontCustomerSignInPopUpActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCustomerSignInPopUpActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCustomerSignInPopUpActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCustomerSignInPopUpActionGroup" description: "" - filename: "StorefrontAssertGuestShippingInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertGuestShippingInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertGuestShippingInfoActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertGuestShippingInfoActionGroup" description: "Validates that the provided Customer details are present and correct in the 'Shipping Address' section on the Storefront Check page." - filename: "StorefrontOpenCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenCheckoutPageActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontOpenCheckoutPageActionGroup" description: "Goes to the Storefront Checkout page." - filename: "CustomerCheckoutFillNewShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CustomerCheckoutFillNewShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CustomerCheckoutFillNewShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "CustomerCheckoutFillNewShippingAddressActionGroup" description: "Fills in the provided Address details in the 'Shipping Address' section on the Storefront Checkout page." - filename: "StorefrontCheckCartDiscountAndSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckCartDiscountAndSummaryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckCartDiscountAndSummaryActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckCartDiscountAndSummaryActionGroup" description: "Validates that the provided Order Total and Discount Totals are present and correct under the 'Summary' section of the Storefront Shopping Cart page." - filename: "AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertAdminEmailValidationMessageOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertAdminEmailValidationMessageOnCheckoutActionGroup" description: "" - filename: "LoginAsCustomerOnCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerOnCheckoutPageActionGroup.xml" module: "Checkout" actiongroups: - name: "LoginAsCustomerOnCheckoutPageActionGroup" description: "Fills in the provided Customer (Email and Password) details in the 'Sign In' modal on the Storefront Checkout page." - filename: "StorefrontSelectOptionDateTimeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateTimeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateTimeActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionDateTimeActionGroup" description: "Selects the provided Month, Day, Year, Hour, Minute and Part of Day for the provided Product Option on a Storefront product page." - filename: "StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontUpdateProductQtyMiniShoppingCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontUpdateProductQtyMiniShoppingCartActionGroup" description: "Clicks on the Storefront Mini Shopping Cart icon in the Header. Fills in the provided Quantity for the provided Product in the Mini Shopping Cart. Clicks on Update." - filename: "FillNewShippingAddressModalActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillNewShippingAddressModalActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillNewShippingAddressModalActionGroup.xml" module: "Checkout" actiongroups: - name: "FillNewShippingAddressModalActionGroup" description: "EXTENDS: FillShippingAddressOneStreetActionGroup. Selects the provided State in the 'Shipping Address' section of the Storefront Checkout page." - filename: "StorefrontAssertShippingAddressPageDisplayActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingAddressPageDisplayActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingAddressPageDisplayActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertShippingAddressPageDisplayActionGroup" description: "Goes to the Storefront Checkout page. Validates that the 'Shipping Address' Title and Main Area are present." - filename: "AssertShoppingCartIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertShoppingCartIsEmptyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertShoppingCartIsEmptyActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertShoppingCartIsEmptyActionGroup" description: "Goes to the Storefront Shopping Cart page. Validates that the Empty Shopping Cart message is present and correct. PLEASE NOTE: The message is Hardcoded." - filename: "StorefrontCartEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCartEstimateShippingAndTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCartEstimateShippingAndTaxActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCartEstimateShippingAndTaxActionGroup" description: "Fills in the provided Address details (Country, State and Zip Code) under the 'Summary' section on the Storefront Shopping Cart page." - filename: "StorefrontAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddToTheCartActionGroup" description: "Scrolls to the Add To Cart button. Clicks on Add To Cart." - filename: "AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailTooltipContentOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontEmailTooltipContentOnCheckoutActionGroup" description: "Clicks on the Email Address tooltip. Validates that the provided Message appears in the Email Address Tooltip." - filename: "StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddProductWithSelectedConfigurableAndCustomOptionsToCartActionGroup" description: "Selects the provided Customizable Option in the Product Options drop down on a Storefront Configurable product page. Clicks on Add to Cart. Validates that the Success Message is present and correct." - filename: "FillShippingAddressOneStreetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingAddressOneStreetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillShippingAddressOneStreetActionGroup.xml" module: "Checkout" actiongroups: - name: "FillShippingAddressOneStreetActionGroup" description: "Fills in the provided Address details in the 'Shipping Address' (Fills in Street Address 1 only) section of the Storefront Checkout page." - filename: "StorefrontSelectOptionDateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDateActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionDateActionGroup" description: "Selects the provided Month, Day and Year for the provided Product Option on a Storefront Product page." - filename: "StorefrontCheckoutCheckProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckProductActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckoutCheckProductActionGroup" description: "Validates that the provided Product and Cart Item are present and correct on the Storefront Shopping Cart page." - filename: "GuestCheckoutFillNewShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "GuestCheckoutFillNewShippingAddressActionGroup" description: "Fills in the provided Customer/Address details in the 'Shipping Address' section on the Storefront Checkout page." - filename: "StorefrontAddProductToCartFromCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductToCartFromCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductToCartFromCategoryActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddProductToCartFromCategoryActionGroup" description: "" - filename: "StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertProductDetailsInOrderSummaryActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertProductDetailsInOrderSummaryActionGroup" description: "Validates that the provided Product Name, Quantity and Price are present in the 'Order Summary' section on the Storefront Checkout page." - filename: "StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCheckoutShippingMethodSelectedActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCheckoutShippingMethodSelectedActionGroup" description: "Validates that the provided Shipping Method is checked on the Storefront Checkout page." - filename: "StorefrontMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontMiniCartActionGroup.xml" module: "Checkout" actiongroups: - name: "clickViewAndEditCartFromMiniCart" @@ -2996,56 +2996,56 @@ description: "Validates that the provided Product Count appears in the Storefront Header next to the Shopping Cart icon. Clicks on the Mini Shopping Cart icon. Validates that the 'No Items' message is present and correct in the Storefront Mini Shopping Cart." - filename: "StorefrontFillGuestShippingInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillGuestShippingInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillGuestShippingInfoActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillGuestShippingInfoActionGroup" description: "Fills in the provided Customer details on the Storefront Checkout page under the 'Shipping Address' section." - filename: "AssertStorefrontSeeElementActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontSeeElementActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontSeeElementActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontSeeElementActionGroup" description: "Scrolls to the provided Selector. Validates that the provided Selector is present." - filename: "StorefrontSelectOptionCheckBoxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionCheckBoxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionCheckBoxActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionCheckBoxActionGroup" description: "Checks the provided Product Option Title on a Storefront Product page." - filename: "StorefrontSelectOptionDropDownActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDropDownActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionDropDownActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionDropDownActionGroup" description: "Selects the provided Product Option Value under the provided Product Option Title on a Storefront Product page." - filename: "AssertStorefrontElementInvisibleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontElementInvisibleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontElementInvisibleActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontElementInvisibleActionGroup" description: "" - filename: "StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontRegisterCustomerAfterCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontRegisterCustomerAfterCheckoutActionGroup" description: "" - filename: "StorefrontFillOptionFieldInputActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionFieldInputActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionFieldInputActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillOptionFieldInputActionGroup" description: "Fills in the provided Option Title with the provided Value on a Storefront product page." - filename: "CheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "CheckoutSelectFlatRateShippingMethodActionGroup" @@ -3121,7 +3121,7 @@ description: "Clicks on the 'Place Order' button. Validates that the Success Message is present and correct." - filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddCategoryProductToCartActionGroup" @@ -3149,77 +3149,77 @@ description: "Fills in the provided Address details (Country, State and Zip Code) under the 'Summary' section on the Storefront Shopping Cart page." - filename: "ClearShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/ClearShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/ClearShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "ClearShippingAddressActionGroup" description: "Clears all of the fields for the Shipping Address section on the Storefront Checkout page." - filename: "AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryItemsActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontShoppingCartSummaryItemsActionGroup" description: "Goes to the Storefront Shopping Cart page. Validates that the provided Subtotal/Total are present and correct." - filename: "AssertMiniShoppingCartSubTotalActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertMiniShoppingCartSubTotalActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertMiniShoppingCartSubTotalActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertMiniShoppingCartSubTotalActionGroup" description: "Validates that the provided Subtotal (Price and Store Currency) is present and correct." - filename: "StorefrontShippmentFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontShippmentFromActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontShippmentFromActionGroup.xml" module: "Checkout" actiongroups: - name: "ShipmentFormFreeShippingActionGroup" description: "Fills in the Customer details for the 'Shipping Address' section of the Storefront Checkout page. Selects 'Free Shipping'. Clicks on Next. Validates that the URL is present and correct." - filename: "StorefrontCheckThatCartIsEmptyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckThatCartIsEmptyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckThatCartIsEmptyActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckThatCartIsEmptyActionGroup" description: "Clicks on the Mini Shopping Cart icon in the Storefront Header. Validates that the 'Empty Cart' message is present and correct." - filename: "StorefrontSelectOptionTimeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionTimeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionTimeActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionTimeActionGroup" description: "Selects the provided Hour, Minute and Part of Day under the provided Product Option Title on a Storefront Product page." - filename: "StorefrontAddBundleProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddBundleProductToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddBundleProductToTheCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddBundleProductToTheCartActionGroup" description: "Clicks on 'Customize and Add to Cart' button on a Storefront Bundled product page. Adds the provided Product Name/Quantity. Clicks on Add to Cart." - filename: "StorefrontFillOptionTextAreaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionTextAreaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillOptionTextAreaActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillOptionTextAreaActionGroup" description: "Fills in the provided Option Title with the provided Value on a Storefront product page." - filename: "AssertStorefrontCheckoutCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontCheckoutCartItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontCheckoutCartItemsActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontCheckoutCartItemsActionGroup" description: "Validates that the provided Product details (Name, SKU, Price, Subtotal and Quantity) are present and correct on the Storefront Shopping Cart page." - filename: "AdminCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AdminCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AdminCheckoutSelectCheckMoneyOrderBillingMethodActionGroup" - description: "Selects the Billing Method 'Check / Money order' on the Admin 'Create New Order for' page." + description: "Selects the Billing Method "Check / Money order" on the Admin 'Create New Order for' page." - filename: "VerifyCheckoutPaymentOrderSummaryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml" module: "Checkout" actiongroups: - name: "VerifyCheckoutPaymentOrderSummaryActionGroup" @@ -3235,119 +3235,119 @@ description: "" - filename: "StorefrontSelectOptionRadioButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionRadioButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionRadioButtonActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionRadioButtonActionGroup" description: "Checks the provided Product Option radio button for the provided Product Option Price on a Storefront Product page." - filename: "StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartEstimateShippingAndTaxActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCartEstimateShippingAndTaxActionGroup" description: "Validates that the provided Customer details (Country, State and Zip Code) are present and correct in the 'Estimate Shipping and Tax' section on the Storefront Shopping Cart page." - filename: "StorefrontSelectOptionMultiSelectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionMultiSelectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontSelectOptionMultiSelectActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontSelectOptionMultiSelectActionGroup" description: "Selects the provided Product Option under the provided Product Option Title on a Storefront Product page." - filename: "StorefrontAssertMiniCartItemCountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertMiniCartItemCountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertMiniCartItemCountActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertMiniCartItemCountActionGroup" description: "Validates that the provided Product Count appears in the Storefront Header next to the Shopping Cart icon. Validates that the provided Product Count Text appears in the Storefront Mini Shopping Cart." - filename: "StorefrontFillEmailFieldOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillEmailFieldOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontFillEmailFieldOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontFillEmailFieldOnCheckoutActionGroup" description: "Fills in the provided Email Address on the Storefront Checkout page. Double clicks on the Email tooltip." - filename: "StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodOptionPresentInCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertShippingMethodOptionPresentInCartActionGroup" description: "" - filename: "StorefrontClickOnMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontClickOnMiniCartActionGroup" description: "Scrolls to the Top of the Page. Clicks on the Mini Shopping Cart icon in the Storefront Header." - filename: "StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertNoValidationErrorForCheckoutAddressFieldsActionGroup" description: "" - filename: "StorefrontAddSimpleProductToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddSimpleProductToCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddSimpleProductToCartActionGroup" description: "Adds the provided Product to the Storefront Shopping Cart from a Storefront Category page. Validates that the provided Success Message is present and correct." - filename: "AssertStorefrontMiniCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontMiniCartItemsActionGroup" description: "Validates that the provided Product details (Name, Price, Subtotal and Quantity) are present and correct in the Storefront Mini Shopping Cart." - filename: "StorefrontAttachOptionFileActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAttachOptionFileActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAttachOptionFileActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAttachOptionFileActionGroup" description: "Attaches the provided File to the provided Product Option on a Storefront Product page." - filename: "StorefrontOpenMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontOpenMiniCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontOpenMiniCartActionGroup" description: "Clicks on the Mini Shopping Cart icon in the Storefront Header." - filename: "LoginAsCustomerUsingSignInLinkActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerUsingSignInLinkActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/LoginAsCustomerUsingSignInLinkActionGroup.xml" module: "Checkout" actiongroups: - name: "LoginAsCustomerUsingSignInLinkActionGroup" description: "Clicks on 'Sign In' on the Storefront Checkout page. Fills in the provided Customer details (Email and Password). Clicks on Sign In." - filename: "AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontShoppingCartSummaryWithShippingActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontShoppingCartSummaryWithShippingActionGroup" description: "EXTENDS: AssertStorefrontShoppingCartSummaryItemsActionGroup. Waits for the Storefront Checkout 'Shipping Methods' section to appear." - filename: "StorefrontAssertShippingMethodPresentInCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodPresentInCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertShippingMethodPresentInCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertShippingMethodPresentInCartActionGroup" description: "Validates that the provided Shipping Method Name is present in the 'Summary' section of the Storefront Shopping Cart page." - filename: "StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAddProductWithSelectedOptionToCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAddProductWithSelectedConfigurableOptionToCartActionGroup" description: "Selects the provided Product Option in the drop down on a Storefront Configurable product page. Clicks on Add to Cart. Validates that the Success Message is present and correct." - filename: "GuestCheckoutFillNewBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/GuestCheckoutFillNewBillingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "GuestCheckoutFillNewBillingAddressActionGroup" @@ -3366,147 +3366,147 @@ description: "EXTENDS: GuestCheckoutFillNewBillingAddressActionGroup. Clicks on the provided Payment Method on the Storefront Checkout page." - filename: "StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontEnterProductQuantityAndAddToTheCartActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontEnterProductQuantityAndAddToTheCartActionGroup" description: "Fills in the provided Product Quantity on a Storefront Bundled product page. Clicks on Add to Cart." - filename: "StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontCheckoutCheckOutOfStockProductActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontCheckoutCheckOutOfStockProductActionGroup" description: "Validates that the 'Out of Stock' Error Message is present and correct on the Storefront Checkout page for the provided Product." - filename: "AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailNoteMessageOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontEmailNoteMessageOnCheckoutActionGroup" description: "Validates that the provided 'Email Address' message is present on the Storefront Checkout page under the 'Email Address' field." - filename: "AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/AssertStorefrontEmailValidationMessageOnCheckoutActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertStorefrontEmailValidationMessageOnCheckoutActionGroup" description: "Validates that the provided Error Message appears on the Storefront Checkout page after an invalid Email Addressed is inputted." - filename: "StorefrontAssertCartShippingMethodSelectedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartShippingMethodSelectedActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/StorefrontAssertCartShippingMethodSelectedActionGroup.xml" module: "Checkout" actiongroups: - name: "StorefrontAssertCartShippingMethodSelectedActionGroup" description: "Validates that the provided Shipping Method Carrier/Method Code is checked on the Storefront Shopping Cart page." - filename: "CheckoutFillEstimateShippingAndTaxActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml" module: "Checkout" actiongroups: - name: "CheckoutFillEstimateShippingAndTaxActionGroup" description: "" - filename: "IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Checkout/Test/Mftf/ActionGroup/IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/IdentityOfDefaultBillingAndShippingAddressActionGroup.xml" module: "Checkout" actiongroups: - name: "AssertThatShippingAndBillingAddressTheSame" description: "Validates that the Shipping and Billing Addresses are the same." - filename: "CaptchaFormsDisplayingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/CaptchaFormsDisplayingActionGroup.xml" module: "Captcha" actiongroups: - name: "CaptchaFormsDisplayingActionGroup" description: "Navigates to store configuration page through UI and expands the CAPTCHA section under Customers > Customer Configuration." - filename: "StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontCustomerChangeEmailWithCaptchaActionGroup" description: "EXTENDS: StorefrontCustomerChangeEmailActionGroup. Fills in the Captcha field on the Storefront Customer Information page." - filename: "AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnCustomerAccountCreatePageActionGroup" description: "Validate that the Captcha IS present on the Storefront Create Customer page." - filename: "AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerAccountInfoActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnCustomerAccountInfoActionGroup" description: "Validate that the Captcha IS present on the Storefront Customer Account Information page." - filename: "StorefrontFillContactUsFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillContactUsFormWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillContactUsFormWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontFillContactUsFormWithCaptchaActionGroup" description: "EXTENDS: StorefrontFillContactUsFormActionGroup. Fills in the Captcha field on the Storefront Contact Us page." - filename: "StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontFillCustomerLoginFormWithCaptchaActionGroup" description: "EXTENDS: StorefrontFillCustomerLoginFormActionGroup. Fills in the Captcha field on the Storefront Customer Login page." - filename: "AssertCaptchaVisibleOnContactUsFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnContactUsFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnContactUsFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnContactUsFormActionGroup" description: "Validate that the Captcha IS present on the Storefront Contact Us page." - filename: "AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnAdminLoginFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnAdminLoginFormActionGroup" description: "Validate that the Captcha IS present on the Backend Admin Login page." - filename: "AdminLoginWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AdminLoginWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AdminLoginWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "AdminLoginWithCaptchaActionGroup" description: "EXTENDS: LoginAsAdmin. Fills in the Captcha field on the Backend Admin Login page." - filename: "AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaNotVisibleOnCustomerLoginFormActionGroup" description: "Validate that the Captcha is NOT present on the Backend Admin Login page." - filename: "StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup.xml" module: "Captcha" actiongroups: - name: "StorefrontFillCustomerAccountCreationFormWithCaptchaActionGroup" description: "EXTENDS: StorefrontFillCustomerAccountCreationFormActionGroup. Fills in the Captcha field on the Storefront Create Customer page." - filename: "AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Captcha/Test/Mftf/ActionGroup/AssertCaptchaVisibleOnCustomerLoginFormActionGroup.xml" module: "Captcha" actiongroups: - name: "AssertCaptchaVisibleOnCustomerLoginFormActionGroup" description: "Validate that the Captcha IS present on the Storefront Customer Login page." - filename: "StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Search/Test/Mftf/ActionGroup/StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/StoreFrontSelectDropDownSearchSuggestionActionGroup.xml" module: "Search" actiongroups: - name: "StoreFrontSelectDropDownSearchSuggestionActionGroup" description: "Fills the Storefront Quick Search field. Validates that the provided Search Suggestion is present and correct." - filename: "AdminSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminSearchTermActionGroup.xml" module: "Search" actiongroups: - name: "searchTermFilterBySearchQuery" @@ -3516,14 +3516,14 @@ description: "Deletes the Search Terms in the Admin Search Term grid." - filename: "AdminEditSearchTermActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminEditSearchTermActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Search/Test/Mftf/ActionGroup/AdminEditSearchTermActionGroup.xml" module: "Search" actiongroups: - name: "AdminFillAllSearchTermFieldsActionGroup" description: "Fills in the provided Search Term on the Admin Search Terms grid page." - filename: "AdminGroupedProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminGroupedProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminGroupedProductActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "checkRequiredFieldsInGroupedProductForm" @@ -3542,63 +3542,63 @@ description: "Adds the provided Product to a Grouped Product on an Admin Grouped Product creation/edit page." - filename: "StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/StorefrontAddThreeGroupedProductToTheCartActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "StorefrontAddThreeGroupedProductToTheCartActionGroup" description: "Goes to the provided URL for a Grouped Product. Validates that the provided Products and Quantities are present and correct." - filename: "AssertLinkPresenceOnGroupedProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AssertLinkPresenceOnGroupedProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AssertLinkPresenceOnGroupedProductPageActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "AssertLinkPresenceOnGroupedProductPage" description: "Validates that the provided Product Name is present and correct on a Storefront Grouped Product page." - filename: "AdminOrderGroupedProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminOrderGroupedProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/AdminOrderGroupedProductActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "AdminOrderConfigureGroupedProduct" description: "" - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GroupedProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "GroupedProduct" actiongroups: - name: "VerifyProductTypeOrder" description: "Checks that Grouped is in the correct order in comparison to other product types on the add product dropdown." - filename: "AdminOpenCMSPagesGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCMSPagesGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCMSPagesGridActionGroup.xml" module: "Cms" actiongroups: - name: "AdminOpenCMSPagesGridActionGroup" description: "Goes to the Admin Pages grid page." - filename: "AssertCMSBlockContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSBlockContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSBlockContentActionGroup.xml" module: "Cms" actiongroups: - name: "AssertBlockContent" description: "Validates that the Block details are present and correct. PLEASE NOTE: The Block data is Hardcoded, using '_defaultBlock'." - filename: "AdminOpenCmsBlockActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCmsBlockActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpenCmsBlockActionGroup.xml" module: "Cms" actiongroups: - name: "AdminOpenCmsBlockActionGroup" description: "" - filename: "StorefrontGoToCMSPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/StorefrontGoToCMSPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/StorefrontGoToCMSPageActionGroup.xml" module: "Cms" actiongroups: - name: "StorefrontGoToCMSPageActionGroup" description: "Goes to the provided Storefront CMS Page." - filename: "ClearWidgetsFromCMSContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/ClearWidgetsFromCMSContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/ClearWidgetsFromCMSContentActionGroup.xml" module: "Cms" actiongroups: - name: "ClearWidgetsFromCMSContent" @@ -3608,28 +3608,28 @@ description: "" - filename: "AssertCMSPageNotFoundOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageNotFoundOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageNotFoundOnStorefrontActionGroup.xml" module: "Cms" actiongroups: - name: "AssertCMSPageNotFoundOnStorefrontActionGroup" description: "Validates that the 'Whoops, our bad' error message is present and correct for a Storefront CMS Page that doesn't exist." - filename: "AdminCMSPageMassActionSelectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminCMSPageMassActionSelectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminCMSPageMassActionSelectActionGroup.xml" module: "Cms" actiongroups: - name: "AdminCMSPageMassActionSelectActionGroup" description: "Selects the provided Action in the 'Mass Action' drop down menu on the Admin Pages grid." - filename: "FillOutCMSPageContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutCMSPageContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutCMSPageContentActionGroup.xml" module: "Cms" actiongroups: - name: "FillOutCMSPageContent" description: "Fills out the Page details (Page Title, Content and URL Key) on the Admin Page creation/edit page. PLEASE NOTE: The values are Hardcoded using '_duplicatedCMSPage'." - filename: "CMSActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/CMSActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CMSActionGroup.xml" module: "Cms" actiongroups: - name: "navigateToCreatedCMSPage" @@ -3663,35 +3663,35 @@ description: "Sets the provided option for 'Layout', under 'Design' on the Page creation/edit page. " - filename: "AssignBlockToCMSPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssignBlockToCMSPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssignBlockToCMSPageActionGroup.xml" module: "Cms" actiongroups: - name: "AssignBlockToCMSPage" description: "Goes to the Admin Pages grid page. Adds a Block to a CMS Page. Clicks on Save." - filename: "FillOutBlockContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutBlockContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/FillOutBlockContentActionGroup.xml" module: "Cms" actiongroups: - name: "FillOutBlockContent" description: "Fills in the Block Title, Identifier, Store View and Content. PLEASE NOTE: The values are Hardcoded using '_defaultBlock'." - filename: "AdminOpentCmsBlockActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpentCmsBlockActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminOpentCmsBlockActionGroup.xml" module: "Cms" actiongroups: - name: "AdminOpenCmsBlockActionGroup" description: "" - filename: "RestoreLayoutSettingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/RestoreLayoutSettingActionGroup.xml" module: "Cms" actiongroups: - name: "RestoreLayoutSetting" description: "Sets the 'Default Page Layout' to '1 column'. PLEASE NOTE: The value is Hardcoded." - filename: "VerifyTinyMCEActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/VerifyTinyMCEActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/VerifyTinyMCEActionGroup.xml" module: "Cms" actiongroups: - name: "VerifyTinyMCEActionGroup" @@ -3701,7 +3701,7 @@ description: "Validates that the Insert Widget and Insert Variables buttons are present." - filename: "SearchBlockOnGridPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/SearchBlockOnGridPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/SearchBlockOnGridPageActionGroup.xml" module: "Cms" actiongroups: - name: "searchBlockOnGridPage" @@ -3711,7 +3711,7 @@ description: "Goes to the Admin CMS Blocks page. Filters the grid based on the provided Block. Deletes the Block via the grid." - filename: "AssertCMSPageContentActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageContentActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageContentActionGroup.xml" module: "Cms" actiongroups: - name: "AssertCMSPageContent" @@ -3721,28 +3721,28 @@ description: "Validates that the provided CMS Page Title, Content and Heading are present and correct on a Storefront CMS Page." - filename: "AssertCMSPageInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AssertCMSPageInGridActionGroup.xml" module: "Cms" actiongroups: - name: "AssertCMSPageInGridActionGroup" description: "Validates that the provided CMS Page is present in the Admin Pages grid." - filename: "NavigateToMediaFolderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/NavigateToMediaFolderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/NavigateToMediaFolderActionGroup.xml" module: "Cms" actiongroups: - name: "NavigateToMediaFolderActionGroup" description: "Clicks on the provided Folder Name in the Storage folder tree." - filename: "AdminSelectCMSPageInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminSelectCMSPageInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminSelectCMSPageInGridActionGroup.xml" module: "Cms" actiongroups: - name: "AdminSelectCMSPageInGridActionGroup" description: "Checks the Row for the provided Identifier on the Admin Pages grid page." - filename: "SelectImageFromMediaStorageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/SelectImageFromMediaStorageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/SelectImageFromMediaStorageActionGroup.xml" module: "Cms" actiongroups: - name: "clickBrowseBtnOnUploadPopup" @@ -3773,14 +3773,14 @@ description: "Validates that the Wrong Extensions validation message is present and correct." - filename: "DeletePageByUrlKeyActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeletePageByUrlKeyActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeletePageByUrlKeyActionGroup.xml" module: "Cms" actiongroups: - name: "DeletePageByUrlKeyActionGroup" description: "Goes to the Admin CMS Pages page. Deletes a Page based on the provided URL Key. Validates that the Success Message is present and correct." - filename: "CreateNewPageWithAllValuesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithAllValuesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithAllValuesActionGroup.xml" module: "Cms" actiongroups: - name: "CreateNewPageWithAllValues" @@ -3790,35 +3790,35 @@ description: "" - filename: "CreateNewPageWithWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/CreateNewPageWithWidgetActionGroup.xml" module: "Cms" actiongroups: - name: "CreateNewPageWithWidget" description: "Goes to Admin CMS Page creation page. Adds the provided Title, Category, Conditions and Widget. Clicks on Save. Validates that the Success Message is present and correct." - filename: "DeleteImageFromStorageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeleteImageFromStorageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Cms/Test/Mftf/ActionGroup/DeleteImageFromStorageActionGroup.xml" module: "Cms" actiongroups: - name: "DeleteImageFromStorageActionGroup" description: "Deletes the provided Image from Storage." - filename: "StorefrontClickOnHeaderLogoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Theme/Test/Mftf/ActionGroup/StorefrontClickOnHeaderLogoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Theme/Test/Mftf/ActionGroup/StorefrontClickOnHeaderLogoActionGroup.xml" module: "Theme" actiongroups: - name: "StorefrontClickOnHeaderLogoActionGroup" description: "Goes to the Storefront. Clicks on the Logo." - filename: "NavigateToFaviconMediaFolderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Theme/Test/Mftf/ActionGroup/NavigateToFaviconMediaFolderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Theme/Test/Mftf/ActionGroup/NavigateToFaviconMediaFolderActionGroup.xml" module: "Theme" actiongroups: - name: "NavigateToFaviconMediaFolderActionGroup" description: "Navigates to the Favicon Media folder in the 'Media Gallery'. Clicks on the provided Store Folder." - filename: "AdminUrlRewriteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteActionGroup.xml" module: "UrlRewrite" actiongroups: - name: "AdminAddUrlRewrite" @@ -3837,7 +3837,7 @@ description: "Updates the Custom URL Rewrite fields with the provided details." - filename: "StorefrontUrlRewriteRedirectActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/StorefrontUrlRewriteRedirectActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/StorefrontUrlRewriteRedirectActionGroup.xml" module: "UrlRewrite" actiongroups: - name: "AssertStorefrontUrlRewriteRedirect" @@ -3847,7 +3847,7 @@ description: "Goes to the provided New Product URL. Validates that the redirect works and the provided Product is present and correct." - filename: "AdminUrlRewriteGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/UrlRewrite/Test/Mftf/ActionGroup/AdminUrlRewriteGridActionGroup.xml" module: "UrlRewrite" actiongroups: - name: "AdminSearchByRequestPath" @@ -3869,14 +3869,14 @@ description: "Goes to the Admin URL Rewrite grid page. Searches the grid for the provided Request Path. Clicks on Edit." - filename: "OpenPayPalButtonCheckoutPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OpenPayPalButtonCheckoutPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OpenPayPalButtonCheckoutPageActionGroup.xml" module: "Paypal" actiongroups: - name: "OpenPayPalButtonCheckoutPage" description: "Clicks on 'Configure' for 'PayPal Express Checkout' on the Admin Configuration page. Expands the 'Advanced Settings' tab. Expands the 'Frontend Experience Settings' tab. Expands the 'Checkout Page' tab." - filename: "PayPalExpressCheckoutConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Paypal/Test/Mftf/ActionGroup/PayPalExpressCheckoutConfigurationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/PayPalExpressCheckoutConfigurationActionGroup.xml" module: "Paypal" actiongroups: - name: "ConfigPayPalExpressCheckout" @@ -3889,7 +3889,7 @@ description: "Goes to the provided Category page on the Storefront. Adds the 1st Product to the Cart. Goes to Checkout. Select the Shipping Method. Selects PayPal as the Payment Method." - filename: "OtherPayPalConfigurationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OtherPayPalConfigurationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Paypal/Test/Mftf/ActionGroup/OtherPayPalConfigurationActionGroup.xml" module: "Paypal" actiongroups: - name: "EnablePayPalConfiguration" @@ -3899,56 +3899,56 @@ description: "Expands the 'OTHER PAYPAL PAYMENT SOLUTIONS' tab on the Admin Configuration page. Enables the provided PayPal Config type for the provided Country Code." - filename: "AdminSaveReviewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminSaveReviewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminSaveReviewActionGroup.xml" module: "Review" actiongroups: - name: "AdminSaveReviewActionGroup" description: "" - filename: "AdminOpenReviewByUserNicknameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewByUserNicknameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewByUserNicknameActionGroup.xml" module: "Review" actiongroups: - name: "AdminOpenReviewByUserNicknameActionGroup" description: "" - filename: "StorefrontAssertReviewAtProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/StorefrontAssertReviewAtProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/StorefrontAssertReviewAtProductPageActionGroup.xml" module: "Review" actiongroups: - name: "StorefrontAssertReviewAtProductPageActionGroup" description: "" - filename: "AdminOpenReviewsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenReviewsPageActionGroup.xml" module: "Review" actiongroups: - name: "AdminOpenReviewsPageActionGroup" description: "" - filename: "AdminOpenPendingReviewsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenPendingReviewsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminOpenPendingReviewsPageActionGroup.xml" module: "Review" actiongroups: - name: "AdminOpenPendingReviewsPageActionGroup" description: "" - filename: "AdminDeleteReviewsByUserNicknameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminDeleteReviewsByUserNicknameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminDeleteReviewsByUserNicknameActionGroup.xml" module: "Review" actiongroups: - name: "AdminDeleteReviewsByUserNicknameActionGroup" description: "" - filename: "AdminChangeReviewStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminChangeReviewStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Review/Test/Mftf/ActionGroup/AdminChangeReviewStatusActionGroup.xml" module: "Review" actiongroups: - name: "AdminChangeReviewStatusActionGroup" description: "" - filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" module: "Swatches" actiongroups: - name: "StorefrontSelectSwatchOptionOnProductPage" @@ -3958,7 +3958,7 @@ description: "" - filename: "AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AdminEditPropertiesTabForSwatchProductAtributeActionGroup.xml" module: "Swatches" actiongroups: - name: "AdminAddSwatchOptionAndFillFieldsActionGroup" @@ -3968,7 +3968,7 @@ description: "" - filename: "ColorPickerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/ColorPickerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/ColorPickerActionGroup.xml" module: "Swatches" actiongroups: - name: "setColorPickerByHex" @@ -3984,7 +3984,7 @@ description: "Options the Swatch Menu based on the provided Index." - filename: "AddSwatchToProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AddSwatchToProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/AddSwatchToProductActionGroup.xml" module: "Swatches" actiongroups: - name: "AddVisualSwatchToProductActionGroup" @@ -3994,7 +3994,7 @@ description: "EXTENDS: AddVisualSwatchToProductActionGroup. Add the provided Visual Swatch Attribute and Options (2) to a Product with Storefront Configurations." - filename: "StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Swatches/Test/Mftf/ActionGroup/StorefrontAddProductWithSwatchAttributeToTheCartActionGroup.xml" module: "Swatches" actiongroups: - name: "StorefrontAddProductWithSwatchesToTheCartActionGroup" @@ -4004,7 +4004,7 @@ description: "" - filename: "DisplayOutOfStockProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/DisplayOutOfStockProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/DisplayOutOfStockProductActionGroup.xml" module: "CatalogInventory" actiongroups: - name: "displayOutOfStockProduct" @@ -4014,14 +4014,14 @@ description: "Goes to the 'Configuration' page for 'Inventory'. Disables 'Display Out of Stock Products'. Clicks on the Save button." - filename: "StorefrontAssertProductStockStatusActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/StorefrontAssertProductStockStatusActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogInventory/Test/Mftf/ActionGroup/StorefrontAssertProductStockStatusActionGroup.xml" module: "CatalogInventory" actiongroups: - name: "StorefrontCheckProductStockStatus" description: "" - filename: "FillPaymentInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/FillPaymentInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/FillPaymentInformationActionGroup.xml" module: "AuthorizenetAcceptjs" actiongroups: - name: "FillPaymentInformation" @@ -4031,7 +4031,7 @@ description: "Fill Billing Address as Guest with Authorize.net" - filename: "ConfigureAuthorizenetAcceptjsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ConfigureAuthorizenetAcceptjsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ConfigureAuthorizenetAcceptjsActionGroup.xml" module: "AuthorizenetAcceptjs" actiongroups: - name: "ConfigureAuthorizenetAcceptjs" @@ -4047,7 +4047,7 @@ description: "" - filename: "ViewAndValidateOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ViewAndValidateOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/AuthorizenetAcceptjs/Test/Mftf/ActionGroup/ViewAndValidateOrderActionGroup.xml" module: "AuthorizenetAcceptjs" actiongroups: - name: "ViewAndValidateOrderActionGroup" @@ -4057,84 +4057,84 @@ description: "Validate the Order is Correct. Do Not Submit the Invoice." - filename: "CheckingGiftOptionsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/GiftMessage/Test/Mftf/ActionGroup/CheckingGiftOptionsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/GiftMessage/Test/Mftf/ActionGroup/CheckingGiftOptionsActionGroup.xml" module: "GiftMessage" actiongroups: - name: "CheckingGiftOptionsActionGroup" description: "Clicks on Checkout with Multiple Addresses. Clicks on Add Gift option. Validates that the Success Message is present and correct. PLEASE NOTE: The message is Hardcoded." - filename: "AdminDeleteCatalogRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminDeleteCatalogRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminDeleteCatalogRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminDeleteCatalogRuleActionGroup" description: "Clicks on the Delete button on a Admin Catalog Price Rule edit page. Clicks on Ok. Validates that the provided Success Message is present and correct." - filename: "AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AssertCustomerGroupNotOnCatalogPriceRuleFormActionGroup" description: "Validate that the provided Customer Group is not present on the Catalog Price Rules creation/edit page." - filename: "AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCatalogPriceRuleFormActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminAssertCustomerGroupOnCatalogPriceRuleForm" description: "" - filename: "SaveAndApplyCatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/SaveAndApplyCatalogPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/SaveAndApplyCatalogPriceRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "SaveAndApplyCatalogPriceRuleActionGroup" description: "Clicks on Save and Apply. Validates that the Success Message is present and correct on the Admin Catalog Price Rule creation/edit page." - filename: "AssertCatalogPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogPriceRuleFormActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AssertCatalogPriceRuleFormActionGroup" description: "Validates that the provided Catalog Rule, Status, Websites and Customer Group details are present and correct on a Admin Catalog Price Rule creation/edit page." - filename: "AdminCreateNewCatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminCreateNewCatalogPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminCreateNewCatalogPriceRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminCreateNewCatalogPriceRuleActionGroup" description: "Goes to the Admin Catalog Price Rule creation page. Fills in the provided Catalog Rule details. Selects the provided Customer Group." - filename: "AssertCatalogRuleInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogRuleInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AssertCatalogRuleInGridActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AssertCatalogRuleInGridActionGroup" description: "Validates that the provided Catalog Rule Name, Status, Websites and Catalog Rule ID are present in the 1st row of the Admin Catalog Price Rule grid." - filename: "AdminOpenCatalogPriceRulePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenCatalogPriceRulePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenCatalogPriceRulePageActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminOpenCatalogPriceRulePageActionGroup" description: "" - filename: "CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup.xml" module: "CatalogRule" actiongroups: - name: "CreateCatalogPriceRuleConditionWithAttributeAndOptionActionGroup" description: "Adds the provided Attribute Name, Select Value, Index A and Index B details to the 'Conditions' section on the Admin Catalog Price Rule creation/edit page." - filename: "CatalogSelectCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogSelectCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogSelectCustomerGroupActionGroup.xml" module: "CatalogRule" actiongroups: - name: "CatalogSelectCustomerGroupActionGroup" description: "Selects the provided Customer Group Name on the Admin Catalog Price Rule creation/edit page." - filename: "CatalogPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogPriceRuleActionGroup.xml" module: "CatalogRule" actiongroups: - name: "newCatalogPriceRuleByUI" @@ -4171,35 +4171,35 @@ description: "" - filename: "AdminSearchCatalogRuleInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSearchCatalogRuleInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSearchCatalogRuleInGridActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminSearchCatalogRuleInGridActionGroup" description: "Goes to the Admin Catalog Price Rules grid page. Searches the grid for the provided Catalog Price Rule name." - filename: "AdminSaveAndApplyRulesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSaveAndApplyRulesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSaveAndApplyRulesActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminSaveAndApplyRulesActionGroup" description: "Clicks Save on a Admin Catalog Price Rule creation/edit page. Validates that the Success Message is present. Clicks Apply Rules. Validates that the Success Message is present." - filename: "AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminOpenNewCatalogPriceRuleFormPageActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminOpenNewCatalogPriceRuleFormPageActionGroup" description: "Goes to the create Catalog Price Rule page." - filename: "AdminSelectCatalogRuleFromGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSelectCatalogRuleFromGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminSelectCatalogRuleFromGridActionGroup.xml" module: "CatalogRule" actiongroups: - name: "AdminSelectCatalogRuleFromGridActionGroup" description: "Clicks on the Admin Catalog Price Rule row that contains the provided Catalog Price Rule name." - filename: "VerifySubscribedNewsletterDisplayedActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/VerifySubscribedNewsletterDisplayedActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/VerifySubscribedNewsletterDisplayedActionGroup.xml" module: "Newsletter" actiongroups: - name: "StorefrontCreateNewAccountNewsletterChecked" @@ -4212,21 +4212,21 @@ description: "Goes to the Storefront Newsletter Management page. Validates that the 'Subscription' checkbox is checked." - filename: "AdminNewsletterTemplateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminNewsletterTemplateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminNewsletterTemplateActionGroup.xml" module: "Newsletter" actiongroups: - name: "SwitchToPreviewIframeActionGroup" description: "" - filename: "StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCategoryConfigurableProductWithUpdatedPriceActionGroup" description: "Validates that the provided Product Name and Price for a Configurable Product are present on a Storefront Category page." - filename: "ConfigurableProductAttributeNameDesignActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductAttributeNameDesignActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductAttributeNameDesignActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "GotoCatalogProductsPage" @@ -4245,7 +4245,7 @@ description: "Deletes the Configurable Product Attribute." - filename: "StorefrontCategoryActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCategoryActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCategoryConfigurableProduct" @@ -4255,7 +4255,7 @@ description: "Validates that the provided Configurable Product is present and correct on a Category page." - filename: "AdminCreateApiConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateApiConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateApiConfigurableProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "AdminCreateApiConfigurableProductActionGroup" @@ -4265,21 +4265,21 @@ description: "EXTENDS: AdminCreateApiConfigurableProductActionGroup. Adds 2 Hidden Product Options." - filename: "ConfigurableProductCheckoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductCheckoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/ConfigurableProductCheckoutActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "CheckConfigurableProductInCheckoutCartItemsActionGroup" description: "Validates that the Configurable Product is present and correct in the Cart area on the Checkout page." - filename: "StorefrontAddConfigurableProductToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAddConfigurableProductToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAddConfigurableProductToTheCartActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontAddConfigurableProductToTheCartActionGroup" description: "Goes to the provided Storefront URL. Selects the provided Product Option under the Product Attribute. Fills in the provided Quantity. Clicks Add to Cart. Validates that the Success Message is present." - filename: "StorefrontProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckConfigurableProduct" @@ -4304,7 +4304,7 @@ description: "Validates that Special Price for a Configurable Product is present and correct when the provided Product Option is selected." - filename: "StorefrontProductCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductCartActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCartConfigurableProductActionGroup" @@ -4314,35 +4314,35 @@ description: "Validates that the provided Option Price is present and correct in the Mini Shopping Cart on the Storefront." - filename: "AdminAddOptionsToAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddOptionsToAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddOptionsToAttributeActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "addOptionsToAttributeActionGroup" description: "Adds 5 provided Options to a new Attribute on the Configurable Product creation/edit page." - filename: "StorefrontProductAttributeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductAttributeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontProductAttributeActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "SelectStorefrontSideBarAttributeOption" description: "Goes to the provided Storefront Category page. Validates that the provided Attribute Label is present and correct." - filename: "StorefrontCompareActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontCompareActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "StorefrontCheckCompareConfigurableProductActionGroup" description: "Validates that the Configurable Product is present and correct in the Compare Product area." - filename: "VerifyProductTypeOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/VerifyProductTypeOrderActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "VerifyProductTypeOrder" description: "Validates that the 'Configurable Product' option is present in the 'Add Product' dropdown menu on the Products grid page." - filename: "AdminConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "viewConfigurableProductInAdminGrid" @@ -4415,14 +4415,14 @@ description: "" - filename: "AdminOrderConfigurableProductActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminOrderConfigurableProductActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminOrderConfigurableProductActionGroup.xml" module: "ConfigurableProduct" actiongroups: - name: "AdminOrderConfigureConfigurableProduct" description: "" - filename: "CreateBackupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backup/Test/Mftf/ActionGroup/CreateBackupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backup/Test/Mftf/ActionGroup/CreateBackupActionGroup.xml" module: "Backup" actiongroups: - name: "createSystemBackup" @@ -4435,28 +4435,28 @@ description: "Creates a Database Backup using provided Backup Entity." - filename: "DeleteBackupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Backup/Test/Mftf/ActionGroup/DeleteBackupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Backup/Test/Mftf/ActionGroup/DeleteBackupActionGroup.xml" module: "Backup" actiongroups: - name: "deleteBackup" description: "Deletes a Backup using provided Backup Entity." - filename: "AdminCreateBlockWithWidgetActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogWidget/Test/Mftf/ActionGroup/AdminCreateBlockWithWidgetActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogWidget/Test/Mftf/ActionGroup/AdminCreateBlockWithWidgetActionGroup.xml" module: "CatalogWidget" actiongroups: - name: "AdminCreateBlockWithWidget" description: "Inserts a Widget into a Block on the Block creation/edit page." - filename: "AdminSwitchIndexerToActionModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchIndexerToActionModeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchIndexerToActionModeActionGroup.xml" module: "Indexer" actiongroups: - name: "AdminSwitchIndexerToActionModeActionGroup" description: "" - filename: "IndexerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/IndexerActionGroup.xml" module: "Indexer" actiongroups: - name: "updateIndexerBySchedule" @@ -4466,14 +4466,14 @@ description: "Goes to the Index Management page. Checks the provided Indexer Name. Selects 'Update on Save'. Clicks on Submit." - filename: "AdminSwitchAllIndexerToActionModeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchAllIndexerToActionModeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Indexer/Test/Mftf/ActionGroup/AdminSwitchAllIndexerToActionModeActionGroup.xml" module: "Indexer" actiongroups: - name: "AdminSwitchAllIndexerToActionModeActionGroup" description: "" - filename: "EmailTemplateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Email/Test/Mftf/ActionGroup/EmailTemplateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Email/Test/Mftf/ActionGroup/EmailTemplateActionGroup.xml" module: "Email" actiongroups: - name: "CreateNewTemplate" @@ -4495,154 +4495,154 @@ description: "" - filename: "AdminCreateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCreateCustomerGroupActionGroup" description: "Goes to the Customer Groups creation page. Fills Name. Selects Tax Class. Clicks on Save. Validate that the Success Message is present and correct." - filename: "StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNumberOfAddressesActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerAddressBookNumberOfAddresses" description: "Validate that the Customer Address count is present and correct on the Storefront Customer Dashboard page." - filename: "CreateCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/CreateCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/CreateCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "CreateCustomerActionGroup" description: "Goes to the Add Customers page via the Admin Nav Menu. Fills in the Customer details. Clicks on Save. PLEASE NOTE: The Customer data is Hardcoded using 'NewCustomerData'." - filename: "AssertStorefrontPasswordAutocompleteOffActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontPasswordAutocompleteOffActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontPasswordAutocompleteOffActionGroup.xml" module: "Customer" actiongroups: - name: "AssertStorefrontPasswordAutoCompleteOffActionGroup" description: "Goes to the Storefront Customer Sign-In page. Validates that the Password field does NOT contain the 'autocomplete' attribute." - filename: "AssertMessageCustomerCreateAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerCreateAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerCreateAccountActionGroup.xml" module: "Customer" actiongroups: - name: "AssertMessageCustomerCreateAccountActionGroup" description: "Validates that the provided Message/Message Type are present and correct." - filename: "AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultShippingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerNoDefaultShippingAddress" description: "Validates that a Customer does NOT have a Default Shipping Address assigned. PLEASE NOTE: The error message is hardcoded." - filename: "AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerNoDefaultBillingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerNoDefaultBillingAddress" description: "Validates that a Customer does NOT have a Default Billing Address assigned. PLEASE NOTE: The error message is hardcoded." - filename: "AdminCustomerShopingCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerShopingCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerShopingCartActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAddProductToShoppingCartActionGroup" description: "Adds the provided Product Name to the Cart on the Admin Customer creation/edit page." - filename: "AdminAssertCustomerDefaultBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultBillingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerDefaultBillingAddress" description: "Validates that the provided Default Customer Billing Address details are present and correct on the Customer creation/edit page. Under the section 'Addresses'." - filename: "AssertCustomerGroupNotInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotInGridActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerGroupNotInGridActionGroup" description: "Filters the Admin Customers grid for the Customer Group (Code). Validates that the grid is empty." - filename: "StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontClickCreateAnAccountCustomerAccountCreationFormActionGroup" description: "Clicks on the Storefront Header 'Create Account' link." - filename: "AdminCustomerGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerByEmail" description: "Goes to the Customer grid page. Filter results based on provided Customer Email Address." - filename: "StorefrontClickSignInButtonActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignInButtonActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignInButtonActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontClickSignInButtonActionGroup" description: "Click on the Storefront Header 'Sign-In' link." - filename: "AdminAssertCustomerAccountInformationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerAccountInformationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerAccountInformationActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerAccountInformation" description: "Validates that the provided Customer details are present and correct on the Customer creation/edit page. Under the 'Account Information' section." - filename: "AdminAssertCustomerGroupOnProductFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnProductFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnProductFormActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerGroupOnProductForm" description: "" - filename: "StorefrontOpenCustomerLoginPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerLoginPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerLoginPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenCustomerLoginPageActionGroup" description: "Goes to the Storefront Customer Sign-In page." - filename: "SetGroupCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/SetGroupCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SetGroupCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "SetCustomerGroupForSelectedCustomersViaGrid" description: "Clicks on the 'Actions' dropdown menu. Clicks on 'Assign a Customer Group'. Clicks on 'Ok'." - filename: "AdminFilterCustomerGroupByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGroupByNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGroupByNameActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerGroupByNameActionGroup" description: "Filters the Admin Customers grid by the provided Customer Group Name." - filename: "AssertMessageCustomerLoginActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerLoginActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerLoginActionGroup.xml" module: "Customer" actiongroups: - name: "AssertMessageCustomerLoginActionGroup" description: "Validates that the provided Message/Message Type are present and correct." - filename: "AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAddressSetDefaultShippingAndBilling" description: "EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'." - filename: "StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertSuccessLoginToStorefrontActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontAssertSuccessLoginToStorefront" description: "EXTENDS: LoginToStorefrontActionGroup. Validates that the provided Customer name is present and correct." - filename: "SignUpNewUserFromStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SignUpNewUserFromStorefrontActionGroup.xml" module: "Customer" actiongroups: - name: "SignUpNewUserFromStorefrontActionGroup" @@ -4685,119 +4685,119 @@ description: "EXTENDS: SignUpNewUserFromStorefrontActionGroup. Adds a waitForPageLoad action to the Action Group. Removes the action for 'seeThankYouMessage'." - filename: "AssertCustomerGroupNotOnProductFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnProductFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnProductFormActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerGroupNotOnProductFormActionGroup" description: "Clicks on 'Advanced Pricing' on the Admin Customers creation/edit page. Validates that the provided Customer Group does NOT appear in the dropdown menu." - filename: "VerifyGroupCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/VerifyGroupCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/VerifyGroupCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "VerifyCustomerGroupForCustomer" description: "Clicks on the Edit link for the provided Customer Email Address." - filename: "AdminDeleteAddressInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteAddressInCustomersAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteAddressInCustomersAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminDeleteAddressInCustomersAddressGrid" description: "Deletes a Customer Address from the Customer creation/edit page under the 'Addresses' section." - filename: "AssertStorefrontCustomerSavedCardActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontCustomerSavedCardActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertStorefrontCustomerSavedCardActionGroup.xml" module: "Customer" actiongroups: - name: "AssertStorefrontCustomerSavedCardActionGroup" description: "" - filename: "NavigateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "NavigateToCustomerGroupPage" description: "Goes to the Admin Customer Groups page." - filename: "StorefrontFillBillingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillBillingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillBillingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillBillingAddressActionGroup" description: "" - filename: "StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontRegisterCustomerFromOrderSuccessPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontRegisterCustomerFromOrderSuccessPage" description: "Clicks on 'Create Account' on the Storefront Checkout Success page. Fills in the provided Customer details. Clicks on 'Create Account'. Validates that the Success Message is present and correct." - filename: "AssertMessageCustomerChangeAccountInfoActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerChangeAccountInfoActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertMessageCustomerChangeAccountInfoActionGroup.xml" module: "Customer" actiongroups: - name: "AssertMessageCustomerChangeAccountInfoActionGroup" description: "Validates that the provided Message/Message Type are present and correct." - filename: "StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountInfoEditPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenCustomerAccountInfoEditPageActionGroup" description: "Goes to the Storefront Customer Edit page." - filename: "AdminFilterCustomerByNameActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerByNameActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerByNameActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerByName" description: "Filters the Admin Customers grid by the provided Name." - filename: "AssertCustomerAccountPageTitleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerAccountPageTitleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerAccountPageTitleActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerAccountPageTitleActionGroup" description: "Validates that the provided Page Title is present and correct on the Storefront Customer Dashboard." - filename: "AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertNumberOfRecordsInCustomersAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertNumberOfRecordsInCustomersAddressGrid" description: "Validates that the Number of Records listed on the Customer grid page is present and correct." - filename: "AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCreateCustomerWithDefaultAddressWithoutPhoneActionGroup" description: "" - filename: "AssertCustomerResetPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerResetPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerResetPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerResetPasswordActionGroup" description: "Validates that the provided URL is present and correct. Validates that the provided Message/Message Type is present and correct." - filename: "AdminUpdateCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminUpdateCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminUpdateCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "AdminUpdateCustomerGroupByEmailActionGroup" description: "Goes to the Admin Customers grid page. Filters the grid for the provided Email Address. Edits the Customer. Updates the Customer Group with the provided Customer Group. Clicks on Save." - filename: "AdminConfigCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminConfigCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminConfigCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "SetCustomerDataLifetimeActionGroup" description: "Goes to the Customer Configuration page. Fills Customer Data Lifetime. Clicks on Save. Validates that the Success message is present." - filename: "DeleteCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/DeleteCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/DeleteCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "DeleteCustomerActionGroup" @@ -4807,14 +4807,14 @@ description: "Goes to the Admin Customers grid page. Deletes a Customer based on the provided Email Address." - filename: "AdminResetFilterInCustomerAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminResetFilterInCustomerAddressGrid" description: "Clears the Admin Customer Address grid Filters. Sets the grid view to 'Default View'." - filename: "StorefrontCustomerLogoutActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerLogoutActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerLogoutActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerLogoutActionGroup" @@ -4824,42 +4824,42 @@ description: "Clicks on Customer Account. Clicks on 'Sign-Out'. Validates that the success message is present and correct. PLEASE NOTE: The Success Message is hardcoded." - filename: "FillNewCustomerAddressRequiredFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillNewCustomerAddressRequiredFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillNewCustomerAddressRequiredFieldsActionGroup.xml" module: "Customer" actiongroups: - name: "FillNewCustomerAddressRequiredFieldsActionGroup" description: "" - filename: "AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertErrorMessageCustomerGroupAlreadyExistsActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertErrorMessageCustomerGroupAlreadyExists" description: "" - filename: "AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAndAssertSuccessMessageActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSaveCustomerAndAssertSuccessMessage" description: "Clicks on the Save button. Validates that the Success Message is present and correct. PLEASE NOTE: The message is Hardcoded." - filename: "AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCustomerFormActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerGroupOnCustomerForm" description: "" - filename: "AssertCustomerGroupOnCustomerFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupOnCustomerFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerGroupOnCustomerFormActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerGroupOnCustomerFormActionGroup" description: "Validates that the provided Customer Group is selected on the Admin Customer edit page." - filename: "StorefrontAddCustomerAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAddCustomerAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAddCustomerAddressActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontAddNewCustomerAddressActionGroup" @@ -4869,35 +4869,35 @@ description: "Goes to the Storefront Customer Add New Default Address page. Fills in the provided Address details. Clicks on Save." - filename: "AdminFilterCustomerGridByEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGridByEmailActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerGridByEmailActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerGridByEmail" description: "Filters the Admin Customers grid by the provided Email Address." - filename: "AdminSaveCustomerAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSaveCustomerAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSaveCustomerAddressActionGroup" description: "" - filename: "AdminDeleteCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "AdminDeleteCustomerActionGroup" description: "Goes to the Customers grid page. Check the row for the provided Customer Email Address. Delete the Customer." - filename: "AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup.xml" module: "Customer" actiongroups: - name: "AssertAuthorizationPopUpPasswordAutoCompleteOffActionGroup" description: "Validates that the Storefront Customer Sign-In popup form does NOT contain the 'autocomplete=off' attribute." - filename: "AdminEditCustomerAddressesFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressesFromActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressesFromActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAddressesFrom" @@ -4913,98 +4913,98 @@ description: "Selects the provided Option in the provided Customer Address Attribute drop down menu. Clicks on Save." - filename: "AssertCustomerLoggedInActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerLoggedInActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AssertCustomerLoggedInActionGroup.xml" module: "Customer" actiongroups: - name: "AssertCustomerWelcomeMessageActionGroup" description: "Validates that the Welcome message is present and correct, including the provided Customers Full Name." - filename: "SwitchAccountActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/SwitchAccountActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/SwitchAccountActionGroup.xml" module: "Customer" actiongroups: - name: "SignOut" description: "Click on the Backend Admin current Admin User menu. Click on 'Logout'. Validate that you are logged out." - filename: "StorefrontAssertRegistrationPageFieldsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertRegistrationPageFieldsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontAssertRegistrationPageFieldsActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontAssertRegistrationPageFields" description: "" - filename: "AdminAssertCustomerGroupPresentInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupPresentInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerGroupPresentInGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerGroupPresentInGrid" description: "" - filename: "OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenStorefrontStoredPaymentMethodsPageActionGroup.xml" module: "Customer" actiongroups: - name: "OpenStorefrontCustomerStoredPaymentMethodsPageActionGroup" description: "" - filename: "StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillCustomerLoginFormWithWrongPasswordActionGroup" description: "EXTENDS: StorefrontFillCustomerLoginFormActionGroup. Removes 'fillPassword'. Fills in an invalid Password." - filename: "StorefrontClickSignOnCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignOnCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontClickSignOnCustomerLoginFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontClickSignOnCustomerLoginFormActionGroup" description: "Click on the Customer Sign In button on the Storefront Customer Sign-In page." - filename: "StorefrontCustomerAddressBookNotContainsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNotContainsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookNotContainsActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerAddressBookNotContains" description: "Validate that the provided Address does NOT appear in the Storefront Customer Address list." - filename: "StorefrontOpenMyAccountPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenMyAccountPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenMyAccountPageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenMyAccountPageActionGroup" description: "" - filename: "AdminDeleteCustomerGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminDeleteCustomerGroupActionGroup.xml" module: "Customer" actiongroups: - name: "AdminDeleteCustomerGroupActionGroup" description: "Goes to the Customer Groups grid page. Filter results based on provided Customer Group Name. Delete Customer from grid page." - filename: "FillCustomerSignInPopupFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillCustomerSignInPopupFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/FillCustomerSignInPopupFormActionGroup.xml" module: "Customer" actiongroups: - name: "FillCustomerSignInPopupFormActionGroup" description: "Fills in the provided Customer details (Email and Password) in the Customer Sign In modal on the Storefront Checkout page. Clicks on Sign In." - filename: "LoginToStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontActionGroup.xml" module: "Customer" actiongroups: - name: "LoginToStorefrontActionGroup" description: "Goes to the Storefront Customer Sign In page. Logs in using the provided Customer." - filename: "StorefrontFillCustomerAccountCreationFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerAccountCreationFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillCustomerAccountCreationFormActionGroup" description: "Fills in the provided Customer details on the Storefront Customer creation page." - filename: "OpenEditCustomerFromAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenEditCustomerFromAdminActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenEditCustomerFromAdminActionGroup.xml" module: "Customer" actiongroups: - name: "OpenEditCustomerFromAdminActionGroup" @@ -5020,133 +5020,133 @@ description: "Goes to the Admin Customers grid page. Clicks on 'Clear Filters'." - filename: "AdminEditCustomerAddressNoZipNoStateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressNoZipNoStateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerAddressNoZipNoStateActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAddressNoZipNoState" description: "EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'. Clicks on 'Set Default' for Billing/Shipping." - filename: "OpenMyAccountPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenMyAccountPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/OpenMyAccountPageActionGroup.xml" module: "Customer" actiongroups: - name: "OpenMyAccountPageActionGroup" description: "Clicks on the Storefront Customer menu in the Header. Clicks on 'My Account'." - filename: "StorefrontCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "CustomerLogoutStorefrontByMenuItemsActionGroup" description: "Click on the Storefront Current Customer menu. Click on Logout." - filename: "StorefrontCustomerChangeEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerChangeEmailActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerChangeEmailActionGroup" description: "Change the Customer Email Address for a Customer Account via the Storefront Customer Dashboard page." - filename: "LoginToStorefrontWithEmailAndPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontWithEmailAndPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/LoginToStorefrontWithEmailAndPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "LoginToStorefrontWithEmailAndPassword" description: "Goes to the Storefront Customer Sign In page. Logs in using the provided Email and Password." - filename: "NavigateThroughCustomerTabsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateThroughCustomerTabsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateThroughCustomerTabsActionGroup.xml" module: "Customer" actiongroups: - name: "NavigateThroughCustomerTabsActionGroup" description: "Clicks on the provided Storefront Customer Dashboard Side Bar tab names." - filename: "StorefrontOpenCustomerAccountCreatePageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountCreatePageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontOpenCustomerAccountCreatePageActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontOpenCustomerAccountCreatePageActionGroup" description: "Goes to the Storefront Customer Create page." - filename: "AdminResetFilterInCustomerGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminResetFilterInCustomerGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminResetFilterInCustomerGrid" description: "Clears the Admin Customer grid Filters. Sets the grid view to 'Default View'." - filename: "AdminAssertCustomerDefaultShippingAddressActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultShippingAddressActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerDefaultShippingAddressActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerDefaultShippingAddress" description: "Validates that the provided Default Customer Shipping Address details are present and correct on the Customer creation/edit page. Under the section 'Addresses'." - filename: "AdminAssertAddressInCustomersAddressGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertAddressInCustomersAddressGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertAddressInCustomersAddressGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertAddressInCustomersAddressGrid" description: "Validates that the provided Customer Address is present in the Customer Address grid on the Customer creation/edit page. Under the 'Addresses' section." - filename: "StorefrontCustomerAddressBookContainsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookContainsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerAddressBookContainsActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerAddressBookContains" description: "Validate that the provided Address appears in the Storefront Customer Address list." - filename: "AdminOpenCustomerEditPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenCustomerEditPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminOpenCustomerEditPageActionGroup.xml" module: "Customer" actiongroups: - name: "AdminOpenCustomerEditPageActionGroup" description: "Goes to the Admin Customer Edit page for the provided Customer ID #." - filename: "EditCustomerAddressesFromAdminActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/EditCustomerAddressesFromAdminActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/EditCustomerAddressesFromAdminActionGroup.xml" module: "Customer" actiongroups: - name: "EditCustomerAddressesFromAdminActionGroup" description: "Adds the provided Address to a Customer from the Admin Customers creation/edit page." - filename: "AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminFilterCustomerAddressGridByPhoneNumberActionGroup.xml" module: "Customer" actiongroups: - name: "AdminFilterCustomerAddressGridByPhoneNumber" description: "Filters the Admin Customers grid by the provided Phone Number." - filename: "NavigateCustomerActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/NavigateCustomerActionGroup.xml" module: "Customer" actiongroups: - name: "NavigateToAllCustomerPage" description: "Goes to the Admin Customers grid page." - filename: "AdminCustomerSaveAndContinueActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerSaveAndContinueActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCustomerSaveAndContinueActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCustomerSaveAndContinue" description: "Clicks on 'Save and Continue' on the Customer creation/edit page." - filename: "AdminEditCustomerInformationFromActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerInformationFromActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminEditCustomerInformationFromActionGroup.xml" module: "Customer" actiongroups: - name: "AdminEditCustomerAccountInformationActionGroup" description: "Fills in the Customer First Name, Last Name and Email. Clicks on Save and Continue." - filename: "StorefrontCustomerGoToSidebarMenuActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerGoToSidebarMenuActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerGoToSidebarMenuActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerGoToSidebarMenu" description: "Click on the Storefront Customer Account Dashboard sub-menu based on the provided Menu Name." - filename: "AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateCustomerWithWebsiteAndStoreViewActionGroup.xml" module: "Customer" actiongroups: - name: "AdminCreateCustomerWithWebsiteAndStoreViewActionGroup" @@ -5156,42 +5156,42 @@ description: "Goes to the Customer grid page. Click on 'Add New Customer'. Fills provided Customer Data. Fill provided Customer Address data. Assigns Product to Website and Store View. Clicks on Save." - filename: "StorefrontFillCustomerLoginFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontFillCustomerLoginFormActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontFillCustomerLoginFormActionGroup" description: "Fills Storefront Customer Login Email Address. Fills Storefront Customer Login Password." - filename: "AdminSelectCustomerByEmailActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectCustomerByEmailActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectCustomerByEmailActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSelectCustomerByEmail" description: "Checks the Customer for the provided Customer Email Address in the Admin Customers grid." - filename: "AdminSelectAllCustomersActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectAllCustomersActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminSelectAllCustomersActionGroup.xml" module: "Customer" actiongroups: - name: "AdminSelectAllCustomers" description: "Selects All of the Customers in the Admin Customers grid." - filename: "StorefrontCustomerResetPasswordActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerResetPasswordActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/StorefrontCustomerResetPasswordActionGroup.xml" module: "Customer" actiongroups: - name: "StorefrontCustomerResetPasswordActionGroup" description: "Goes to the Storefront Customer Sign-In page. Clicks on 'Forgot Password'. Fills Email Address. Clicks on Reset Password." - filename: "AdminAssertCustomerInCustomersGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerInCustomersGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerInCustomersGridActionGroup.xml" module: "Customer" actiongroups: - name: "AdminAssertCustomerInCustomersGrid" description: "Validates that the provided Customer is present and correct in the Backend Customer grid page." - filename: "StorefrontCustomerWishlistActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Wishlist/Test/Mftf/ActionGroup/StorefrontCustomerWishlistActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Wishlist/Test/Mftf/ActionGroup/StorefrontCustomerWishlistActionGroup.xml" module: "Wishlist" actiongroups: - name: "StorefrontCustomerAddCategoryProductToWishlistActionGroup" @@ -5222,7 +5222,7 @@ description: "" - filename: "GenerateOrderReportActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Reports/Test/Mftf/ActionGroup/GenerateOrderReportActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Reports/Test/Mftf/ActionGroup/GenerateOrderReportActionGroup.xml" module: "Reports" actiongroups: - name: "GenerateOrderReportActionGroup" @@ -5232,28 +5232,28 @@ description: "Clicks on 'here' to refresh the grid data. Enters the provided Order From/To Dates and provided Order Status. Clicks on 'Show Report'." - filename: "AdminReviewOrderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminReviewOrderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Reports/Test/Mftf/ActionGroup/AdminReviewOrderActionGroup.xml" module: "Reports" actiongroups: - name: "AdminReviewOrderActionGroup" description: "Clicks on 'REPORTS' in the Admin side menu. Clicks on 'Ordered'. Clicks on 'Refresh'. Validates that the provided Product name appears in the list." - filename: "EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/EditCustomStoreGroupAcceptWarningMessageActionGroup.xml" module: "Store" actiongroups: - name: "EditCustomStoreGroupAcceptWarningMessageActionGroup" description: "EXTENDS: CreateCustomStore. Removes 'selectCreateStore'. Clicks on the 1st row. Clicks on Ok." - filename: "AssertStorefrontStoreCodeInUrlActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreCodeInUrlActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreCodeInUrlActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreCodeInUrlActionGroup" description: "Validates that the provided Store Code is present in the Storefront URL." - filename: "DeleteCustomStoreActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomStoreActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomStoreActionGroup.xml" module: "Store" actiongroups: - name: "DeleteCustomStoreActionGroup" @@ -5266,14 +5266,14 @@ description: "Goes to the Admin Stores grid page. Validates that the provided Store Group Name is NOT present in the grid." - filename: "StoreFrontProductValidationActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreFrontProductValidationActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreFrontProductValidationActionGroup.xml" module: "Store" actiongroups: - name: "StoreFrontProductValidationActionGroup" description: "Goes to the provided Storefront Product page. Validates that the provided Product details are present and correct." - filename: "AdminSwitchStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminSwitchStoreViewActionGroup" @@ -5283,35 +5283,35 @@ description: "EXTENDS: AdminSwitchStoreViewActionGroup. Clicks on the 'All Store Views' drop down menu. Validates that the 'All Store Views' options is present and correct." - filename: "AssertStoreGroupFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupFormActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreGroupFormActionGroup" description: "Clicks on the 1st row of the Admin Store grid page. Validates that the provided Website, Store Group Name/Code and Root Category are present and correct." - filename: "DeleteCustomWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/DeleteCustomWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "DeleteCustomWebsiteActionGroup" description: "Goes to the Admin Stores grid page. Searches the grid for the provided Website Name. Deletes the provided Website Name. Validates that the Success Message is present and correct." - filename: "AdminSwitchWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminSwitchWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "AdminSwitchWebsiteActionGroup" description: "Selects the provided Website from the 'Store View' dropdown menu on the Admin Grid pages." - filename: "AdminFilterStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminFilterStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminFilterStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminFilterStoreViewActionGroup" description: "Filters the Admin Catalog Product page based on the provided Store Group and Custom Store." - filename: "CreateCustomStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/CreateCustomStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/CreateCustomStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "CreateCustomStoreViewActionGroup" @@ -5321,14 +5321,14 @@ description: "Goes to the Admin Store Views creation page. Fills in the provided Store View, Store Group Name and Store View Status. Clicks on Save. Validates that the Success Message is present and correct." - filename: "AssertStoreFrontendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreFrontendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreFrontendActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreFrontendActionGroup" description: "Goes to the Storefront. Selects the provided Store in the Store View dropdown menu. Validates that the provided Store View #1 is selected. Validates that the provided Store View 2 is present in the dropdown menu." - filename: "StorefrontSwitchStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/StorefrontSwitchStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StorefrontSwitchStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "StorefrontSwitchStoreViewActionGroup" @@ -5338,7 +5338,7 @@ description: "EXTENDS: StorefrontSwitchStoreViewActionGroup. Clicks on the Default Store View." - filename: "AdminCreateWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "AdminCreateWebsiteActionGroup" @@ -5354,14 +5354,14 @@ description: "Clicks on the provided Website Name in the Admin Stores grid. Validates that the URL, Website Name/Code are present and correct." - filename: "AssertStoreViewFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewFormActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreViewFormActionGroup" description: "Validates that the provided Store, Name, Code and Status are present and correct on the Admin Stores creation/edit page." - filename: "AdminCreateStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminCreateStoreViewActionGroup" @@ -5383,28 +5383,28 @@ description: "Clicks on Save. Validates that the fields are required." - filename: "AssertStorefrontStoreVisibleInFooterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInFooterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInFooterActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreVisibleInFooterActionGroup" description: "Goes to the Storefront. Validates that the provided Store is present in the Footer Switch Store View drop down menu on the Storefront." - filename: "StoreViewDisabledErrorSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/StoreViewDisabledErrorSaveMessageActionGroup.xml" module: "Store" actiongroups: - name: "StoreViewDisabledErrorSaveMessageActionGroup" description: "Goes to the Admin Store View creation page. Fills in the provided Details (Store Group Name, Store View and Store View Status). Validates that the Error Message is present and correct." - filename: "AdminDeleteWebsiteActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteWebsiteActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteWebsiteActionGroup.xml" module: "Store" actiongroups: - name: "AdminDeleteWebsiteActionGroup" description: "Goes to the Admin Stores grid page. Deletes the provided Website Name." - filename: "AdminDeleteStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminDeleteStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "AdminDeleteStoreViewActionGroup" @@ -5417,21 +5417,21 @@ description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store View name. Validates that it does NOT appear in the grid." - filename: "AssertStoreGroupInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreGroupInGridActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreGroupInGridActionGroup" description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store Group Name. Validates that the provided Store Group Name is present and correct in the grid." - filename: "ChangeStoreInStoreViewActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/ChangeStoreInStoreViewActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/ChangeStoreInStoreViewActionGroup.xml" module: "Store" actiongroups: - name: "ChangeStoreInStoreViewActionGroup" description: "Clicks on the 1st row 'Store View' on the Admin Stores grid page. Selects the provided Store drop down menu. Clicks on Save. Validates that the Warning Message is present and correct." - filename: "AdminStoreGroupCreateActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminStoreGroupCreateActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminStoreGroupCreateActionGroup.xml" module: "Store" actiongroups: - name: "AdminStoreGroupCreateActionGroup" @@ -5441,7 +5441,7 @@ description: "Goes to the Admin Stores grid page. Searches the grid for the provided Store Group. Edits the Store. Adds the provided Website to the Store. Clicks on Save. Validates that the Success Message is present and correct." - filename: "AdminCreateNewStoreGroupActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateNewStoreGroupActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AdminCreateNewStoreGroupActionGroup.xml" module: "Store" actiongroups: - name: "AdminCreateNewStoreGroupActionGroup" @@ -5457,49 +5457,49 @@ description: "Clicks on the 1st Store in the 'Stores' grid. Validates that the provided Details (Website, Store Group Name, Store Group Code and Root Category) are present and correct." - filename: "AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreNotVisibleInFooterActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreNotVisibleInFooterActionGroup" description: "Goes to the Storefront. Validates that the provided Store is NOT present in the Footer Switch Store View drop down menu." - filename: "AssertStoreConfigurationBackendActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreConfigurationBackendActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreConfigurationBackendActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreConfigurationBackendActionGroup" description: "Goes to the 'Configuration' page. Clicks on the 'Store View' dropdown menu. Validates that the provided Website, Store, Store View 1 and Store View 2 are present and correct." - filename: "AssertStoreViewInGridActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewInGridActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStoreViewInGridActionGroup.xml" module: "Store" actiongroups: - name: "AssertStoreViewInGridActionGroup" description: "Goes the Admin Stores grid page. Searches the grid for the provided Store View Name. Validates that the provided Store View Name is present and correct in the grid." - filename: "AssertStorefrontStoreVisibleInHeaderActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInHeaderActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Store/Test/Mftf/ActionGroup/AssertStorefrontStoreVisibleInHeaderActionGroup.xml" module: "Store" actiongroups: - name: "AssertStorefrontStoreVisibleInHeaderActionGroup" description: "Goes to the Storefront. Validates that the provided Store is present in the Header Switch Store View drop down menu on the Storefront." - filename: "AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleLabelsSectionActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleLabelsSectionActionGroup" description: "Fills in the provided Rule details on a Admin Cart Price Rule creation/edit page." - filename: "StorefrontAddToTheCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontAddToTheCartActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontAddToTheCartActionGroup" description: "" - filename: "AdminCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "selectNotLoggedInCustomerGroup" @@ -5515,28 +5515,28 @@ description: "Sets the provided Condition (Actions Aggregator/Value, Child Attribute and Action Value) for Actions on the Admin Cart Price Rule creation/edit page." - filename: "AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCustomerGroupNotOnCartPriceRuleFormActionGroup.xml" module: "SalesRule" actiongroups: - name: "AssertCustomerGroupNotOnCartPriceRuleFormActionGroup" description: "Validates that the 'Customer Groups' section does NOT contain the provided Customer Group on the Admin Cart Price Rule creation/edit page." - filename: "AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertCartPriceRuleSuccessSaveMessageActionGroup.xml" module: "SalesRule" actiongroups: - name: "AssertCartPriceRuleSuccessSaveMessageActionGroup" description: "Clicks on the Save button on the Admin Cart Price Rule creation/edit page. Validates that the Success Message is present and correct." - filename: "AdminDeleteCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminDeleteCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminDeleteCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminDeleteCartPriceRuleActionGroup" description: "Goes to the Admin Cart Price Rules grid page. Filters the grid for the provided Rule Name. Deletes the Rule via the grid." - filename: "AdminCreateCartPriceRuleActionsSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionsSectionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionsSectionActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleActionsSectionDiscountFieldsActionGroup" @@ -5552,7 +5552,7 @@ description: "Selects the provided option in the 'Free Shipping' dropdown menu." - filename: "StorefrontSalesRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontSalesRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontSalesRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontApplyCouponActionGroup" @@ -5568,28 +5568,28 @@ description: "Goes to the provided Storefront Product URL. Fills in provided Quantity. Clicks Add to Cart. Goes to Checkout. Validates that the provided Discount Amount is present and correct." - filename: "AdminSalesRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminSalesRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminSalesRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "DeleteCartPriceRuleByName" description: "Goes to the Admin Cart Price Rules grid page. Filters the grid based on the provided Rule Name. Deletes the Price Rule via the grid." - filename: "AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleRuleInfoSectionActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleRuleInfoSectionActionGroup" description: "Goes to the Admin Cart Price Rule grid page. Clicks on Add New Rule. Fills in the provided Rule details." - filename: "StorefrontClickOnMiniCartActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontClickOnMiniCartActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontClickOnMiniCartActionGroup" description: "" - filename: "AdminFilterCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminFilterCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminFilterCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminFilterCartPriceRuleActionGroup" @@ -5599,7 +5599,7 @@ description: "EXTENDS: AdminFilterCartPriceRuleActionGroup. Removes 'goToEditRulePage'. Validates that the Empty Grid message is present and correct." - filename: "AdminCreateCartPriceRuleActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminCreateCartPriceRuleActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminCreateCartPriceRuleActionGroup" @@ -5624,49 +5624,49 @@ description: "EXTENDS: AdminCreateCartPriceRuleActionGroup. Clicks on 'Active'." - filename: "AdminOpenNewCartPriceRuleFormPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminOpenNewCartPriceRuleFormPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminOpenNewCartPriceRuleFormPageActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminOpenNewCartPriceRuleFormPageActionGroup" description: "Goes to the Admin Cart Price Rule creation page." - filename: "AssertStorefrontMiniCartItemsActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AssertStorefrontMiniCartItemsActionGroup.xml" module: "SalesRule" actiongroups: - name: "AssertStorefrontMiniCartItemsActionGroup" description: "" - filename: "StorefrontApplyDiscountCodeActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/StorefrontApplyDiscountCodeActionGroup.xml" module: "SalesRule" actiongroups: - name: "StorefrontApplyDiscountCodeActionGroup" description: "" - filename: "AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/AdminAssertCustomerGroupOnCartPriceRuleFormActionGroup.xml" module: "SalesRule" actiongroups: - name: "AdminAssertCustomerGroupOnCartPriceRuleForm" description: "" - filename: "ApplyCartRuleOnStorefrontActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/ApplyCartRuleOnStorefrontActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/SalesRule/Test/Mftf/ActionGroup/ApplyCartRuleOnStorefrontActionGroup.xml" module: "SalesRule" actiongroups: - name: "ApplyCartRuleOnStorefrontActionGroup" description: "Clicks on Add to Cart on a Storefront Product page. Validates that the Success Message is present and correct. Goes to the Storefront Shopping Cart page. Applies the provided Coupon Code to the Shopping Cart." - filename: "StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup.xml" module: "CatalogRuleConfigurable" actiongroups: - name: "StorefrontAssertUpdatedProductPriceInStorefrontProductPageActionGroup" description: "Validates that the provided Product Name and Price are present on a Storefront Product page." - filename: "StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" - repo: "https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" + repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/CatalogRuleConfigurable/Test/Mftf/ActionGroup/StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup.xml" module: "CatalogRuleConfigurable" actiongroups: - name: "StorefrontAssertCatalogPriceRuleAppliedToProductOptionActionGroup" From c130a5d1197b62f6b0c95eda9403ae00a7c5a9f2 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 18 Nov 2019 11:23:59 -0600 Subject: [PATCH 35/91] Fixed typo. --- _data/codebase/mftf/action-groups.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/codebase/mftf/action-groups.yml b/_data/codebase/mftf/action-groups.yml index e01d666d411..0df69d6abd4 100644 --- a/_data/codebase/mftf/action-groups.yml +++ b/_data/codebase/mftf/action-groups.yml @@ -3216,7 +3216,7 @@ module: "Checkout" actiongroups: - name: "AdminCheckoutSelectCheckMoneyOrderBillingMethodActionGroup" - description: "Selects the Billing Method "Check / Money order" on the Admin 'Create New Order for' page." + description: "Selects the Billing Method 'Check / Money order' on the Admin 'Create New Order for' page." - filename: "VerifyCheckoutPaymentOrderSummaryActionGroup.xml" repo: "https://github.com/magento/magento2/blob/2.3/app/code/Magento/Checkout/Test/Mftf/ActionGroup/VerifyCheckoutPaymentOrderSummaryActionGroup.xml" From a36c9e8b15b58ea2525f52f0d1798ec703fd218b Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 18 Nov 2019 11:29:51 -0600 Subject: [PATCH 36/91] Linting --- guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md index a3449ff29bf..e2e2f510a66 100644 --- a/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md +++ b/guides/v2.3/config-guide/elasticsearch/es-config-stopwords.md @@ -143,4 +143,5 @@ Save your changes to `di.xml` and exit the text editor. ``` 1. In your module, create the directory `etc/stopwords`, with the corresponding `.csv`. -Save your changes to `di.xml` and exit the text editor. \ No newline at end of file + +Save your changes to `di.xml` and exit the text editor. From 23bbb9efcd8fa205b275b0cd2ac7c02118ec4492 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 18 Nov 2019 12:02:47 -0600 Subject: [PATCH 37/91] Grammar and formatting --- guides/v2.2/javascript-dev-guide/javascript/js_debug.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/v2.2/javascript-dev-guide/javascript/js_debug.md b/guides/v2.2/javascript-dev-guide/javascript/js_debug.md index 5931fa36980..f96d104e98c 100644 --- a/guides/v2.2/javascript-dev-guide/javascript/js_debug.md +++ b/guides/v2.2/javascript-dev-guide/javascript/js_debug.md @@ -24,7 +24,8 @@ To locate scripts used for a certain element: Alternatively, you can open the `requirejs-config.js` file from the file system: `pub/static/_requirejs/frontend////requirejs-config.js` 1. In the `var config = {...}` section of `requirejs-config.js`, find the required script name, and view the path to its source file. This path is relative to certain directories, depending on whether it contains [module](https://glossary.magento.com/module) reference: - - If the module context is not specified, the path is relative to `/web` (current theme). If the file is not found there, according to the [assets fallback], it is searched for in parent theme `web` directory, and then `lib/web`(library) directory. For example, `knockoutjs/knockout` [script name]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Theme/view/base/requirejs-config.js#L10) resolves to `lib/web/knockoutjs/knockout.js`. + + - If the module context is not specified, the path is relative to `/web` (current theme). If the file is not found there, according to the assets fallback, it is searched for in the parent theme `web` directory, and then the `lib/web`(library) directory. For example, `knockoutjs/knockout` [script name]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Theme/view/base/requirejs-config.js#L10) resolves to `lib/web/knockoutjs/knockout.js`. - If the module context is specified, the path is relative to `/_/web` (current theme module). If the file is not found there, according to the assets fallback, it is searched for in the same location in the parent theme files, and then in the `` (module) directory. For example, `Magento_Catalog/js/list` [script name]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Catalog/view/frontend/requirejs-config.js#L9) resolves to `Magento_Catalog_module_dir/view/frontend/web/js/list.js`. ## Locate JS component: example @@ -50,7 +51,7 @@ According to the JS components initialization notation, this means that this cod To find the source file of `menu.js`, open `requirejs-config.js` by clicking the link to it in the section of the page source. The path to `menu.js` is specified there as follows: ```js - "menu": "mage/menu", +"menu": "mage/menu", ``` This means we should check for `mage/menu.js` the following locations, in the following priority order (according to the [assets fallback rules]): From 544c27c9f2d691076ec1d0c9cb789d0446df1416 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 18 Nov 2019 12:04:23 -0600 Subject: [PATCH 38/91] Trailing space --- guides/v2.2/rest/search-endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/rest/search-endpoint.md b/guides/v2.2/rest/search-endpoint.md index edc0511ade9..7e1aed86a6d 100644 --- a/guides/v2.2/rest/search-endpoint.md +++ b/guides/v2.2/rest/search-endpoint.md @@ -79,7 +79,7 @@ searchCriteria[filter_groups][0][filters][0][value]=digital watch ### Advanced searches -The `advanced_search_container` request performs more complex searches, like those possible on the Advanced Search page. +The `advanced_search_container` request performs more complex searches, like those possible on the Advanced Search page. The default filters for advanced searches can use the following [field] value: From a193df2d5fb7bec63e335e1424d48c45084c7875 Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Mon, 18 Nov 2019 12:18:52 -0600 Subject: [PATCH 39/91] Trailing spaces --- guides/v2.2/javascript-dev-guide/javascript/js_debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/v2.2/javascript-dev-guide/javascript/js_debug.md b/guides/v2.2/javascript-dev-guide/javascript/js_debug.md index f96d104e98c..13e208da9b5 100644 --- a/guides/v2.2/javascript-dev-guide/javascript/js_debug.md +++ b/guides/v2.2/javascript-dev-guide/javascript/js_debug.md @@ -24,7 +24,7 @@ To locate scripts used for a certain element: Alternatively, you can open the `requirejs-config.js` file from the file system: `pub/static/_requirejs/frontend////requirejs-config.js` 1. In the `var config = {...}` section of `requirejs-config.js`, find the required script name, and view the path to its source file. This path is relative to certain directories, depending on whether it contains [module](https://glossary.magento.com/module) reference: - + - If the module context is not specified, the path is relative to `/web` (current theme). If the file is not found there, according to the assets fallback, it is searched for in the parent theme `web` directory, and then the `lib/web`(library) directory. For example, `knockoutjs/knockout` [script name]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Theme/view/base/requirejs-config.js#L10) resolves to `lib/web/knockoutjs/knockout.js`. - If the module context is specified, the path is relative to `/_/web` (current theme module). If the file is not found there, according to the assets fallback, it is searched for in the same location in the parent theme files, and then in the `` (module) directory. For example, `Magento_Catalog/js/list` [script name]({{ site.mage2bloburl }}/{{ page.guide_version }}/app/code/Magento/Catalog/view/frontend/requirejs-config.js#L9) resolves to `Magento_Catalog_module_dir/view/frontend/web/js/list.js`. From 860c0e7a82131c5a332e9ad32e0dc46408e9d35c Mon Sep 17 00:00:00 2001 From: Ken Hicks Date: Mon, 18 Nov 2019 14:19:54 -0600 Subject: [PATCH 40/91] Google 3.0.2 updates release notes, release, compatibility. --- _data/compatibility.yml | 8 ++++++++ extensions/google-shopping-ads/release-notes/index.md | 4 +--- release/index.md | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_data/compatibility.yml b/_data/compatibility.yml index 4a4240615d9..d3c8d5a6ef2 100644 --- a/_data/compatibility.yml +++ b/_data/compatibility.yml @@ -35,6 +35,14 @@ extension: - name: Google Shopping ads Channel versions: + - + name: 3.0.2 + support: + 2.2.4+: general availability + 2.3.0: general availability + 2.3.1: general availability + 2.3.2: general availability + 2.3.3: general availability - name: 3.0.1 support: diff --git a/extensions/google-shopping-ads/release-notes/index.md b/extensions/google-shopping-ads/release-notes/index.md index 592a442ebdc..7f50afadefb 100644 --- a/extensions/google-shopping-ads/release-notes/index.md +++ b/extensions/google-shopping-ads/release-notes/index.md @@ -33,9 +33,7 @@ Google Shopping ads Channel 3.0.2 is compatible with versions 2.2.4+, 2.3.0, 2.3 - {:.fix}**Add to Cart**: Corrected an issue causing an error when hovering over an item on the store landing page and clicking **Add to Cart**. With this release, if all item required item options (size, color, etc) are not complete when attempting to **Add to Cart**, a message appears stating that you must choose options for your item. -- {:.fix}**Verify and Claim Site**: Corrected an issue causing your site to become [Unclaimed](https://docs.magento.com/m2/ee/user_guide/sales-channels/google-ads/manually-verify-claim-site.html) in your [Google Merchant Center account](https://docs.magento.com/m2/ee/user_guide/sales-channels/google-ads/google-account-managment.html) when attempting to create a new Google ads campaign. This issue also prevented the site from being reclaimed. - -- {:.fix}**Onboarding FAQ**: Corrected the _Read FAQ_ link on the initial _Welcome to Google Shopping ads Channel in Magento_ screen. +- {:.fix}**Onboarding FAQ**: Corrected the _Read FAQ_ link on the initial _Welcome to Google Shopping ads Channel in Magento_ screen. ### v3.0.1 diff --git a/release/index.md b/release/index.md index 1210972e36f..64f0ab17f5a 100644 --- a/release/index.md +++ b/release/index.md @@ -17,7 +17,7 @@ The following table describes the status of Magento software availability and wh | **Product Recommendations** | Early access January 2020 | [Email request](mailto:mailto:magento-product-recs-feedback@adobe.com) | | **PWA Studio** | Available now | [Documentation](http://pwastudio.io) and [GitHub](https://github.com/magento-research/pwa-studio) | | **Amazon Sales Channel 3.0.1** | Available now for {{site.data.var.ece}} 2.2.4+ and 2.3.x (US, Canada, Mexico, UK) | [Magento Marketplace](https://marketplace.magento.com/magento-module-amazon.html) | -| **Google Shopping ads Channel 3.0.1** | Available now for {{site.data.var.ece}} 2.2.4+ and 2.3.x
Bundled in Magento starting with 2.3.3, but still available on the Marketplace | [Magento Marketplace](http://marketplace.magento.com/magento-google-shopping-ads.html) | +| **Google Shopping ads Channel 3.0.2** | Available now for {{site.data.var.ece}} 2.2.4+ and 2.3.x
Bundled in Magento starting with 2.3.3, but still available on the Marketplace | [Magento Marketplace](http://marketplace.magento.com/magento-google-shopping-ads.html) | ## Patch schedule From 502840ce4e1c8a6b2121aef5f2ee9c9da3438239 Mon Sep 17 00:00:00 2001 From: Jeff Matthews Date: Mon, 18 Nov 2019 14:56:45 -0600 Subject: [PATCH 41/91] Markdown linting: Enable rule MD036 (emphasis used instead of a header) (#6023) * Added colons to common psuedo-headers * Added colons to less common psuedo headers * Added colons to more less common psuedo headers * Removed emphasis from captions --- README.md | 4 +- _checks/styles/style-rules-prod | 2 +- guides/v2.2/b2b/company-object.md | 36 +++---- guides/v2.2/b2b/company-structures.md | 52 ++++----- guides/v2.2/b2b/company-users.md | 24 ++--- guides/v2.2/b2b/credit-manage.md | 70 ++++++------ guides/v2.2/b2b/negotiable-checkout.md | 100 +++++++++--------- guides/v2.2/b2b/negotiable-manage.md | 52 ++++----- guides/v2.2/b2b/negotiable-order-workflow.md | 92 ++++++++-------- guides/v2.2/b2b/negotiable-update.md | 20 ++-- guides/v2.2/b2b/roles.md | 38 +++---- guides/v2.2/b2b/shared-cat-company.md | 24 ++--- guides/v2.2/b2b/shared-cat-manage.md | 34 +++--- guides/v2.2/b2b/shared-cat-product-assign.md | 48 ++++----- .../cloud/cdn/cloud-vcl-custom-snippets.md | 2 +- .../cloud/cdn/fastly-image-optimization.md | 2 +- .../v2.2/cloud/cdn/fastly-vcl-badreferer.md | 2 +- guides/v2.2/cloud/cdn/fastly-vcl-whitelist.md | 2 +- .../cloud/live/stage-prod-migrate-prereq.md | 2 +- guides/v2.2/cloud/live/stage-prod-migrate.md | 2 +- .../v2.2/cloud/onboarding/onboarding-tasks.md | 2 +- guides/v2.2/cloud/reference/cloud-composer.md | 2 +- .../release-notes/cloud-release-archive.md | 22 ++-- .../code-standard-demarcation.md | 62 +++++------ .../coding-standards/code-standard-html.md | 22 ++-- .../coding-standards/code-standard-less.md | 10 +- .../docblock-standard-general.md | 36 ++++--- .../technical-vision/webapi.md | 8 +- .../config-cli-subcommands-config-mgmt-set.md | 10 +- .../deployment/pipeline/technical-details.md | 2 +- .../contributor-guide/contributing_dod.md | 4 +- .../number-formats/number-formats.md | 8 +- .../admin/placement-and-design.md | 16 +-- .../storefront/storefront-best-practices.md | 6 +- .../tutorials/copy-fieldsets.md | 4 +- .../build/module-file-structure.md | 2 +- guides/v2.2/extension-dev-guide/depend-inj.md | 2 +- guides/v2.2/extension-dev-guide/plugins.md | 2 +- .../extension-dev-guide/prepare/lifecycle.md | 2 +- guides/v2.2/extension-dev-guide/routing.md | 2 +- .../versioning/check-version.md | 8 +- .../versioning/codebase-changes.md | 2 +- .../versioning/dependencies.md | 2 +- .../layouts/xml-instructions.md | 2 +- .../frontend-dev-guide/themes/debug-theme.md | 2 +- .../themes/theme-inherit.md | 6 +- .../themes/theme-workflow.md | 2 +- .../tools/tools_overview.md | 2 +- .../v2.2/install-gde/basics/basics_login.md | 2 +- .../install-gde/basics/basics_os-version.md | 2 +- .../install/cli/install-cli-backup.md | 2 +- .../install/cli/install-cli-install.md | 6 +- .../javascript-dev-guide/conventions_js.md | 4 +- .../javascript/js-resources.md | 6 +- .../javascript/js_logger.md | 42 ++++---- .../v2.2/mtf/create_test/create_new_test.md | 26 ++--- guides/v2.2/mtf/features/reporting.md | 2 +- guides/v2.2/mtf/features/test_suite.md | 6 +- .../slideouts-modals-overalys.md | 36 +++---- .../Expandable_Sections/expand-collapse.md | 3 +- .../progressIndicator/progressIndicator.md | 2 +- .../date_time_selector/date_time_selector.md | 12 +-- .../form_elements/form_elements.md | 10 +- .../image_uploader/image_uploader.md | 12 +-- .../pattern-library/navigation/links/links.md | 4 +- .../navigation/wizard/wizard.md | 22 ++-- .../configuration.md | 2 +- guides/v2.2/rest/modules/catalog-pricing.md | 92 ++++++++-------- .../v2.2/rest/operation-status-endpoints.md | 4 +- guides/v2.2/rest/operation-status-search.md | 4 +- .../v2.2/rest/retrieve-filtered-responses.md | 4 +- .../create-configurable-product.md | 6 +- .../create-personalization-option.md | 6 +- .../create-simple-products.md | 6 +- .../define-config-product-options.md | 12 +-- .../configurable-product/plan-product.md | 8 +- guides/v2.2/rest/tutorials/index.md | 8 +- .../rest/tutorials/orders/order-add-items.md | 32 +++--- .../tutorials/orders/order-admin-token.md | 16 +-- .../tutorials/orders/order-create-customer.md | 16 +-- .../tutorials/orders/order-create-invoice.md | 16 +-- .../tutorials/orders/order-create-order.md | 16 +-- .../tutorials/orders/order-create-quote.md | 8 +- .../tutorials/orders/order-create-shipment.md | 8 +- .../tutorials/orders/order-issue-refund.md | 8 +- .../orders/order-prepare-checkout.md | 16 +-- .../prerequisite-tasks/create-admin-token.md | 8 +- guides/v2.2/ui_comp_guide/bk-ui_comps.md | 4 +- .../concepts/ui_comp_modifier_concept.md | 6 +- .../concepts/ui_comp_uiregistry.md | 2 +- .../code-standard-demarcation.md | 68 ++++++------ .../build/module-file-structure.md | 2 +- .../declarative-schema/db-schema.md | 4 +- .../extension-dev-guide/prepare/lifecycle.md | 2 +- guides/v2.3/extension-dev-guide/routing.md | 2 +- .../layouts/xml-instructions.md | 2 +- guides/v2.3/graphql/develop/resolvers.md | 4 +- guides/v2.3/graphql/functional-testing.md | 16 +-- .../get-customer-authorization-token.md | 4 +- .../mutations/add-configurable-products.md | 4 +- .../graphql/mutations/add-simple-products.md | 8 +- .../graphql/mutations/add-virtual-products.md | 4 +- guides/v2.3/graphql/mutations/apply-coupon.md | 4 +- .../v2.3/graphql/mutations/apply-giftcard.md | 4 +- .../graphql/mutations/apply-store-credit.md | 4 +- .../mutations/change-customer-password.md | 4 +- .../create-braintree-client-token.md | 4 +- .../mutations/create-customer-address.md | 4 +- .../v2.3/graphql/mutations/create-customer.md | 4 +- .../graphql/mutations/create-empty-cart.md | 8 +- .../mutations/create-payflow-pro-token.md | 4 +- .../mutations/create-paypal-express-token.md | 4 +- .../mutations/delete-customer-address.md | 4 +- .../graphql/mutations/delete-payment-token.md | 4 +- .../mutations/generate-customer-token.md | 4 +- .../mutations/handle-payflow-pro-response.md | 4 +- guides/v2.3/graphql/mutations/place-order.md | 4 +- .../mutations/redeem-giftcard-balance.md | 4 +- .../v2.3/graphql/mutations/remove-coupon.md | 4 +- .../v2.3/graphql/mutations/remove-giftcard.md | 4 +- guides/v2.3/graphql/mutations/remove-item.md | 4 +- .../graphql/mutations/remove-store-credit.md | 4 +- .../mutations/revoke-customer-token.md | 4 +- .../graphql/mutations/send-email-to-friend.md | 4 +- .../graphql/mutations/set-billing-address.md | 4 +- .../v2.3/graphql/mutations/set-guest-email.md | 4 +- .../graphql/mutations/set-payment-method.md | 4 +- .../mutations/set-payment-place-order.md | 4 +- .../graphql/mutations/set-shipping-address.md | 4 +- .../graphql/mutations/set-shipping-method.md | 4 +- .../graphql/mutations/update-cart-items.md | 4 +- .../mutations/update-customer-address.md | 4 +- .../v2.3/graphql/mutations/update-customer.md | 4 +- .../graphql/payment-methods/authorize-net.md | 4 +- .../payment-methods/braintree-vault.md | 4 +- .../v2.3/graphql/payment-methods/braintree.md | 4 +- .../graphql/payment-methods/hosted-pro.md | 4 +- .../payment-methods/payflow-express.md | 4 +- .../graphql/payment-methods/payflow-link.md | 4 +- .../graphql/payment-methods/payflow-pro.md | 4 +- .../payment-methods/payments-advanced.md | 4 +- .../paypal-express-checkout.md | 4 +- .../graphql/product/configurable-product.md | 2 +- .../graphql/product/downloadable-product.md | 4 +- guides/v2.3/graphql/queries/cart.md | 4 +- guides/v2.3/graphql/queries/category.md | 8 +- .../graphql/queries/checkout-agreements.md | 4 +- guides/v2.3/graphql/queries/cms-blocks.md | 4 +- guides/v2.3/graphql/queries/cms-page.md | 4 +- .../queries/custom-attribute-metadata.md | 4 +- .../queries/customer-downloadable-products.md | 4 +- .../v2.3/graphql/queries/customer-orders.md | 4 +- .../queries/customer-payment-tokens.md | 4 +- guides/v2.3/graphql/queries/customer.md | 8 +- .../graphql/queries/directory-countries.md | 4 +- .../v2.3/graphql/queries/directory-country.md | 4 +- .../graphql/queries/directory-currency.md | 4 +- .../graphql/queries/get-hosted-pro-url.md | 4 +- .../graphql/queries/get-payflow-link-token.md | 4 +- .../v2.3/graphql/queries/giftcard-account.md | 4 +- guides/v2.3/graphql/queries/index.md | 8 +- .../graphql/queries/is-email-available.md | 4 +- guides/v2.3/graphql/queries/products.md | 14 +-- guides/v2.3/graphql/queries/store-config.md | 16 +-- guides/v2.3/graphql/queries/url-resolver.md | 4 +- guides/v2.3/graphql/queries/wishlist.md | 4 +- .../checkout/checkout-add-product-to-cart.md | 8 +- .../checkout/checkout-billing-address.md | 16 +-- .../tutorials/checkout/checkout-coupon.md | 8 +- .../tutorials/checkout/checkout-customer.md | 8 +- .../checkout/checkout-payment-method.md | 12 +-- .../checkout/checkout-place-order.md | 4 +- .../checkout/checkout-quote-email.md | 4 +- .../checkout/checkout-shipping-address.md | 12 +-- .../checkout/checkout-shipping-method.md | 4 +- .../checkout/checkout-shopping-cart.md | 4 +- .../configuration.md | 2 +- .../rest/modules/inventory/bulk-inventory.md | 34 +++--- .../inventory/check-salable-quantity.md | 30 +++--- .../modules/inventory/link-stocks-sources.md | 30 +++--- .../modules/inventory/manage-low-quantity.md | 24 ++--- .../modules/inventory/manage-source-items.md | 24 ++--- .../inventory/manage-source-selection.md | 44 ++++---- .../rest/modules/inventory/manage-sources.md | 30 +++--- .../rest/modules/inventory/manage-stocks.md | 36 +++---- .../v2.3/rest/operation-status-endpoints.md | 4 +- guides/v2.3/rest/operation-status-search.md | 4 +- .../v2.3/rest/retrieve-filtered-responses.md | 4 +- .../create-configurable-simple-products.md | 6 +- .../create-personalization-option.md | 6 +- .../define-config-product-options.md | 12 +-- .../bulk-configurable-product/plan-product.md | 8 +- guides/v2.3/rest/tutorials/index.md | 12 +-- .../inventory/assign-source-to-stock.md | 10 +- .../inventory/bulk-transfer-products.md | 14 +-- .../inventory/create-cart-add-products.md | 48 ++++----- .../tutorials/inventory/create-customer.md | 30 +++--- .../tutorials/inventory/create-invoice.md | 10 +- .../rest/tutorials/inventory/create-order.md | 10 +- .../tutorials/inventory/create-shipment.md | 28 ++--- .../tutorials/inventory/create-sources.md | 10 +- .../rest/tutorials/inventory/create-stock.md | 10 +- .../inventory/prepare-for-checkout.md | 20 ++-- .../reassign-products-to-another-source.md | 20 ++-- .../v2.3/rest/tutorials/inventory/run-ssa.md | 20 ++-- .../tutorials/orders/order-issue-refund.md | 8 +- guides/v2.3/ui_comp_guide/bk-ui_comps.md | 4 +- marketplace/eqp/v1/auth.md | 6 +- marketplace/eqp/v1/files.md | 10 +- marketplace/eqp/v1/filtering.md | 4 +- marketplace/eqp/v1/packages.md | 18 ++-- marketplace/eqp/v1/users.md | 24 ++--- 212 files changed, 1237 insertions(+), 1234 deletions(-) diff --git a/README.md b/README.md index 1423ab6eb0a..dd748223ff7 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ruby -v ### Install the latest Ruby (if the Ruby version is less than 2.4) -**MacOS users** +**MacOS users:** 1. Install Homebrew. See the [Homebrew site](https://brew.sh) for instructions. 1. Use Homebrew to install the latest stable version of Ruby: @@ -37,7 +37,7 @@ ruby -v brew install ruby ``` -**Unix, Windows, and other OS users** +**Unix, Windows, and other OS users:** See the [Ruby site](https://www.ruby-lang.org/en/documentation/installation) for instructions. diff --git a/_checks/styles/style-rules-prod b/_checks/styles/style-rules-prod index 92b0c6e27b4..bdd573c2e33 100644 --- a/_checks/styles/style-rules-prod +++ b/_checks/styles/style-rules-prod @@ -29,7 +29,7 @@ rule 'MD032' exclude_rule 'MD033' exclude_rule 'MD034' rule 'MD035' -exclude_rule 'MD036' +rule 'MD036' rule 'MD037' rule 'MD038' exclude_rule 'MD039' diff --git a/guides/v2.2/b2b/company-object.md b/guides/v2.2/b2b/company-object.md index 80d5cc1eef5..ac8c7389f1d 100644 --- a/guides/v2.2/b2b/company-object.md +++ b/guides/v2.2/b2b/company-object.md @@ -16,11 +16,11 @@ functional_areas: This section describes the REST endpoints used to manage `Company` objects. -**Service Name** +**Service Name:** `companyCompanyRepositoryV1` -**REST Endpoints** +**REST Endpoints:** ```json POST /V1/company/ @@ -30,7 +30,7 @@ DELETE /V1/company/:companyId GET /V1/company/ ``` -**CompanyInterface Parameters** +**CompanyInterface Parameters:** The following table lists the parameters defined in `CompanyInterface`. @@ -61,11 +61,11 @@ Name | Description | Format | Requirements The following example creates a company and assigns the default shared catalog (`customer_group_id`). The company admin (`super_user_id`) must be a previously-defined `customer_id`. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/company/` -**Payload** +**Payload:** ```json { @@ -87,7 +87,7 @@ The following example creates a company and assigns the default shared catalog ( } ``` -**Response** +**Response:** ```json { @@ -121,11 +121,11 @@ The following example creates a company and assigns the default shared catalog ( The following call changes the company status to Rejected (`2`) and explains why. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/company/2` -**Payload** +**Payload:** ```json { @@ -150,7 +150,7 @@ The following call changes the company status to Rejected (`2`) and explains why } ``` -**Response** +**Response:** ```json { @@ -183,15 +183,15 @@ The following call changes the company status to Rejected (`2`) and explains why ### Return all information about a company This call returns detailed information about the specified company. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/company/2` -**Payload** +**Payload:** None -**Response** +**Response:** ```json { @@ -226,15 +226,15 @@ None When you delete a company, Magento assigns the "Inactive" status to all company members. The system also removes company ID from the customer profile of all company members. -**Sample Usage** +**Sample Usage:** `DELETE /rest//V1/company/2` -**Payload** +**Payload:** None -**Response** +**Response:** `true`, indicating the request was successful @@ -244,15 +244,15 @@ The following call returns all companies that are located in California (`region See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/company?searchCriteria[filter_groups][0][filters][0][field]=region_id&searchCriteria[filter_groups][0][filters][0][value]=12&searchCriteria[filter_groups][0][filters][0][condition_type]=eq` -**Payload** +**Payload:** None -**Response** +**Response:** {% collapsible Show code sample %} ```json diff --git a/guides/v2.2/b2b/company-structures.md b/guides/v2.2/b2b/company-structures.md index d8467854c66..99c7bfb6fe2 100644 --- a/guides/v2.2/b2b/company-structures.md +++ b/guides/v2.2/b2b/company-structures.md @@ -13,11 +13,11 @@ functional_areas: Company teams allow you to group company users by location, job responsibilities, or any criteria you choose. You can assign individual company users to a team with the company hierarchy endpoints. -**Service name** +**Service name:** `companyTeamRepositoryV1` -**REST Endpoints** +**REST Endpoints:** ```terminal POST /V1/team/:companyId @@ -27,7 +27,7 @@ DELETE /V1/team/:teamId GET /V1/team/ ``` -**Company team parameters** +**Company team parameters:** Name | Description | Format | Requirements --- | --- | --- | --- @@ -39,11 +39,11 @@ description | An optional description of the team. | string | Optional A newly-created team is placed under Company Admin in the company hierarchy. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/team/2` -**Payload** +**Payload:** ```json { @@ -54,7 +54,7 @@ A newly-created team is placed under Company Admin in the company hierarchy. } ``` -**Response** +**Response:** The team ID, such as `4`. @@ -62,11 +62,11 @@ The team ID, such as `4`. You can only change the name or description of a team. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/team/4` -**Payload** +**Payload:** ```json { @@ -77,7 +77,7 @@ You can only change the name or description of a team. } ``` -**Response** +**Response:** `true`, indicating the request was successful @@ -85,15 +85,15 @@ You can only change the name or description of a team. The `GET` call returns the team `id`, `name`, and `description`. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/team/4` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { @@ -107,15 +107,15 @@ Not applicable You cannot delete a team if members are assigned to it. -**Sample Usage** +**Sample Usage:** `DELETE /rest//V1/team/4` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** An empty array @@ -125,15 +125,15 @@ The following query returns information about all teams (`team_id` ≥ `0`) See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/team?searchCriteria[filter_groups][0][filters][0][field]=team_id&searchCriteria[filter_groups][0][filters][0][value]=0&searchCriteria[filter_groups][0][filters][0][condition_type]=gteq` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** {% collapsible Show code sample %} ```json @@ -175,11 +175,11 @@ In the B2B storefront, a buyer can view the company structure represented as a h You can use REST endpoints to retrieve the current structure and move teams and buyers within the hierarchy. You cannot delete teams or buyers. -**Service name** +**Service name:** `companyHierarchyV1` -**REST Endpoints** +**REST Endpoints:** ```terminal GET /V1/hierarchy/:id @@ -201,15 +201,15 @@ Admin (structure_id = 2) | |-- Teresa Gomez (customer, structure_id = 5) ``` -**Sample Usage** +**Sample Usage:** `GET /rest//V1/hierarchy/2` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** {% collapsible Show code sample %} @@ -265,11 +265,11 @@ Not applicable The following example moves Bryce Martin (`structure_id = 4`) to the West team (`structure_id = 7`) -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/hierarchy/move/5` -**Payload** +**Payload:** ```json { @@ -277,7 +277,7 @@ The following example moves Bryce Martin (`structure_id = 4`) to the West team ( } ``` -**Response** +**Response:** `[]` (an empty array) diff --git a/guides/v2.2/b2b/company-users.md b/guides/v2.2/b2b/company-users.md index 0a65c530eca..558283bf835 100644 --- a/guides/v2.2/b2b/company-users.md +++ b/guides/v2.2/b2b/company-users.md @@ -16,18 +16,18 @@ This topic discusses only the features of the `customerCustomerRepositoryV1` ser This section describes the REST endpoints used to manage company users. -**Service Name** +**Service Name:** `customerCustomerRepositoryV1` -**REST Endpoints** +**REST Endpoints:** ```terminal POST /V1/customers/ PUT /V1/customers/:customerId ``` -**Company user parameters** +**Company user parameters:** The following table lists the parameters that can be used to create a company user. @@ -43,11 +43,11 @@ Name | Description | Format | Requirements The `POST /V1/customers` call creates a Magento customer. B2B extends the `customerAccountManagementV1` service so that you can create a company user. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/customers` -**Payload** +**Payload:** Add the `company_attributes` code block to the payload that is required to create a standard customer. @@ -82,7 +82,7 @@ Full example: } ``` -**Response** +**Response:** ```json { @@ -116,11 +116,11 @@ The following example changes the status of a company user to inactive. If you change the `status` to inactive, the account is locked. If the company user has child users, the system re-assigns the child users to the parent of the deactivated user. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/customers/13` -**Payload** +**Payload:** ```json { @@ -140,7 +140,7 @@ If you change the `status` to inactive, the account is locked. If the company us } ``` -**Response** +**Response:** ```json { @@ -172,15 +172,15 @@ If the specified company user has child users, the system re-assigns the child u Magento locks the deleted user's quotes and changes their status to Closed. The system does not allow to make changes on such quotes. -**Sample Usage** +**Sample Usage:** `DELETE /rest//V1/customers/13` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** `true`, indicating the request was successful diff --git a/guides/v2.2/b2b/credit-manage.md b/guides/v2.2/b2b/credit-manage.md index a32fa284782..33913989803 100644 --- a/guides/v2.2/b2b/credit-manage.md +++ b/guides/v2.2/b2b/credit-manage.md @@ -19,7 +19,7 @@ The credit limit is allocated by seller, while available credit and outstanding When you create a company, the credit limit is set to 0. Use the `PUT /V1/companyCredits/:id` call to change this value and perform other updates to the company's credit settings. -**REST Endpoints** +**REST Endpoints:** ```terminal PUT /V1/companyCredits/:id @@ -28,7 +28,7 @@ GET /V1/companyCredits/company/:companyId GET /V1/companyCredits/ ``` -**Company credit parameters** +**Company credit parameters:** Name | Description | Format | Requirements --- | --- | --- | --- @@ -45,15 +45,15 @@ Name | Description | Format | Requirements This call changes the company's credit limit to $1000. The `available_limit` parameter is calculated, so you cannot specify the value. -**Service Name** +**Service Name:** `companyCreditCreditLimitRepositoryV1` -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/companyCredits/2` -**Payload** +**Payload:** ```json { @@ -66,7 +66,7 @@ This call changes the company's credit limit to $1000. The `available_limit` par } ``` -**Response** +**Response:** ```json { @@ -84,19 +84,19 @@ This call changes the company's credit limit to $1000. The `available_limit` par This call returns data on the credit limit for the specified credit ID. -**Service Name** +**Service Name:** `companyCreditCreditLimitRepositoryV1` -**Sample Usage** +**Sample Usage:** `GET /rest//V1/companyCredits/2` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { @@ -114,19 +114,19 @@ Not applicable This call returns information about the credit limit for a specified company. -**Service Name** +**Service Name:** `companyCreditCreditLimitManagementV1` -**Sample Usage** +**Sample Usage:** `GET /rest//V1/companyCredits/company/2` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { @@ -146,15 +146,15 @@ The following call returns information for all companies whose credit balance is See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/companyCredits?searchCriteria[filter_groups][0][filters][0][field]=balance&searchCriteria[filter_groups][0][filters][0][value]=0&searchCriteria[filter_groups][0][filters][0][condition_type]=eq` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** {% collapsible Show code sample %} @@ -211,18 +211,18 @@ Not applicable The company's outstanding balance can be updated as the buyer makes payments, purchases, and other transactions. -**Service Name** +**Service Name:** `companyCreditCreditBalanceManagementV1` -**REST Endpoints** +**REST Endpoints:** ```terminal POST /V1/companyCredits/:creditId/decreaseBalance POST /V1/companyCredits/:creditId/increaseBalance ``` -**Balance Parameters** +**Balance Parameters:** Name | Description | Format | Requirements --- | --- | --- | --- @@ -232,7 +232,7 @@ Name | Description | Format | Requirements `comment` | Describers the operation | String | Optional `options` | An object that provides additional information for increasing or decreasing the credit balance | Object | Optional -**`options` parameters** +**`options` parameters:** Name | Description | Format | Requirements --- | --- | --- | --- @@ -245,11 +245,11 @@ Name | Description | Format | Requirements This call increases the company credit with an Allocate, Update, Refund, Revert, or Reimburse transaction. (You cannot specify the Purchased (3) operation type.) This call also decreases the company's outstanding balance. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/companyCredits/2/increaseBalance` -**Payload** +**Payload:** ```json { @@ -260,7 +260,7 @@ This call increases the company credit with an Allocate, Update, Refund, Revert, } ``` -**Response** +**Response:** `true`, indicating the increase to the company credit balance succeeded @@ -268,11 +268,11 @@ This call increases the company credit with an Allocate, Update, Refund, Revert, This call decreases the company credit with an Update (operation type = 2), Purchased (3), or Reimbursed (4) transaction. (You cannot specify the other operation types.) This call also increases company's outstanding balance. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/companyCredits/2/decreaseBalance` -**Payload** +**Payload:** ```json { @@ -283,7 +283,7 @@ This call decreases the company credit with an Update (operation type = 2), Purc } ``` -**Response** +**Response:** `true`, indicating the decrease to the company credit balance succeeded @@ -291,10 +291,10 @@ This call decreases the company credit with an Update (operation type = 2), Purc A Reimburse transaction can be updated to include a purchase order and comment. -**Service Name** +**Service Name:** `companyCreditCreditHistoryManagementV1` -**REST Endpoints** +**REST Endpoints:** ``` GET /V1/companyCredits/history PUT /V1/companyCredits/history/:historyId @@ -304,11 +304,11 @@ PUT /V1/companyCredits/history/:historyId This call updates the credit history to specify a purchase order number. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/companyCredits/history/6` -**Payload** +**Payload:** ```json { @@ -317,7 +317,7 @@ This call updates the credit history to specify a purchase order number. } ``` -**Response** +**Response:** `true`, indicating the call was successful @@ -327,15 +327,15 @@ The following call returns a list instances in which the credit limit was set to See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/companyCredits/history?searchCriteria[filter_groups][0][filters][0][field]=credit_limit&searchCriteria[filter_groups][0][filters][0][value]=500&searchCriteria[filter_groups][0][filters][0][condition_type]=gt` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { diff --git a/guides/v2.2/b2b/negotiable-checkout.md b/guides/v2.2/b2b/negotiable-checkout.md index c4e5a736120..8f0ad7a3df8 100644 --- a/guides/v2.2/b2b/negotiable-checkout.md +++ b/guides/v2.2/b2b/negotiable-checkout.md @@ -21,7 +21,7 @@ The following diagram illustrates the workflow for {{site.data.var.b2b}} negotia A negotiated quote can be initiated without a shipping address. However, before the order can be placed, the shipping address must be provided. -**REST Endpoints** +**REST Endpoints:** ```json POST /V1/negotiable-carts/:cartId/estimate-shipping-methods @@ -33,15 +33,15 @@ POST /V1/negotiable-carts/:cartId/shipping-information This call takes a full shipping address as input and estimates shipping fees. It returns a list of available shipping methods. -**Service Name** +**Service Name:** `negotiableQuoteShipmentEstimationV1` -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiable-carts/86/estimate-shipping-methods` -**Payload** +**Payload:** ```json { @@ -61,7 +61,7 @@ This call takes a full shipping address as input and estimates shipping fees. It } ``` -**Response** +**Response:** ```json [ @@ -84,15 +84,15 @@ This call takes a full shipping address as input and estimates shipping fees. It This call takes an address ID as input and estimates shipping fees. It returns a list of available shipping methods. -**Service Name** +**Service Name:** `negotiableQuoteShippingMethodManagementV1` -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiable-carts/86/estimate-shipping-methods-by-address-id` -**Payload** +**Payload:** ```json { @@ -100,7 +100,7 @@ This call takes an address ID as input and estimates shipping fees. It returns a } ``` -**Response** +**Response:** ```json [ @@ -123,15 +123,15 @@ This call takes an address ID as input and estimates shipping fees. It returns a In this call, you specify the shipping and billing addresses, as well as the selected `shipping_carrier_code` and `shipping_method_code`. Magento returns a list of payment options and calculates the order totals. -**Service Name** +**Service Name:** `negotiableQuoteShippingMethodManagementV1` -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiable-carts/86/shipping-information` -**Payload** +**Payload:** ```json { @@ -170,7 +170,7 @@ In this call, you specify the shipping and billing addresses, as well as the sel } ``` -**Response** +**Response:** {% collapsible Show code sample %} @@ -341,11 +341,11 @@ In this call, you specify the shipping and billing addresses, as well as the sel If the billing address isn't provided through another call, use the `POST /V1/negotiable-carts/:cartId/billing-address` to specify it. -**Service Name** +**Service Name:** `negotiableQuoteBillingAddressManagementV1` -**REST Endpoints** +**REST Endpoints:** ```json POST /V1/negotiable-carts/:cartId/billing-address @@ -356,11 +356,11 @@ GET /V1/negotiable-carts/:cartId/billing-address This call assigns a billing address to the specified negotiable quote. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiable-carts/86/billing-address` -**Payload** +**Payload:** ```json { "address": { @@ -383,7 +383,7 @@ This call assigns a billing address to the specified negotiable quote. } ``` -**Response** +**Response:** [] @@ -391,15 +391,15 @@ This call assigns a billing address to the specified negotiable quote. This call returns the billing address for the specified negotiable quote. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/negotiable-carts/86/billing-address` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { @@ -427,11 +427,11 @@ Not applicable B2B allows coupons to be used toward payment. -**Service Name** +**Service Name:** `negotiableQuoteCouponManagementV1` -**REST Endpoints** +**REST Endpoints:** ```json PUT /V1/negotiable-carts/:cartId/coupons/:couponCode @@ -442,15 +442,15 @@ DELETE /V1/negotiable-carts/:cartId/coupons If the initial quote applies a coupon to the totals, Magento ignores the coupon when it converts the quote to a negotiable quote. However, you can apply a coupon at checkout. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/negotiable-carts/6/coupons/SAVE5` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** `true`, indicting the request was successful @@ -458,11 +458,11 @@ Not applicable B2B allows gift cards to be used as payment. -**Service Name** +**Service Name:** `negotiableQuoteGiftCardAccountManagementV1` -**REST Endpoints** +**REST Endpoints:** ```json POST /V1/negotiable-carts/:cartId/giftCards @@ -473,11 +473,11 @@ DELETE /V1/negotiable-carts/:cartId/giftCards/:giftCardCode If the initial quote applies a gift card to the totals, Magento ignores the gift card when it converts the quote to a negotiable quote. However, you can apply a gift card at checkout. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiable-carts/6/giftCards` -**Payload** +**Payload:** ```json { @@ -489,7 +489,7 @@ If the initial quote applies a gift card to the totals, Magento ignores the gift } ``` -**Response** +**Response:** `true` @@ -497,15 +497,15 @@ If the initial quote applies a gift card to the totals, Magento ignores the gift This call removes a gift card that has been applied to a negotiable quote. -**Sample Usage** +**Sample Usage:** `DELETE /rest//V1/negotiable-carts/6/giftCards/00HELHQED6RV` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** `true`, indicating the request was successful @@ -513,11 +513,11 @@ Not applicable When you submit payment information, Magento creates an order and sends an order confirmation to the buyer. -**Service Name** +**Service Name:** `negotiableQuotePaymentInformationManagementV1` -**REST Endpoints** +**REST Endpoints:** ```json POST /V1/negotiable-carts/:cartId/payment-information @@ -529,11 +529,11 @@ POST /V1/negotiable-carts/:cartId/set-payment-information This call sets payment information and the billing address for the negotiable quote. However, Magento does not create an order afterward. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiable-carts/86/set-payment-information` -**Payload** +**Payload:** ```json { "paymentMethod": { @@ -558,7 +558,7 @@ This call sets payment information and the billing address for the negotiable qu } ``` -**Response** +**Response:** `true`, indicating the payment information was set @@ -566,11 +566,11 @@ This call sets payment information and the billing address for the negotiable qu This call sets payment information and the billing address for the negotiable quote, then creates an order. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiable-carts/86/payment-information` -**Payload** +**Payload:** ```json { "paymentMethod": { @@ -595,7 +595,7 @@ This call sets payment information and the billing address for the negotiable qu } ``` -**Response** +**Response:** An order ID, such as `83` @@ -603,15 +603,15 @@ An order ID, such as `83` This call returns returns payment information and all information from the `totals` object. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/negotiable-carts/86/payment-information` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** {% collapsible Show code sample %} @@ -782,25 +782,25 @@ Not applicable This call is similar to `GET /V1/negotiable-carts/:cartId/payment-information`, except it does not return payment information. -**Service Name** +**Service Name:** `negotiableQuoteCartTotalRepositoryV1` -**REST Endpoints** +**REST Endpoints:** ```json GET /V1/negotiable-carts/:cartId/totals ``` -**Sample Usage** +**Sample Usage:** `GET /rest//V1/negotiable-carts/86/totals` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** {% collapsible Show code sample %} diff --git a/guides/v2.2/b2b/negotiable-manage.md b/guides/v2.2/b2b/negotiable-manage.md index 5b89e247e5a..0ebb36b9233 100644 --- a/guides/v2.2/b2b/negotiable-manage.md +++ b/guides/v2.2/b2b/negotiable-manage.md @@ -17,7 +17,7 @@ This topic describes the calls required to initiate a negotiable quote and to pr {: .bs-callout-info } All negotiable quote calls require an admin authorization token. -**REST Endpoints** +**REST Endpoints:** ```json POST /V1/negotiableQuote/request @@ -29,7 +29,7 @@ GET /V1/negotiableQuote/attachmentContent PUT /V1/negotiableQuote/:quoteId/shippingMethod ``` -**NegotiableQuoteManagementInterface Parameters** +**NegotiableQuoteManagementInterface Parameters:** The following table lists the parameters defined in `CompanyInterface`. @@ -62,15 +62,15 @@ If the negotiable quote requires a shipping address (for negotiation or tax calc {:.bs-callout .bs-callout-info} Requesting a negotiable quote requires an admin authorization token. -**Service Name** +**Service Name:** `negotiableQuoteNegotiableQuoteManagementV1` -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiableQuote/request` -**Payload** +**Payload:** ```json { @@ -86,7 +86,7 @@ Requesting a negotiable quote requires an admin authorization token. } ``` -**Response** +**Response:** `true`, indicating the request was successful @@ -108,15 +108,15 @@ When the quote is submitted to the buyer: * Items that are no longer active or available for this buyer are removed from quote and prices are recalculated. * The quote state is changed to Submitted by admin. -**Service Name** +**Service Name:** `negotiableQuoteNegotiableQuoteManagementV1` -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiableQuote/submitToCustomer` -**Payload** +**Payload:** ```json { @@ -125,7 +125,7 @@ When the quote is submitted to the buyer: } ``` -**Response** +**Response:** `true`, indicating the request was successful @@ -139,11 +139,11 @@ The process of completing a negotiable quote can take days, or even longer. Duri The request can be applied to one or more quotes at the same time. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiableQuote/pricesUpdated` -**Payload** +**Payload:** ```json { @@ -151,7 +151,7 @@ The request can be applied to one or more quotes at the same time. } ``` -**Response** +**Response:** `true`, indicating the request was successful @@ -159,11 +159,11 @@ The request can be applied to one or more quotes at the same time. To set the shipping method, the quote must be in the `created`, `processing_by_admin` or `submitted_by_customer`. In addition, the quote must have a shipping address but no shipping method or shipping price. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/negotiableQuote/3/shippingMethod` -**Payload** +**Payload:** ```json { @@ -171,7 +171,7 @@ To set the shipping method, the quote must be in the `created`, `processing_by_a } ``` -**Response** +**Response:** ### Decline a quote @@ -183,15 +183,15 @@ The seller can send a request to decline the quote. The request can be submitted When you decline a quote, all custom pricing will be removed from the quote. The buyer will be able to place an order using their standard catalog prices and discounts. -**Service Name** +**Service Name:** `negotiableQuoteNegotiableQuoteManagementV1` -**Sample Usage** +**Sample Usage:** `POST /rest//V1/negotiableQuote/decline` -**Payload** +**Payload:** ```json { @@ -200,7 +200,7 @@ When you decline a quote, all custom pricing will be removed from the quote. The } ``` -**Response** +**Response:** `true`, indicating the request was successful @@ -212,15 +212,15 @@ These tasks are not essential for completing a negotiable quote, but might be us Magento returns all the comments associated with the specified quote ID. The comments are listed in chronological order, with the oldest comment listed first. A `creator_type` value of `3` indicates the buyer made the comment. If the value is `2`, the seller commented. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/negotiableQuote/87/comments` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json [ @@ -307,15 +307,15 @@ Use the `attachmentContent` call to retrieve the files (in base64 format) attach `negotiableQuoteAttachmentContentManagementV1` -**Sample Usage** +**Sample Usage:** `GET /rest//V1/negotiableQuote/attachmentContent` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { diff --git a/guides/v2.2/b2b/negotiable-order-workflow.md b/guides/v2.2/b2b/negotiable-order-workflow.md index cd825110520..8e59261c52a 100644 --- a/guides/v2.2/b2b/negotiable-order-workflow.md +++ b/guides/v2.2/b2b/negotiable-order-workflow.md @@ -20,22 +20,22 @@ The steps in this section are similar to those in the [Order processing tutorial In this example, the customer is a company user (buyer). -**Endpoint** +**Endpoint:** `POST /V1/carts/mine` -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Payload** +**Payload:** None -**Response** +**Response:** The response is the `quoteId`: `5` @@ -43,18 +43,18 @@ The response is the `quoteId`: `5` This example adds 15 Pursuit Lumaflex Tone Bands and 10 Harmony Lumaflex Strength Band Kits to the cart. You must make two calls to add these products. -**Endpoint** +**Endpoint:** `POST /rest/default/V1/carts/mine` -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Payload 1** +**Payload 1:** ```json { @@ -66,7 +66,7 @@ Authorization Bearer } ``` -**Response 1** +**Response 1:** ```json { @@ -80,7 +80,7 @@ Authorization Bearer } ``` -**Payload 2** +**Payload 2:** ```json { @@ -92,7 +92,7 @@ Authorization Bearer } ``` -**Response 2** +**Response 2:** ```json { @@ -110,18 +110,18 @@ Authorization Bearer You can determine shipping costs after initiating a negotiable quote, but doing it now provides a more detailed picture of the final costs to the buyer. If you want to defer setting the shipping address until after the negotiable quote has been created, use the `/V1/negotiable-carts/:cartId/estimate-shipping-methods` call. -**Endpoint** +**Endpoint:** `POST /rest/default/V1/carts/mine/estimate-shipping-methods` -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Payload** +**Payload:** ```json { "address": { @@ -144,7 +144,7 @@ Authorization Bearer } ``` -**Response** +**Response:** ```json [ @@ -179,18 +179,18 @@ Authorization Bearer You can also set shipping and billing information after initiating a negotiable quote by calling `POST /V1/negotiable-carts/:cartId/shipping-information`. -**Endpoint** +**Endpoint:** `POST /V1/carts/mine/shipping-information` -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Payload** +**Payload:** ```json { @@ -231,7 +231,7 @@ Authorization Bearer } ``` -**Response** +**Response:** {% collapsible Show code sample %} @@ -389,22 +389,22 @@ Authorization Bearer This is an optional step to show the status of the cart before you begin the negotiable quote process. -**Endpoint** +**Endpoint:** `GET /V1/carts/mine` -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Payload** +**Payload:** None -**Response** +**Response:** {% collapsible Show code sample %} @@ -603,18 +603,18 @@ In this example, the buyer initiates a negotiable quote, asking for a 2.5% disco Initiating a negotiable quote places it in the `processing_by_admin` state. -**Endpoint** +**Endpoint:** `POST /rest/default/V1/negotiableQuote/request` -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Payload** +**Payload:** ```json { @@ -624,7 +624,7 @@ Authorization Bearer } ``` -**Response** +**Response:** `true` @@ -632,18 +632,18 @@ Authorization Bearer The seller accepts the buyer's request for a 2.5% discount. The `negotiated_price_type` value of `1` indicates a percentage discount. -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Endpoint** +**Endpoint:** `PUT /V1/negotiableQuote/5` -**Payload** +**Payload:** ```json { @@ -659,7 +659,7 @@ Authorization Bearer } ``` -**Response** +**Response:** `[]` @@ -669,18 +669,18 @@ Now that the seller has updated the quote, it must be returned to the buyer. The This call places the quote in the `submitted_by_admin` state. -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Endpoint** +**Endpoint:** `POST /V1/negotiableQuote/submitToCustomer` -**Payload** +**Payload:** ```json { @@ -689,7 +689,7 @@ Authorization Bearer } ``` -**Response** +**Response:** `true` @@ -697,22 +697,22 @@ Authorization Bearer The price of each item has been reduced by 2.5 percent. In addition, the `negotiable_quote` section of the response has been updated. -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Endpoint** +**Endpoint:** `GET` /V1/carts/5 -**Payload** +**Payload:** None -**Response** +**Response:** {% collapsible Show code sample %} @@ -938,18 +938,18 @@ None The buyer is now ready to complete the purchase. Since the buyer has already specified the billing address, only the `paymentMethod` information must be included. -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Endpoint** +**Endpoint:** `/V1/negotiable-carts/3/payment-information` -**Payload** +**Payload:** ```json { "paymentMethod": { @@ -959,7 +959,7 @@ Authorization Bearer } ``` -**Response** +**Response:** The response is the order `id`: `4` @@ -969,18 +969,18 @@ Now that the negotiable quote has been converted into an order, you can issue an In this example, the `companyId` is `1`. -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Endpoint** +**Endpoint:** `POST /V1/companyCredits/1/increaseBalance` -**Payload** +**Payload:** ```json { @@ -991,7 +991,7 @@ Authorization Bearer } ``` -**Response** +**Response:** `true`, indicating the reimbursement was successfully applied. Magento sends an email to the buyer. diff --git a/guides/v2.2/b2b/negotiable-update.md b/guides/v2.2/b2b/negotiable-update.md index 9f3d5cc7d68..0261b55b46d 100644 --- a/guides/v2.2/b2b/negotiable-update.md +++ b/guides/v2.2/b2b/negotiable-update.md @@ -50,15 +50,15 @@ The `negotiated_price_type` can have one of the following values: `3` - Set a proposed price for the entire quote. The `negotiated_price_value`parameter specifies the proposed price. -**Service Name** +**Service Name:** `quoteCartRepositoryV1` -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/negotiableQuote/6` -**Payload** +**Payload:** ```json { @@ -81,18 +81,18 @@ The buyer can add, update, or delete items from the quote under the following co * The quote is in one of the following system states: `created`, `processing_by_admin`, or `submitted_by_customer`. * The quote doesn't have a negotiated price. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/carts/mine/items` -**Headers** +**Headers:** ```terminal Content-Type application/json Authorization Bearer ``` -**Payload** +**Payload:** ```json { @@ -104,7 +104,7 @@ Authorization Bearer } ``` -**Response** +**Response:** ```json { @@ -128,11 +128,11 @@ Authorization Bearer ### Change the quote expiration date -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/negotiableQuote/6` -**Payload** +**Payload:** ```json { @@ -147,7 +147,7 @@ Authorization Bearer } ``` -**Response** +**Response:** `[]` diff --git a/guides/v2.2/b2b/roles.md b/guides/v2.2/b2b/roles.md index 29c313c3b2c..5f3e76f1e01 100644 --- a/guides/v2.2/b2b/roles.md +++ b/guides/v2.2/b2b/roles.md @@ -57,11 +57,11 @@ Magento_Company::credit_history | view | 3 The Company Admin controls the possible actions for each customer within the company by creating common roles with embedded permissions and then assigning them to company users. In most cases, a few roles will be sufficient to cover all the different possible combinations of permissions needed for a company. -**Service Name** +**Service Name:** `companyRoleRepositoryV1` -**REST Endpoints** +**REST Endpoints:** ```json POST /V1/company/role/ @@ -71,7 +71,7 @@ DELETE /V1/company/role/:roleId GET /V1/company/role/ ``` -**RoleInterface Parameters** +**RoleInterface Parameters:** The following table lists the parameters defined in `RoleInterface`. @@ -82,7 +82,7 @@ Name | Description | Format | Requirements `permissions` | A list of resources and permissions granted to the role. See the Permissions array table below for details. | Array[string] | Required to create a role `company_id` | The company associated with this role | integer | Required to create a role -**Permissions array** +**Permissions array:** Name | Description | Format | Requirements --- | --- | --- | --- @@ -97,11 +97,11 @@ This example creates a role named "Junior Buyer". It allows the assignee to acce All resources that are not explicitly allowed are denied. You must specify the `Magento_Company::index` resource in all calls. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/company/role` -**Payload** +**Payload:** ```json { @@ -120,7 +120,7 @@ All resources that are not explicitly allowed are denied. You must specify the ` } ``` -**Response** +**Response:** {% collapsible Show code sample %} ```json @@ -291,11 +291,11 @@ Each update call must include all resources the assignee will have access to. This example call adds access to all Negotiable Quote resources except "View quotes of subordinate users" to the Junior Buyer role. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/company/role/6` -**Payload** +**Payload:** ```json { @@ -319,7 +319,7 @@ This example call adds access to all Negotiable Quote resources except "View quo } ``` -**Response** +**Response:** {% collapsible Show code sample %} ```json @@ -488,15 +488,15 @@ This example call adds access to all Negotiable Quote resources except "View quo This call returns the `id`, role name, and set of permissions defined within the specified `role_id`. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/company/role/6` -**Payload** +**Payload:** None -**Response** +**Response:** {% collapsible Show code sample %} ```json @@ -665,15 +665,15 @@ None You cannot delete a role if it is the only role defined within the company. -**Sample Usage** +**Sample Usage:** `DELETE /rest//V1/company/role/5` -**Payload** +**Payload:** None -**Response** +**Response:** `true`, indicating the request was successful @@ -683,15 +683,15 @@ The following call returns all roles that have been created for a company (`com See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/company/role?searchCriteria[filter_groups][0][filters][0][field]=company_id&searchCriteria[filter_groups][0][filters][0][value]=2&searchCriteria[filter_groups][0][filters][0][condition_type]=eq` -**Payload** +**Payload:** None -**Response** +**Response:** {% collapsible Show code sample %} ```json diff --git a/guides/v2.2/b2b/shared-cat-company.md b/guides/v2.2/b2b/shared-cat-company.md index ff96533d4dc..779e8aae1e8 100644 --- a/guides/v2.2/b2b/shared-cat-company.md +++ b/guides/v2.2/b2b/shared-cat-company.md @@ -10,11 +10,11 @@ functional_areas: A shared catalog must be assigned to one or more companies before it can be accessed by the company users. -**Service name** +**Service name:** `sharedCatalogCompanyManagementV1` -**REST endpoints** +**REST endpoints:** ```terminal POST /V1/sharedCatalog/:sharedCatalogId/assignCompanies @@ -22,7 +22,7 @@ POST /V1/sharedCatalog/:sharedCatalogId/unassignCompanies GET /V1/sharedCatalog/:sharedCatalogId/companies ``` -**Company parameters** +**Company parameters:** {: .bs-callout-info } Although you can specify other parameters defined within a `categories` object, the `id` is the only one used to assign or unassign a category to a shared catalog. @@ -37,11 +37,11 @@ This action works as an update. It does not replace companies that have already If a specified company is already assigned to a different shared catalog, this request unassigns the company from the previous catalog and assigns to the new one. -**Sample usage** +**Sample usage:** `POST /rest//V1/sharedCatalog/2/assignCompanies` -**Payload** +**Payload:** ```json { @@ -56,7 +56,7 @@ If a specified company is already assigned to a different shared catalog, this r } ``` -**Response** +**Response:** `true`, indicating the operation was successful @@ -64,11 +64,11 @@ If a specified company is already assigned to a different shared catalog, this r When you unassign a company from a custom catalog, the system automatically assigns this company to the public shared catalog. You cannot unassign a company from the public catalog. -**Sample usage** +**Sample usage:** `POST /rest//V1/sharedCatalog/2/unassignCompanies` -**Payload** +**Payload:** ```json { @@ -80,7 +80,7 @@ When you unassign a company from a custom catalog, the system automatically assi } ``` -**Response** +**Response:** `true`, indicating the operation was successful @@ -88,15 +88,15 @@ When you unassign a company from a custom catalog, the system automatically assi The `GET` call returns an array of company IDs. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/sharedCatalog/2/companies` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** `"[\"1\",\"2\"]"` diff --git a/guides/v2.2/b2b/shared-cat-manage.md b/guides/v2.2/b2b/shared-cat-manage.md index 129a6570d14..0c72f1a1011 100644 --- a/guides/v2.2/b2b/shared-cat-manage.md +++ b/guides/v2.2/b2b/shared-cat-manage.md @@ -12,11 +12,11 @@ functional_areas: {{site.data.var.b2b}} provides two types of shared catalog: public and custom. A public catalog is the default shared catalog. It is automatically displayed to all guest customers and to logged-in customers that are not company users. The seller assigns a custom shared catalog to specific companies as configured by admin. There can only be one public catalog, and it cannot be deleted. -**Service name** +**Service name:** `sharedCatalogSharedCatalogRepositoryV1` -**REST Endpoints** +**REST Endpoints:** ```terminal POST /V1/sharedCatalog @@ -26,7 +26,7 @@ DELETE /V1/sharedCatalog/:sharedCatalogId GET /V1/sharedCatalog/ ``` -**Shared catalog parameters** +**Shared catalog parameters:** Name | Description | Format | Requirements --- | --- | --- | --- @@ -43,11 +43,11 @@ Name | Description | Format | Requirements When B2B is enabled, the system creates a public shared catalog named `Default (General)`. Magento allows only one public shared catalog at a time. You can create an unlimited number of custom shared catalogs. -**Sample Usage** +**Sample Usage:** `POST /rest//V1/sharedCatalog` -**Payload** +**Payload:** ```json { @@ -60,7 +60,7 @@ When B2B is enabled, the system creates a public shared catalog named `Default ( } ``` -**Response** +**Response:** The shared catalog `id`, such as `2`. @@ -68,7 +68,7 @@ The shared catalog `id`, such as `2`. You cannot change the `type` from public (`1`) to custom (`0`). If you need to replace the public shared catalog, create a custom catalog and change its type to public. -**Sample Usage** +**Sample Usage:** `PUT /rest//V1/sharedCatalog/2` @@ -85,7 +85,7 @@ You cannot change the `type` from public (`1`) to custom (`0`). If you need to r } ``` -**Response** +**Response:** The shared catalog `id`, such as `2`. @@ -93,15 +93,15 @@ The shared catalog `id`, such as `2`. This call returns information about the specified shared catalog. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/sharedCatalog/2` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { @@ -121,15 +121,15 @@ Not applicable Only custom shared catalogs can be deleted. When a custom catalog is deleted, the assigned companies are re-assigned to the default public catalog. -**Sample Usage** +**Sample Usage:** `DELETE /rest//V1/sharedCatalog/2` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** `true`, indicating the request was successful @@ -139,15 +139,15 @@ The following search returns all the custom shared catalogs (`type = 0`) in the See [Search using REST APIs]({{ page.baseurl }}/rest/performing-searches.html) for information about constructing a search query. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/sharedCatalog?searchCriteria[filter_groups][0][filters][0][field]=type&searchCriteria[filter_groups][0][filters][0][value]=0&searchCriteria[filter_groups][0][filters][0][condition_type]=eq` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json { diff --git a/guides/v2.2/b2b/shared-cat-product-assign.md b/guides/v2.2/b2b/shared-cat-product-assign.md index 52c5955ca46..70810680836 100644 --- a/guides/v2.2/b2b/shared-cat-product-assign.md +++ b/guides/v2.2/b2b/shared-cat-product-assign.md @@ -21,11 +21,11 @@ The `sharedCatalogCategoryManagementV1` service is based on `catalogCategoryMana {: .bs-callout-info } Products that are defined within a category are not included when you assign a category to a shared catalog. You must add products separately. -**Service name** +**Service name:** `sharedCatalogCategoryManagementV1` -**REST Endpoints** +**REST Endpoints:** ```terminal POST /V1/sharedCatalog/:id/assignCategories @@ -33,7 +33,7 @@ POST /V1/sharedCatalog/:id/unassignCategories GET /V1/sharedCatalog/:id/categories ``` -**Category parameters** +**Category parameters:** {: .bs-callout-info } Although you can specify other parameters defined within a `categories` object, the `id` is the only one used to assign or unassign a category to a shared catalog. @@ -46,11 +46,11 @@ Name | Description | Format | Requirements The following example adds the Luma Gear category (`id=3`) as well as its subcategories (`id=4,5,6`) to a custom shared catalog. -**Sample usage** +**Sample usage:** `POST /rest//V1/sharedCatalog/2/assignCategories` -**Payload** +**Payload:** ```json { @@ -71,7 +71,7 @@ The following example adds the Luma Gear category (`id=3`) as well as its subcat } ``` -**Response** +**Response:** `true`, indicating the operation was successful @@ -81,11 +81,11 @@ When you unassign a category from a shared catalog, Magento also removes its pro The following example removes two categories from the shared catalog. -**Sample usage** +**Sample usage:** `POST /rest//V1/sharedCatalog/2/unassignCategories` -**Payload** +**Payload:** ```json { @@ -101,7 +101,7 @@ The following example removes two categories from the shared catalog. } ``` -**Response** +**Response:** `true`, indicating the operation was successful @@ -109,15 +109,15 @@ The following example removes two categories from the shared catalog. The `GET` call returns an array of catalog IDs. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/sharedCatalog/2/categories` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json [ @@ -132,11 +132,11 @@ Not applicable The `sharedCatalogProductManagementV1` service is based on `catalogProductManagementV1`. To return a list of products defined within a category, call `GET /V1/categories/:categoryId/products`. -**Service name** +**Service name:** `sharedCatalogProductManagementV1` -**REST endpoints** +**REST endpoints:** ```terminal POST /V1/sharedCatalog/:id/assignProducts @@ -144,7 +144,7 @@ POST /V1/sharedCatalog/:id/unassignProducts GET /V1/sharedCatalog/:id/products ``` -**Category parameters** +**Category parameters:** {: .bs-callout-info } Although you can specify other parameters defined within a `products` object, the `sku` is the only one used to assign or unassign a product to a shared catalog. @@ -157,11 +157,11 @@ Name | Description | Format | Requirements The following example adds two products each in the Bags, Fitness Equipment, and Watches categories to a custom shared catalog. The specified products do not have to be in the same category. -**Sample usage** +**Sample usage:** `POST /rest//V1/sharedCatalog/2/assignProducts` -**Payload** +**Payload:** ```json { @@ -188,7 +188,7 @@ The following example adds two products each in the Bags, Fitness Equipment, and } ``` -**Response** +**Response:** `true`, indicating the operation was successful @@ -196,11 +196,11 @@ The following example adds two products each in the Bags, Fitness Equipment, and Unassigning a product does not remove it from its category or categories. -**Sample usage** +**Sample usage:** `POST /rest//V1/sharedCatalog/2/unassignProducts` -**Payload** +**Payload:** ```json { @@ -212,7 +212,7 @@ Unassigning a product does not remove it from its category or categories. } ``` -**Response** +**Response:** `true`, indicating the operation was successful @@ -220,15 +220,15 @@ Unassigning a product does not remove it from its category or categories. The `GET` call returns an array of SKUs. -**Sample Usage** +**Sample Usage:** `GET /rest//V1/sharedCatalog/2/products` -**Payload** +**Payload:** Not applicable -**Response** +**Response:** ```json [ diff --git a/guides/v2.2/cloud/cdn/cloud-vcl-custom-snippets.md b/guides/v2.2/cloud/cdn/cloud-vcl-custom-snippets.md index b5c2e1afcd5..a10ce1e651d 100644 --- a/guides/v2.2/cloud/cdn/cloud-vcl-custom-snippets.md +++ b/guides/v2.2/cloud/cdn/cloud-vcl-custom-snippets.md @@ -96,7 +96,7 @@ See the following examples that show how to create and manage custom VCL snippet The following walk-through shows you how to create regular VCL snippet files and add them to your Fastly service configuration using the Fastly API. You can create and manage the snippets from the _terminal_ application. You do not need an SSH connection into a specific environment. -**Prerequisites** +**Prerequisites:** - Configure your {{ site.var.data.ece }} environment for Fastly services. See [Set up Fastly]({{ page.baseurl }}/cloud/cdn/configure-fastly.html). diff --git a/guides/v2.2/cloud/cdn/fastly-image-optimization.md b/guides/v2.2/cloud/cdn/fastly-image-optimization.md index 2e308cb3e9a..c5e324543cd 100644 --- a/guides/v2.2/cloud/cdn/fastly-image-optimization.md +++ b/guides/v2.2/cloud/cdn/fastly-image-optimization.md @@ -22,7 +22,7 @@ Based on your configuration settings, the Fastly Image Optimization (Fastly IO) You can enable Fastly image optimization (Fastly IO) from the Admin panel by uploading the Fastly IO VCL snippet. When you upload the VCL snippet, it provides the Fastly service with configuration instructions to process all images through image optimizers, using default configurations. -**Prerequisites** +**Prerequisites:** - Install or upgrade to Fastly module version 1.2.62 or later - [Configure Fastly Origin shield and backend]({{ page.baseurl }}/cloud/cdn/configure-fastly.html#backend) diff --git a/guides/v2.2/cloud/cdn/fastly-vcl-badreferer.md b/guides/v2.2/cloud/cdn/fastly-vcl-badreferer.md index 15d882663d0..03714511508 100644 --- a/guides/v2.2/cloud/cdn/fastly-vcl-badreferer.md +++ b/guides/v2.2/cloud/cdn/fastly-vcl-badreferer.md @@ -14,7 +14,7 @@ The following example shows how to configure [Fastly Edge Dictionary](https://do {: .bs-callout-info } We recommend adding custom VCL configurations to a Staging environment where you can test them before running them against the Production environment. -**Prerequisites** +**Prerequisites:** - Configure the {{ site.var.data.ece }} environment for Fastly services. See [Set up Fastly]({{ page.baseurl }}/cloud/cdn/configure-fastly.html). diff --git a/guides/v2.2/cloud/cdn/fastly-vcl-whitelist.md b/guides/v2.2/cloud/cdn/fastly-vcl-whitelist.md index f4203974aca..26f879c8373 100644 --- a/guides/v2.2/cloud/cdn/fastly-vcl-whitelist.md +++ b/guides/v2.2/cloud/cdn/fastly-vcl-whitelist.md @@ -11,7 +11,7 @@ functional_areas: The following example shows how to use a custom VCL snippet with a [Fastly Access Control List (ACL)](https://docs.fastly.com/guides/access-control-lists/about-acls) to secure access to the Magento Admin UI for a {{ site.data.var.ece }} project environment by client IP address. When you add the custom VCL snippet, Fastly allows only requests from IP addresses included in the ACL. -**Prerequisites** +**Prerequisites:** - Configure the {{ site.var.data.ece }} environment for Fastly services. See [Set up Fastly]({{ page.baseurl }}/cloud/cdn/configure-fastly.html). diff --git a/guides/v2.2/cloud/live/stage-prod-migrate-prereq.md b/guides/v2.2/cloud/live/stage-prod-migrate-prereq.md index 2f576a1e3db..bfbdfa40ea8 100644 --- a/guides/v2.2/cloud/live/stage-prod-migrate-prereq.md +++ b/guides/v2.2/cloud/live/stage-prod-migrate-prereq.md @@ -26,7 +26,7 @@ For Starter, merge all code into a "staging" branch for testing prior to deployi You can deploy to Starter environments from the Project Web Interface or using CLI commands. -**Prerequisites** +**Prerequisites:** 1. Get your [access URLs and SSH](#starter-urls) information. 1. [Add your public SSH key](#add-public-ssh-key) to your project. diff --git a/guides/v2.2/cloud/live/stage-prod-migrate.md b/guides/v2.2/cloud/live/stage-prod-migrate.md index 560ea973560..f1c9fda6d40 100644 --- a/guides/v2.2/cloud/live/stage-prod-migrate.md +++ b/guides/v2.2/cloud/live/stage-prod-migrate.md @@ -49,7 +49,7 @@ For Starter, deploy the development branch you created to Staging and Production You can use the [Magento Cloud CLI commands]({{ page.baseurl }}/cloud/reference/cli-ref-topic.html) to deploy code to Starter and Pro environments. You need SSH and Git access to your project. See [prepare for deployment]({{ page.baseurl}}/cloud/live/stage-prod-migrate-prereq.html). -**Prerequisites** +**Prerequisites:** - [Build and deploy on local]({{ page.baseurl }}/cloud/live/live-sanity-check.html) - [Prepare to deploy to Staging and Production]({{ page.baseurl }}/cloud/live/stage-prod-migrate-prereq.html) diff --git a/guides/v2.2/cloud/onboarding/onboarding-tasks.md b/guides/v2.2/cloud/onboarding/onboarding-tasks.md index 5cc7fe6a282..29b9d2e8b44 100644 --- a/guides/v2.2/cloud/onboarding/onboarding-tasks.md +++ b/guides/v2.2/cloud/onboarding/onboarding-tasks.md @@ -20,7 +20,7 @@ To quickly onboard your project so you can develop your site for live deployment Once you have an account, you can use the Magento Project Portal to manage the project for your {{site.data.var.ece}} store. The portal provides a Getting Started guide and an interactive workflow that helps project administrators, business users, and developers with the tasks required to develop, build, test, and launch your site. -**Open the Magento Project Portal** +**Open the Magento Project Portal:** 1. Log in to your Magento account. diff --git a/guides/v2.2/cloud/reference/cloud-composer.md b/guides/v2.2/cloud/reference/cloud-composer.md index 5abdbfe6cd8..57626d961cf 100644 --- a/guides/v2.2/cloud/reference/cloud-composer.md +++ b/guides/v2.2/cloud/reference/cloud-composer.md @@ -20,7 +20,7 @@ Magento extension and module developers use the `composer.json` file to manage p The `composer.lock` file stores a set of exact version dependencies that satisfy all of the version constraints of every requirement for every package in the dependency tree of the project. -**Common commands** +**Common commands:** Command | Description --- | --- diff --git a/guides/v2.2/cloud/release-notes/cloud-release-archive.md b/guides/v2.2/cloud/release-notes/cloud-release-archive.md index ecbdb1effed..8fb1db83a30 100644 --- a/guides/v2.2/cloud/release-notes/cloud-release-archive.md +++ b/guides/v2.2/cloud/release-notes/cloud-release-archive.md @@ -10,7 +10,7 @@ functional_areas: {:.bs-callout .bs-callout-info} We merged [`vendor/magento/ece-patches`]({{ site.baseurl }}/guides/v2.2/cloud/composer-packages/ece-patches.html) with `vendor/magento/ece-tools` in this release. You no longer need to update the `vendor/magento/ece-patches` package separately. -**New features** +**New features:** - **Improved logging** - We improved log messaging to provide better explanations when the build or deploy process overrides an environment variable. @@ -32,7 +32,7 @@ We merged [`vendor/magento/ece-patches`]({{ site.baseurl }}/guides/v2.2/cloud/co - We implemented smart patching. Now the package applies patches based not on {{site.data.var.ece}} version, but on patched package version. -**Resolved issues** +**Resolved issues:** - We fixed a logging issue that was causing build errors. @@ -56,13 +56,13 @@ We merged [`vendor/magento/ece-patches`]({{ site.baseurl }}/guides/v2.2/cloud/co ## v2002.0.7 -**Resolved issues** +**Resolved issues:** - We removed `var/view_preprocessed` symlinking to fix an issue that was causing JavaScript minification conflicts. ## v2002.0.6 -**Resolved issues** +**Resolved issues:** - We fixed an issue that was causing `gzip` errors when a file or directory name contains spaces. @@ -70,7 +70,7 @@ We merged [`vendor/magento/ece-patches`]({{ site.baseurl }}/guides/v2.2/cloud/co ## v2002.0.5 -**New features** +**New features:** - **Configure a cron consumer with an environment variable**—You can now configure cron consumers using the new `CRON_CONSUMERS_RUNNER` environment variable. @@ -90,7 +90,7 @@ We merged [`vendor/magento/ece-patches`]({{ site.baseurl }}/guides/v2.2/cloud/co - **Cron interval limitations lifted**—The default cron interval for all environments provisioned in the us-3, eu-3, and ap-3 regions is 1 minute. The default cron interval in all other regions is 5 minutes for Pro Integration environments and 1 minute for Pro Staging and Production environments. To modify your existing cron jobs, edit your settings in `.magento.app.yaml` or create a support ticket for Production/Staging environments. Refer to [Set up cron jobs]({{ site.baseurl }}/guides/v2.2/cloud/configure/setup-cron-jobs.html) for more information. -**Resolved issues** +**Resolved issues:** - We fixed an issue that was causing long deploy times due to the deploy process invoking the `cache-clean` operation before static content deployment. @@ -110,31 +110,31 @@ We merged [`vendor/magento/ece-patches`]({{ site.baseurl }}/guides/v2.2/cloud/co ## v2002.0.4 -**Resolved issues** +**Resolved issues:** - You can now [manually reset stuck Magento cron jobs]({{ site.baseurl }}/guides/v2.2/cloud/trouble/reset-cron-jobs.html) using a CLI command in all environments via SSH access. The deployment process automatically resets cron jobs. ## v2002.0.3 -**Resolved issues** +**Resolved issues:** - We fixed an issue that was causing pages to time out because Redis was taking too long to read/write. You can now use the `disable_locking` parameter in Redis configurations to prevent this issue. ## v2002.0.2 -**Resolved issues** +**Resolved issues:** - The RabbitMQ configuration process now obtains all required parameters automatically. ## v2002.0.1 -**New features** +**New features:** - {{site.data.var.ece}} now supports scopes and [static content deployment strategies]({{ site.baseurl }}/guides/v2.2/config-guide/cli/config-cli-subcommands-static-deploy-strategies.html). We have added the `–s` parameter with a default setting of `quick` for the static content deployment strategy. You can use the environment variable [SCD_STRATEGY]({{ site.baseurl }}/guides/v2.2/cloud/env/variables-deploy.html) to customize and use these strategies with your build and deploy actions. This variable supports the options `standard`, `quick`, or `compact`. If you select `compact`, we override the `STATIC_CONTENT_THREADS` value with `1`, which can slow deployment, especially in production environments. Not available in 2.1. - We have created a log file on environments to capture and compile build and deploy actions. The file is located in the `var/log/cloud.log` file inside the Magento root application directory. -**Resolved issues** +**Resolved issues:** - Refactored the `{{site.data.var.ct}}` package to make it compatible with {{site.data.var.ece}} 2.2.0 and higher. diff --git a/guides/v2.2/coding-standards/code-standard-demarcation.md b/guides/v2.2/coding-standards/code-standard-demarcation.md index b0d7c036e87..2eb26e782c5 100644 --- a/guides/v2.2/coding-standards/code-standard-demarcation.md +++ b/guides/v2.2/coding-standards/code-standard-demarcation.md @@ -28,7 +28,7 @@ Use [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt) to interpret the "MUST," "MU Helps simplify and unify naming conventions that are used to apply visual styles to page elements. -**Acceptable** +**Acceptable:** ```html
@@ -38,7 +38,7 @@ Helps simplify and unify naming conventions that are used to apply visual styles Scroll to text ``` -**Unacceptable** +**Unacceptable:** ```html
@@ -57,7 +57,7 @@ Helps simplify and unify naming conventions that are used to apply visual styles - Forces engineers to think about reusable page components instead of unique singleton components. - Reduces long-term maintenance efforts. -**Acceptable PHTML template** +**Acceptable PHTML template:** The following acceptable example is terse and uses an Accessible Rich Internet Applications (ARIA) approach. @@ -74,7 +74,7 @@ The following acceptable example is terse and uses an Accessible Rich Internet A Scroll to text ``` -**Unacceptable combination of PHTML, JavaScript, and CSS files** +**Unacceptable combination of PHTML, JavaScript, and CSS files:** The following unacceptable example replaces a single PHTML file with a combination of a PHTML, JavaScript, and CSS files. @@ -86,13 +86,13 @@ The following unacceptable example replaces a single PHTML file with a combinati ``` -**JavaScript file** +**JavaScript file:** ```js $('#my-special-menu').on('click','li[id^="button"]', function() { ... }) ``` -**CSS file** +**CSS file:** ```css #my-special-menu { ... } @@ -148,7 +148,7 @@ As the first option, you are required to use [HTML](https://glossary.magento.com - Allows changing look and feel without affecting business functionality, and vice versa. - Enables frontend teams to clean up old styles quickly and easily when refactoring. -**Acceptable CSS selectors** +**Acceptable CSS selectors:** ```css .notices-wrapper { ... } @@ -162,7 +162,7 @@ a:hover { ... } nav li._active { ... } ``` -**Unacceptable CSS selectors** +**Unacceptable CSS selectors:** ```css #header { ... } @@ -186,7 +186,7 @@ content='Exception: CSS attributes where values must be calculated beyond the cs %} -**Acceptable [JavaScript](https://glossary.magento.com/javascript) [widget](https://glossary.magento.com/widget) file** +**Acceptable [JavaScript](https://glossary.magento.com/javascript) [widget](https://glossary.magento.com/widget) file:** ```js ... @@ -203,7 +203,7 @@ content='Exception: CSS attributes where values must be calculated beyond the cs ... ``` -**Unacceptable JavaScript file** +**Unacceptable JavaScript file:** ```js this.element.on('click', function() { @@ -221,13 +221,13 @@ this.element.on('click', function() { - Enforces clean, strict separation between visual presentation and markup. - Enables frontend teams quickly and easily clean up old styles. -**Acceptable PHTML template** +**Acceptable PHTML template;** ```php
...
``` -**Unacceptable PHTML template** +**Unacceptable PHTML template:** ```php
...
@@ -241,14 +241,14 @@ this.element.on('click', function() { - Allows frontend and backend teams to work independently. - Allows changing business logic without affecting styling and vice versa. -**Acceptable PHTML template** +**Acceptable PHTML template:** ```php
More details
``` -**Acceptable JavaScript file** +**Acceptable JavaScript file:** ```js options { @@ -264,13 +264,13 @@ $( this.options.tooltip).tooltip(); // Globally for ALL tooltip elements ... ``` -**Unacceptable PHTML file** +**Unacceptable PHTML file:** ```php
``` -**Unacceptable JavaScript file** +**Unacceptable JavaScript file:** ```js $('#my-widget').doSomething(); @@ -283,7 +283,7 @@ $('[role="menu"]').navigation(); HTML helper class names added in JavaScript REQUIRE underscore symbol ("_") at the beginning and must be written in lowercase. -**Acceptable** +**Acceptable:** ```html
Content
@@ -292,7 +292,7 @@ HTML helper class names added in JavaScript REQUIRE underscore symbol ("_") at t
Content
``` -**Unacceptable** +**Unacceptable:** ```html
Content
@@ -305,14 +305,14 @@ HTML helper class names added in JavaScript REQUIRE underscore symbol ("_") at t Allows frontend teams to modify markup and themes without affecting business logic. -**Acceptable JavaScript file** +**Acceptable JavaScript file:** ```js this.element.find('[data-action="edit"]'); this.elements.closest('[data-container]'); ``` -**Unacceptable JavaScript file** +**Unacceptable JavaScript file:** ```js this.element.children().children().html('hello world'); @@ -333,7 +333,7 @@ this.element.parent().find('[data-action="edit"]').data('entity_id'); - Simplifies debugging and reduces number of files to be modified. - Makes styles more extensible and easier to override when needed. -**Acceptable PHP file** +**Acceptable PHP file:** ```php ... @@ -346,7 +346,7 @@ $fieldset->addField('new_category_parent', 'text', array( ... ``` -**Unacceptable PHP file** +**Unacceptable PHP file:** ```php ... @@ -364,7 +364,7 @@ $fieldset->addField('new_category_parent', 'text', array( - Reduces long term maintenance by having frontend business logic stored in one place. - Reduces the number of files to be modified. -**Acceptable PHP file** +**Acceptable PHP file:** ```php ... @@ -375,7 +375,7 @@ public function getSelectorOptions() ... ``` -**Acceptable PHTML template** +**Acceptable PHTML template:** ```php ... @@ -385,7 +385,7 @@ public function getSelectorOptions() or -**Acceptable PHTML template** +**Acceptable PHTML template:** ```php ... @@ -400,7 +400,7 @@ or ... ``` -**Unacceptable PHP file** +**Unacceptable PHP file:** ```php ... @@ -413,7 +413,7 @@ jQuery('#{$htmlId}-suggest').treeSuggest({$selectorOptions}); ... ``` -**Unacceptable PHTML template** +**Unacceptable PHTML template:** ```php getAfterElementHtml(); ?> @@ -424,7 +424,7 @@ jQuery('#{$htmlId}-suggest').treeSuggest({$selectorOptions}); - Reduces long-term maintenance efforts by having markup stored in one place. - Reduces the number of files to be modified. -**Acceptable PHP file** +**Acceptable PHP file:** ```php public function getAttributeName($element) @@ -439,7 +439,7 @@ public function getAttributeId($element) ... ``` -**Acceptable PHTML template** +**Acceptable PHTML template:** ```php @@ -453,7 +453,7 @@ public function getAttributeId($element) ``` -**Unacceptable PHP file** +**Unacceptable PHP file:** ```php ... @@ -465,7 +465,7 @@ public function getCheckbox($elementName){ ... ``` -**Unacceptable PHTML template** +**Unacceptable PHTML template:** ```php diff --git a/guides/v2.2/coding-standards/code-standard-html.md b/guides/v2.2/coding-standards/code-standard-html.md index 51160b6a8a5..6057512c7f2 100644 --- a/guides/v2.2/coding-standards/code-standard-html.md +++ b/guides/v2.2/coding-standards/code-standard-html.md @@ -21,7 +21,7 @@ Use only spaces for indentation: * Indent size: 4 spaces * Continuation indent: 4 spaces -**Recommended** +**Recommended:** ```html