File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
lib/Magento/Mtf/Client/Element
tests/app/Magento/Wishlist/Test/TestCase Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ protected function getElementLabel(ElementInterface $element)
116
116
public function getStructure ($ level = null )
117
117
{
118
118
$ nodesSelector = $ this ->getNodesSelector ($ level );
119
- $ Nodes = $ this ->getElements ($ nodesSelector , Locator::SELECTOR_XPATH );
119
+ $ nodes = $ this ->getElements ($ nodesSelector , Locator::SELECTOR_XPATH );
120
120
121
- return $ this ->prepareValues ($ Nodes );
121
+ return $ this ->prepareValues ($ nodes );
122
122
}
123
123
124
124
/**
Original file line number Diff line number Diff line change 11
11
use Magento \Customer \Test \Fixture \Customer ;
12
12
use Magento \Wishlist \Test \Page \WishlistIndex ;
13
13
use Magento \Wishlist \Test \Page \WishlistShare ;
14
- use Magento \Mtf \Client \BrowserInterface ;
15
14
use Magento \Mtf \TestCase \Injectable ;
16
15
17
16
/**
@@ -99,14 +98,12 @@ public function __inject(
99
98
/**
100
99
* Share wish list.
101
100
*
102
- * @param BrowserInterface $browser
103
101
* @param Customer $customer
104
102
* @param CatalogProductSimple $product
105
103
* @param array $sharingInfo
106
104
* @return void
107
105
*/
108
106
public function test (
109
- BrowserInterface $ browser ,
110
107
Customer $ customer ,
111
108
CatalogProductSimple $ product ,
112
109
array $ sharingInfo
You can’t perform that action at this time.
0 commit comments