We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf87d09 + 62e6d54 commit 6d1ac43Copy full SHA for 6d1ac43
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Shipping/Method.php
@@ -98,6 +98,17 @@ public function isShippingMethodAvailable(array $method)
98
return $this->_rootElement->find($selector, Locator::SELECTOR_XPATH)->isVisible();
99
}
100
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
+
112
/**
113
* Click continue button.
114
*
0 commit comments