Skip to content

Commit 935d038

Browse files
authored
Test fixes
1 parent 3467aaa commit 935d038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<click selector="{{ContentManagementSection.Save}}" stepKey="saveConfig" />
3333
<waitForPageLoad stepKey="waitForSavingSystemConfiguration"/>
3434
<waitForElementVisible selector="#catalog_layered_navigation" stepKey="waitForLayeredNav" />
35-
<scrollTo selector="#catalog_layered_navigation" stepKey="scrollToLayeredNavigation" />
35+
<scrollTo selector="#catalog_layered_navigation" x="0" y="-80" stepKey="scrollToLayeredNavigation" />
3636
<seeInField stepKey="seeThatValueWasSaved" selector="{{LayeredNavigationSection.PriceNavigationStep}}" userInput="102"/>
3737
<checkOption selector="{{LayeredNavigationSection.NavigationStepCalculationSystemValue}}" stepKey="setToDefaultValue1"/>
3838
<checkOption selector="{{LayeredNavigationSection.PriceNavigationStepSystemValue}}" stepKey="setToDefaultValue2"/>

0 commit comments

Comments
 (0)