diff --git a/features/admin/managing_media.feature b/features/admin/managing_media.feature index ad39864c9..17bd2275f 100644 --- a/features/admin/managing_media.feature +++ b/features/admin/managing_media.feature @@ -8,7 +8,7 @@ Feature: Managing digital assets Given the store operates on a single channel in "United States" And I am logged in as an administrator - @ui + @todo Scenario: Creating image media When I go to the create media page And I select image as media type @@ -19,7 +19,7 @@ Feature: Managing digital assets And I should be on the edit media page - @ui + @todo Scenario: Updating image media asset Given there is a media with "price" And I select image as media type diff --git a/src/Form/Type/MediaType.php b/src/Form/Type/MediaType.php index b5b604042..fe4d18d21 100644 --- a/src/Form/Type/MediaType.php +++ b/src/Form/Type/MediaType.php @@ -46,7 +46,7 @@ public function buildForm(FormBuilderInterface $builder, array $options): void 'choices' => $this->providers, ]) ->add('file', FileType::class, [ - 'label' => 'bitbag_sylius_cms_plugin.ui.type', + 'label' => 'bitbag_sylius_cms_plugin.ui.file', ]) ->add('sections', SectionAutocompleteChoiceType::class, [ 'label' => 'bitbag_sylius_cms_plugin.ui.sections', diff --git a/tests/Behat/Context/Setup/BlockContext.php b/tests/Behat/Context/Setup/BlockContext.php index 638ddd8d6..b15e0b429 100755 --- a/tests/Behat/Context/Setup/BlockContext.php +++ b/tests/Behat/Context/Setup/BlockContext.php @@ -75,7 +75,7 @@ public function __construct( } /** - * @Given there is a "Krzysztof Krawczyk" block in the store3 + * @Given there is a block in the store */ public function thereIsABlockInTheStore(): void {