10
10
use Magento \Mtf \Client \Element \SimpleElement ;
11
11
use Magento \Mtf \Client \Locator ;
12
12
use Magento \Mtf \Fixture \FixtureInterface ;
13
+ use Magento \Mtf \Client \ElementInterface ;
13
14
14
15
/**
15
16
* Select version block.
@@ -84,7 +85,7 @@ public function chooseVersionUpgradeOtherComponents($sampleDataVersion)
84
85
/**
85
86
* Gets components rows as ElementInterface
86
87
*
87
- * @return \Magento\Mtf\Client\ ElementInterface[]
88
+ * @return ElementInterface[]
88
89
*/
89
90
private function getComponentsTableRows ()
90
91
{
@@ -136,7 +137,7 @@ private function canClickOnNextPage()
136
137
* Gets rows component title
137
138
*
138
139
* @param int $rowIndex
139
- * @return \Magento\Mtf\Client\ ElementInterface
140
+ * @return ElementInterface
140
141
*/
141
142
private function getRowComponentTitle ($ rowIndex )
142
143
{
@@ -150,7 +151,7 @@ private function getRowComponentTitle($rowIndex)
150
151
* Gets the select element from row
151
152
*
152
153
* @param int $rowIndex
153
- * @return \Magento\Mtf\Client\ ElementInterface
154
+ * @return ElementInterface
154
155
*/
155
156
private function getSelectFromRow ($ rowIndex )
156
157
{
@@ -180,7 +181,7 @@ private function convertVersionFixtureToRegexp($sampleDataVersion)
180
181
/**
181
182
* Asserts if element's text contains sample data
182
183
*
183
- * @param \Magento\Mtf\Client\ ElementInterface $element
184
+ * @param ElementInterface $element
184
185
* @return bool
185
186
*/
186
187
private function titleContainsSampleData ($ element )
0 commit comments