-
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.
Merge pull request #3463 from magento-epam/EPAM-PR-18
Fixed bugs: MAGETWO-91609 Problems with operator more/less in the "catalog Products List" widget MAGETWO-91650 Translation not working for product alerts MAGETWO-91649 #13513: Magento ignore store-level url_key of child category in URL rewrite process for global scope MAGETWO-91657 Advanced pricing the bulk discounts by percentage returns error when set MAGETWO-91733 Unusual behavior with the persistent shopping cart after the session is expired MAGETWO-91602 Visual Merchandiser incorrectly displays/sorts configurable product price in Tile view MAGETWO-91764 Frontend base url https results in admin too many redirects #8800 MAGETWO-91633 Grouped Products: Associated Products Can't Be Sorted Between Pages MAGETWO-91751 Apostrophe displays as code in the text field box MAGETWO-58210 [GitHub] Magento 2.0.7 Import Products sets default behaviour as append, need add_update #6193 MAGETWO-91711 Unable to delete downloadable product links if sample links are not deleted MAGETWO-91569 Special characters in CSV return error: General system exception happened MAGETWO-91684 Issue with Newsletter subscriptions MAGETWO-91750 Multiselect attribute values is not searchable under Quick Search when more than one value is selected MAGETWO-91636 Tooltip Position on Mobile out of view range
- Loading branch information
Showing
53 changed files
with
1,614 additions
and
308 deletions.
There are no files selected for viewing
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
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
15 changes: 15 additions & 0 deletions
15
app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryDisplaySettingsSection.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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
/** | ||
* Copyright © Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
|
||
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd"> | ||
<section name="AdminCategoryDisplaySettingsSection"> | ||
<element name="settingsHeader" type="button" selector="//*[contains(text(),'Display Settings')]" timeout="30"/> | ||
<element name="displayMode" type="button" selector="//*[@name='display_mode']"/> | ||
</section> | ||
</sections> |
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.