Skip to content

Commit a00009e

Browse files
committed
MAGETWO-68766: [FT] UpdateCategoryEntityTest fails on CI
1 parent fa836e2 commit a00009e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Constraint/AssertCategoryWithCustomStoreOnFrontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function processAssert(
4343
'Wrong category name is displayed for default store.'
4444
);
4545

46-
$store = $category->getDataFieldConfig('store_id')['source']->store->getName();
46+
$store = $category->getData()['store_id']['source']->getName();
4747
$cmsIndex->getStoreSwitcherBlock()->selectStoreView($store);
4848
$cmsIndex->getLinksBlock()->waitWelcomeMessage();
4949
$browser->open($_ENV['app_frontend_url'] . $initialCategory->getUrlKey() . '.html');

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Category/UpdateCategoryEntityTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
<constraint name="Magento\Catalog\Test\Constraint\AssertCategoryIsNotActive" />
4545
</variation>
4646
<variation name="UpdateCategoryEntityTestVariation4_ChangeCategoryNameOnStoreView" summary="Update Category with custom Store View.">
47-
<data name="issue" xsi:type="string">Not implemented yet: MAGETWO-48516</data>
4847
<data name="category/data/store_id/dataset" xsi:type="string">custom</data>
4948
<data name="category/data/use_default_name" xsi:type="string">No</data>
5049
<data name="category/data/name" xsi:type="string">Category %isolation%</data>

0 commit comments

Comments
 (0)