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 a0bff11 commit bbc7605Copy full SHA for bbc7605
dev/tests/api-functional/testsuite/Magento/CmsGraphQl/Model/Resolver/PageTest.php
@@ -409,7 +409,7 @@ public function testCmsPageResolverCacheDoesNotSaveNonExistentCmsPage()
409
* @magentoDataFixture Magento/Cms/Fixtures/page_list.php
410
* @return void
411
*/
412
- public function testCmsResolverCacheIsInvalidatedAfterSwitchingStoreView()
+ public function testCmsResolverCacheIsInvalidatedAfterChangingItsStoreView()
413
{
414
/** @var \Magento\Cms\Model\Page $page */
415
$page = $this->getPageByTitle('Page with 1column layout');
0 commit comments