Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit cd3f085

Browse files
committed
#101: Undo error message change. Does not fit the test and the constraint anymore this way. Test needs to be adjusted to result in expected error.
1 parent 77aa5a0 commit cd3f085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/CatalogUrlRewrite/Test/Constraint/AssertProductUrlDuplicateErrorMessage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class AssertProductUrlDuplicateErrorMessage extends AbstractConstraint
1919
/**
2020
* Text title of the error message to be checked.
2121
*/
22-
const ERROR_MESSAGE_TITLE = 'SKU is already in use.';
22+
const ERROR_MESSAGE_TITLE = 'The value specified in the URL Key field would generate a URL that already exists.';
2323

2424
/**
2525
* Assert that success message is displayed after product save.

0 commit comments

Comments
 (0)