We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d1c29 commit 06267e6Copy full SHA for 06267e6
dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsBlockTest.php
@@ -70,8 +70,9 @@ public function testGetDisabledCmsBlockByIdentifiers()
70
/** @var StoreManagerInterface $storeManager */
71
$storeManager = $this->objectManager->get(StoreManagerInterface::class);
72
$storeId = (int)$storeManager->getStore()->getId();
73
- $cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)->execute("fixture_block",
74
- $storeId)->getId();
+ $cmsBlockId = $this->objectManager->get(GetBlockByIdentifier::class)
+ ->execute("fixture_block", $storeId)
75
+ ->getId();
76
$this->objectManager->get(Block::class)->load($cmsBlockId)->setIsActive(0)->save();
77
$query =
78
<<<QUERY
0 commit comments