-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔃 [Magento Community Engineering] Community Contributions - 2.4-devel…
…op expedited Accepted Community Pull Requests: - #28547: 'Ship Here' in CamelCase as that's how it is written elsewhere (by @woutk88) - #28222: [Wishlist] Giving the possibility to set/update item description on item update (by @eduard13) - #28015: Fix #28011 - remove page number from query on layered navigation swatch filter (by @Bartlomiejsz) Fixed GitHub Issues: - #28261: [Issue] [Wishlist] Giving the possibility to set/update item description on item update (reported by @m2-backlog[bot]) has been fixed in #28222 by @eduard13 in 2.4-develop branch Related commits: 1. a41e384 2. 1d799ab - #28011: ElasticSearch When applying the extra filter to the product listing, Magento keeps the same page number (reported by @santosh-gaggle) has been fixed in #28015 by @Bartlomiejsz in 2.4-develop branch Related commits: 1. 92b29c6 2. 475be33 3. 7630cb0 4. 0de77c8 5. ee4acff
- Loading branch information
Showing
10 changed files
with
338 additions
and
68 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
...nto/Catalog/Test/Mftf/ActionGroup/AssertStorefrontCategoryCurrentPageIsNthActionGroup.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> | ||
<actionGroup name="AssertStorefrontCategoryCurrentPageIsNthActionGroup"> | ||
<arguments> | ||
<argument name="expectedPage" type="string"/> | ||
</arguments> | ||
|
||
<grabTextFrom selector="{{StorefrontCategoryBottomToolbarSection.currentPage}}" stepKey="currentPageText"/> | ||
<assertEquals stepKey="assertIsPageNth"> | ||
<expectedResult type="string">{{expectedPage}}</expectedResult> | ||
<actualResult type="variable">currentPageText</actualResult> | ||
</assertEquals> | ||
</actionGroup> | ||
</actionGroups> |
17 changes: 17 additions & 0 deletions
17
...e/Magento/Catalog/Test/Mftf/ActionGroup/StorefrontNavigateCategoryNextPageActionGroup.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
--> | ||
|
||
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> | ||
<actionGroup name="StorefrontNavigateCategoryNextPageActionGroup"> | ||
<annotations> | ||
<description>Navigates storefront category next page from toolbar</description> | ||
</annotations> | ||
<scrollTo selector="{{StorefrontCategoryBottomToolbarSection.nextPage}}" stepKey="scrollToNextButton"/> | ||
<click selector="{{StorefrontCategoryBottomToolbarSection.nextPage}}" stepKey="clickOnNextPage"/> | ||
<waitForPageLoad stepKey="waitForNextCategoryPageLoad"/> | ||
</actionGroup> | ||
</actionGroups> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.