Skip to content

Commit 86d67e4

Browse files
authored
Merge pull request #976 from magento-nord/NORD-PR
MAGETWO-66654: [FAT] Customer header links optimization
2 parents 411a1d6 + 16d3ce7 commit 86d67e4

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Cms/Test/Page

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Cms/Test/Page/CmsIndex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<block name="titleBlock" class="Magento\Theme\Test\Block\Html\Title" locator=".page-title-wrapper" strategy="css selector" />
1313
<block name="footerBlock" class="Magento\Theme\Test\Block\Html\Footer" locator="footer.page-footer" strategy="css selector" />
1414
<block name="logoBlock" class="Magento\Theme\Test\Block\Html\Logo" locator=".header .logo" strategy="css selector" />
15-
<block name="linksBlock" class="Magento\Theme\Test\Block\Links" locator=".header .links" strategy="css selector" />
15+
<block name="linksBlock" class="Magento\Theme\Test\Block\Links" locator=".panel.header" strategy="css selector" />
1616
<block name="storeSwitcherBlock" class="Magento\Store\Test\Block\Switcher" locator="[data-ui-id='language-switcher']" strategy="css selector" />
1717
<block name="currencyBlock" class="Magento\Directory\Test\Block\Currency\Switcher" locator=".switcher.currency" strategy="css selector" />
1818
<block name="cmsPageBlock" class="Magento\Cms\Test\Block\Page" locator=".page-main" strategy="css selector" />

0 commit comments

Comments
 (0)