Skip to content

Commit b5ede75

Browse files
MC-19585: CMS page redirects to homepage after changing store view
1 parent 03a5fed commit b5ede75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/Cms/_files/two_cms_page_with_same_url_for_different_stores.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
->setPageLayout('1column')
2020
->save();
2121

22-
$storeManager = $objectManager->create(\Magento\Store\Model\StoreManagerInterface::class);
23-
$store = $storeManager->getStore('fixture_second_store');
2422
/** @var $page \Magento\Cms\Model\Page */
2523
$page = $objectManager->create(\Magento\Cms\Model\Page::class);
2624
$page->setTitle('Second test page')

0 commit comments

Comments
 (0)