Skip to content

Commit 7abb359

Browse files
author
Mykhailo Miroshnikov
committed
Merge branch 'MAGETWO-32125' of github.corp.ebay.com:magento-vanilla/magento2ce into PR
2 parents de17f43 + 2a8bea1 commit 7abb359

File tree

2 files changed

+2
-2
lines changed
  • app/code/Magento/Store/view/base/web/templates/filter/store
  • dev/tests/functional/tests/app/Magento/Backend/Test/Block/Widget

2 files changed

+2
-2
lines changed

app/code/Magento/Store/view/base/web/templates/filter/store/item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
-->
77
<!-- ko ifnot: 'items' in option -->
8-
<option data-bind="attr: { label: option.label, value: option.value }"></option>
8+
<option data-bind="attr: { label: option.label, value: option.value }, text: option.label"></option>
99
<!-- /ko -->
1010
<!-- ko if: 'items' in option -->
1111
<optgroup data-bind="attr: { label: option.label }"></optgroup>

dev/tests/functional/tests/app/Magento/Backend/Test/Block/Widget/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ abstract class Grid extends Block
4646
*
4747
* @var string
4848
*/
49-
protected $resetButton = '[title="Reset Filter"][class*=action]';
49+
protected $resetButton = '.action-reset';
5050

5151
/**
5252
* The first row in grid. For this moment we suggest that we should strictly define what we are going to search

0 commit comments

Comments
 (0)