Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 82a6569

Browse files
committed
MAGETWO-80093: Create Functional Test to verify OOS Configuration product Option not showing in Layered Navigation
- fix static tests
1 parent 6fe2761 commit 82a6569

File tree

1 file changed

+2
-0
lines changed
  • dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/Block

1 file changed

+2
-0
lines changed

dev/tests/functional/tests/app/Magento/LayeredNavigation/Test/Block/Navigation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,14 @@ class Navigation extends Block
3636
*/
3737
protected $optionTitle = './/div[@class="filter-options-title" and contains(text(),"%s")]';
3838

39+
// @codingStandardsIgnoreStart
3940
/**
4041
* Locator value for corresponding filtered attribute option content.
4142
*
4243
* @var string
4344
*/
4445
protected $optionContent = './/div[@class="filter-options-title" and contains(text(),"")]/following-sibling::div//a[contains(text(), \'SIZE\')]';
46+
// @codingStandardsIgnoreEnd
4547

4648
/**
4749
* Locator value for correspondent "Filter" link.

0 commit comments

Comments
 (0)