Skip to content

Commit d62da73

Browse files
author
Oleksandr Manchenko
committed
MTA-2236: Sync qmt repository with mainline - Sprint 14
- Fixed static test fails
1 parent 38811ef commit d62da73

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

dev/tests/functional/lib/Magento/Mtf/Client/Element/JquerytreeElement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ protected function getElementLabel(ElementInterface $element)
116116
public function getStructure($level = null)
117117
{
118118
$nodesSelector = $this->getNodesSelector($level);
119-
$Nodes = $this->getElements($nodesSelector, Locator::SELECTOR_XPATH);
119+
$nodes = $this->getElements($nodesSelector, Locator::SELECTOR_XPATH);
120120

121-
return $this->prepareValues($Nodes);
121+
return $this->prepareValues($nodes);
122122
}
123123

124124
/**

dev/tests/functional/tests/app/Magento/Wishlist/Test/TestCase/ShareWishlistEntityTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Magento\Customer\Test\Fixture\Customer;
1212
use Magento\Wishlist\Test\Page\WishlistIndex;
1313
use Magento\Wishlist\Test\Page\WishlistShare;
14-
use Magento\Mtf\Client\BrowserInterface;
1514
use Magento\Mtf\TestCase\Injectable;
1615

1716
/**
@@ -99,14 +98,12 @@ public function __inject(
9998
/**
10099
* Share wish list.
101100
*
102-
* @param BrowserInterface $browser
103101
* @param Customer $customer
104102
* @param CatalogProductSimple $product
105103
* @param array $sharingInfo
106104
* @return void
107105
*/
108106
public function test(
109-
BrowserInterface $browser,
110107
Customer $customer,
111108
CatalogProductSimple $product,
112109
array $sharingInfo

0 commit comments

Comments
 (0)