Skip to content

Commit 1480d23

Browse files
author
Stanislav Idolov
committed
ENGCOM-1312: [Improvement] Implement customer group grid on ui component #13501
1 parent 1d90f34 commit 1480d23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/functional/tests/app/Magento/Customer/Test/Block/Adminhtml/Group/CustomerGroupGrid.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ class CustomerGroupGrid extends DataGrid
3131
'code' => [
3232
'selector' => '.admin__data-grid-filters input[name*=customer_group_code]',
3333
],
34+
'tax_class_id' => [
35+
'selector' => '.admin__data-grid-filters select[name*=tax_class_id]',
36+
'input' => 'select'
37+
],
3438
];
3539

3640
/**

0 commit comments

Comments
 (0)