Skip to content

Commit 9c95cf4

Browse files
committed
MQE-1408: Deliver weekly MTF to MFTF conversion PR
- Add a 2 to the end of an assertion in AdminUpdateCategoryAndCheckDefaultUrlKeyOnStoreViewTest
1 parent 498ba53 commit 9c95cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateCategoryAndCheckDefaultUrlKeyOnStoreViewTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<scrollTo selector="{{AdminCategorySEOSection.SectionHeader}}" x="0" y="-80" stepKey="scrollToSearchEngineOptimization1"/>
6060
<click selector="{{AdminCategorySEOSection.SectionHeader}}" stepKey="selectSearchEngineOptimization1"/>
6161
<waitForPageLoad stepKey="waitForPageToLoad2"/>
62-
<seeInField selector="{{AdminCategorySEOSection.UrlKeyInput}}" stepKey="seeCategoryUrlKey" userInput="{{SimpleRootSubCategory.name_lwr}}" />
62+
<seeInField selector="{{AdminCategorySEOSection.UrlKeyInput}}" stepKey="seeCategoryUrlKey" userInput="{{SimpleRootSubCategory.name_lwr}}2" />
6363
<!--Open Category in Store Front Page-->
6464
<amOnPage url="/{{NewRootCategory.name}}/{{_defaultCategory.name}}.html" stepKey="seeTheCategoryInStoreFront"/>
6565
<waitForPageLoad stepKey="waitForCategoryPageToLoad"/>

0 commit comments

Comments
 (0)