Skip to content

Commit 9e3522c

Browse files
committed
MAGETWO-75621: [FT] Sales variations failed on Jenkins
1 parent a9c765c commit 9e3522c

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)