Skip to content

Commit 754b91a

Browse files
authored
Test fix
1 parent 870d909 commit 754b91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<comment userInput="Check storefront mobile view for shop by button is functioning as expected" stepKey="commentCheckShopByButton" />
5252
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="goToHomePage"/>
5353
<waitForPageLoad stepKey="waitForHomePageToLoad"/>
54-
<submitForm selector="#search_mini_form" parameterArray="['q' => 'Test Simple Product'" stepKey="fillSearchBar" />
54+
<submitForm selector="#search_mini_form" parameterArray="['q' => 'Test Simple Product']" stepKey="fillSearchBar" />
5555
<resizeWindow width="600" height="800" stepKey="resizeWindow"/>
5656
<waitForPageLoad stepKey="waitForHomePageToLoad2"/>
5757
<seeElement selector="{{StorefrontCategorySidebarMobileSection.shopByButton}}" stepKey="seeShopByButton"/>

0 commit comments

Comments
 (0)