Skip to content

Commit 3dfeae0

Browse files
author
Oleg Zinoviev
committed
MAGETWO-32302: Create New Order
- Fixed unit test & CR
1 parent 72239c5 commit 3dfeae0

File tree

2 files changed

+1
-6
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/product
  • dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create

2 files changed

+1
-6
lines changed

app/code/Magento/Catalog/view/adminhtml/web/product/product.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -401,11 +401,6 @@
401401
padding-top: 3px;
402402
}
403403

404-
.admin__scope-old .field-weight .choice input {
405-
margin-right: 5px;
406-
vertical-align: bottom;
407-
}
408-
409404
.admin__scope-old .field-price .addon > input {
410405
width: 99px;
411406
float: left;

dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Create/Totals.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Totals extends Block
2020
*
2121
* @var string
2222
*/
23-
protected $submitOrder = '.order-totals-bottom button';
23+
protected $submitOrder = '.order-totals-actions button';
2424

2525
/**
2626
* Click 'Submit Order' button

0 commit comments

Comments
 (0)