You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateSimpleProductTest/AdminCreateSimpleProductUrlKeyTest.xml
<seeselector="{{AdminProductFormSection.fieldError('url_key')}}"userInput="Please enter a valid URL Key (Ex: example-page)."stepKey="seeLastHyphenErrorMessage"/>
32
+
<seeselector="{{AdminProductFormSection.fieldError('url_key')}}"userInput="Trailing hyphens are not allowed."stepKey="seeLastHyphenErrorMessage"/>
<seeselector="{{AdminProductFormSection.fieldError('url_key')}}"userInput="Please enter a valid URL Key (Ex: example-page)."stepKey="seeFirstHyphenErrorMessage"/>
37
+
<seeselector="{{AdminProductFormSection.fieldError('url_key')}}"userInput="Trailing hyphens are not allowed."stepKey="seeFirstHyphenErrorMessage"/>
<dontSeeselector="{{AdminProductFormSection.fieldError('url_key')}}"userInput="Please enter a valid URL Key (Ex: example-page)."stepKey="dontSeeErrorMessage"/>
42
+
<dontSeeselector="{{AdminProductFormSection.fieldError('url_key')}}"userInput="Trailing hyphens are not allowed."stepKey="dontSeeErrorMessage"/>
0 commit comments