Skip to content

Commit 8bf0f81

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-36622: [UI] Merge grid styles
- fixed tests
1 parent 411577c commit 8bf0f81

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Create extends Block
8585
*
8686
* @var string
8787
*/
88-
protected $updateItems = '#order-items_grid button[onclick="order.itemsUpdate()"]';
88+
protected $updateItems = '[onclick="order.itemsUpdate()"]';
8989

9090
/**
9191
* 'Add Selected Product(s) to Order' button.

0 commit comments

Comments
 (0)