File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
dev/tests/functional/tests/app/Magento Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<testCase name =" Magento\Ui\Test\TestCase\GridSortingTest" summary =" Grid UI Component Sorting" ticketId =" MAGETWO-41328" >
10
10
<variation name =" SalesOrderGridSorting" >
11
11
<data name =" tag" xsi : type =" string" >severity:S2</data >
12
- <data name =" tag" xsi : type =" string" >to_maintain:yes</data >
13
12
<data name =" description" xsi : type =" string" >Verify sales order grid storting</data >
14
13
<data name =" steps" xsi : type =" array" >
15
14
<item name =" 0" xsi : type =" string" >-</item >
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ public function resetFilter()
181
181
*
182
182
* @return void
183
183
*/
184
- protected function waitFilterToLoad ()
184
+ public function waitFilterToLoad ()
185
185
{
186
186
$ this ->getTemplateBlock ()->waitLoader ();
187
187
$ browser = $ this ->_rootElement ;
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ public function test(
89
89
$ page ->open ();
90
90
/** @var DataGrid $gridBlock */
91
91
$ gridBlock = $ page ->$ gridRetriever ();
92
+ $ gridBlock ->waitFilterToLoad ();
92
93
$ gridBlock ->resetFilter ();
93
94
94
95
$ sortingResults = [];
You can’t perform that action at this time.
0 commit comments