We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1504568 + 9e3522c commit 5fe8cddCopy full SHA for 5fe8cdd
dev/tests/functional/tests/app/Magento/Shipping/Test/Block/Adminhtml/Shipment/Grid.php
@@ -33,10 +33,10 @@ class Grid extends GridInterface
33
'selector' => 'input[name="order_increment_id"]',
34
],
35
'total_qty_from' => [
36
- 'selector' => 'input[name="total_qty[from]"',
+ 'selector' => 'input[name="total_qty[from]"]',
37
38
'total_qty_to' => [
39
- 'selector' => 'input[name="total_qty][to]"',
+ 'selector' => 'input[name="total_qty[to]"]',
40
41
];
42
}
0 commit comments