Skip to content

Commit 5fe8cdd

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-75621' into 2.1-develop-pr31
2 parents 1504568 + 9e3522c commit 5fe8cdd

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Shipment

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Shipment/Grid.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ class Grid extends GridInterface
3333
'selector' => 'input[name="order_increment_id"]',
3434
],
3535
'total_qty_from' => [
36-
'selector' => 'input[name="total_qty[from]"',
36+
'selector' => 'input[name="total_qty[from]"]',
3737
],
3838
'total_qty_to' => [
39-
'selector' => 'input[name="total_qty][to]"',
39+
'selector' => 'input[name="total_qty[to]"]',
4040
],
4141
];
4242
}

0 commit comments

Comments
 (0)