1010use Magento \Mtf \Client \Element \SimpleElement ;
1111use Magento \Mtf \Client \Locator ;
1212use Magento \Mtf \Fixture \FixtureInterface ;
13+ use Magento \Mtf \Client \ElementInterface ;
1314
1415/**
1516 * Select version block.
@@ -84,7 +85,7 @@ public function chooseVersionUpgradeOtherComponents($sampleDataVersion)
8485 /**
8586 * Gets components rows as ElementInterface
8687 *
87- * @return \Magento\Mtf\Client\ ElementInterface[]
88+ * @return ElementInterface[]
8889 */
8990 private function getComponentsTableRows ()
9091 {
@@ -136,7 +137,7 @@ private function canClickOnNextPage()
136137 * Gets rows component title
137138 *
138139 * @param int $rowIndex
139- * @return \Magento\Mtf\Client\ ElementInterface
140+ * @return ElementInterface
140141 */
141142 private function getRowComponentTitle ($ rowIndex )
142143 {
@@ -150,7 +151,7 @@ private function getRowComponentTitle($rowIndex)
150151 * Gets the select element from row
151152 *
152153 * @param int $rowIndex
153- * @return \Magento\Mtf\Client\ ElementInterface
154+ * @return ElementInterface
154155 */
155156 private function getSelectFromRow ($ rowIndex )
156157 {
@@ -180,7 +181,7 @@ private function convertVersionFixtureToRegexp($sampleDataVersion)
180181 /**
181182 * Asserts if element's text contains sample data
182183 *
183- * @param \Magento\Mtf\Client\ ElementInterface $element
184+ * @param ElementInterface $element
184185 * @return bool
185186 */
186187 private function titleContainsSampleData ($ element )
0 commit comments