File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/functional/tests/app/Magento/Sales/Test/Block/Adminhtml/Order/Creditmemo Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ public function setCaptureOption($option)
93
93
*/
94
94
public function getRefundShippingElement ()
95
95
{
96
- return $ this ->_rootElement ->find ($ this ->refundShippingSelector , Locator::SELECTOR_XPATH );
96
+ return $ this ->_rootElement ->find ($ this ->refundShippingSelector , Locator::SELECTOR_CSS );
97
97
}
98
98
99
99
/**
@@ -103,7 +103,7 @@ public function getRefundShippingElement()
103
103
*/
104
104
public function getAdjustmentRefundElement ()
105
105
{
106
- return $ this ->_rootElement ->find ($ this ->adjustmentRefundSelector , Locator::SELECTOR_XPATH );
106
+ return $ this ->_rootElement ->find ($ this ->adjustmentRefundSelector , Locator::SELECTOR_CSS );
107
107
}
108
108
109
109
/**
@@ -113,7 +113,7 @@ public function getAdjustmentRefundElement()
113
113
*/
114
114
public function getAdjustmentFeeElement ()
115
115
{
116
- return $ this ->_rootElement ->find ($ this ->adjustmentFeeSelector , Locator::SELECTOR_XPATH );
116
+ return $ this ->_rootElement ->find ($ this ->adjustmentFeeSelector , Locator::SELECTOR_CSS );
117
117
}
118
118
119
119
/**
You can’t perform that action at this time.
0 commit comments