Skip to content

Commit 2a8bea1

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-32125: [FF33] Broken design for "select store" element in CMS grid filter
- fixed tests
1 parent cb9db34 commit 2a8bea1

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Backend/Test/Block/Widget

1 file changed

+1
-1
lines changed

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)