Skip to content

Commit 6d1ac43

Browse files
author
Stanislav Idolov
committed
Merge remote-tracking branch 'origin/ENGCOM-1589-magento-magento2-15297' into 2.2-develop-prs
2 parents bf87d09 + 62e6d54 commit 6d1ac43

File tree

1 file changed

+11
-0
lines changed
  • dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping

1 file changed

+11
-0
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping/Method.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,17 @@ public function isShippingMethodAvailable(array $method)
9898
return $this->_rootElement->find($selector, Locator::SELECTOR_XPATH)->isVisible();
9999
}
100100

101+
/**
102+
* @deprecated
103+
* @see isShippingMethodAvailable
104+
* @param array $method
105+
* @return bool
106+
*/
107+
public function isShippingMethodAvaiable(array $method)
108+
{
109+
return $this->isShippingMethodAvailable($method);
110+
}
111+
101112
/**
102113
* Click continue button.
103114
*

0 commit comments

Comments
 (0)