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: dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest/ProductUrlKeyTest.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -390,9 +390,9 @@ public function testImportWithSpacesInUrlKeys()
390
390
}
391
391
392
392
/**
393
-
* Validate import file when we have an existing product with UrlKey that consists of an alpha characters and
394
-
* a number at the end against the same imported UrlKey but without the number at the end,
395
-
* when Product URL Suffix is set to none in the admin.
393
+
* Validate import file when we have an existing product with UrlKey that consists of numbers with an alphabetical
394
+
* characters in the end against the same imported UrlKey but without the character at the end,
395
+
* when Product URL Suffix is set to be empty in the admin.
0 commit comments