diff --git a/src/Sylius/Behat/Page/Admin/Taxon/UpdatePage.php b/src/Sylius/Behat/Page/Admin/Taxon/UpdatePage.php index 29f100e368..c82f0a3082 100644 --- a/src/Sylius/Behat/Page/Admin/Taxon/UpdatePage.php +++ b/src/Sylius/Behat/Page/Admin/Taxon/UpdatePage.php @@ -239,13 +239,13 @@ class UpdatePage extends BaseUpdatePage implements UpdatePageInterface return array_merge(parent::getDefinedElements(), [ 'code' => '#sylius_taxon_code', 'description' => '#sylius_taxon_translations_en_US_description', + 'enabled' => '#sylius_taxon_enabled', 'images' => '#sylius_taxon_images', 'language_tab' => '[data-locale="%locale%"] .title', 'name' => '#sylius_taxon_translations_en_US_name', 'parent' => '#sylius_taxon_parent', 'slug' => '#sylius_taxon_translations_%language%_slug', 'toggle_taxon_slug_modification_button' => '[data-locale="%locale%"] .toggle-taxon-slug-modification', - 'enabled' => '#sylius_taxon_enabled', ]); } diff --git a/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml b/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml index 66064fb18f..ad38008a5f 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml +++ b/src/Sylius/Bundle/TaxonomyBundle/Resources/translations/messages.en.yml @@ -5,9 +5,9 @@ sylius: form: taxon: description: Description + enabled: Enabled name: Name parent: Parent slug: Slug - enabled: Enabled taxonomy: name: Name