mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix behat test
This commit is contained in:
parent
fe5910e8ac
commit
d6fa473f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -1086,7 +1086,7 @@ final class ManagingProductsContext implements Context
|
|||
*/
|
||||
public function iShouldBeNotifiedThatSvgTypeIsNotAllowed(): void
|
||||
{
|
||||
$this->mediaFormElement->hasValidationErrorWithMessage('This file type is not allowed.');
|
||||
$this->assertValidationMessage('images', 'The file is not a valid image. Allowed types are image/jpeg, image/png, image/gif, image/webp.');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue