Skip to content

Commit e8afb40

Browse files
author
Hwashiang Yu
committed
MAGETWO-94807: Shop By button is not working in a mobile theme
- Updated mftf test to revert window size - Updated mftf test schema definition path
1 parent 1767459 commit e8afb40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/LayeredNavigation/Test/Mftf/Test/ShopByButtonInMobile.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="ShopByButtonInMobile">
1212
<annotations>
1313
<features value="Layered Navigation"/>
@@ -35,6 +35,7 @@
3535
<deleteData createDataKey="simpleProduct1" stepKey="deleteSimpleProduct1"/>
3636
<deleteData createDataKey="simpleProduct2" stepKey="deleteSimpleProduct2"/>
3737
<actionGroup ref="logout" stepKey="logoutOfAdmin"/>
38+
<resizeWindow width="1280" height="1024" stepKey="resizeWindowToDesktop"/>
3839
</after>
3940
<!-- Go to default attribute set edit page and add the product attribute to the set -->
4041
<comment userInput="Go to default attribute set edit page and add the product attribute to the set" stepKey="commentAttributeSetEdit" />

0 commit comments

Comments
 (0)