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.
1 parent 6c2838b commit 1110490Copy full SHA for 1110490
dev/tests/functional/tests/app/Magento/GiftMessage/Test/Block/Message/Order/Items/View.php
@@ -100,7 +100,7 @@ protected function clickGiftMessageButton($itemName)
100
*/
101
protected function giftMessageButtonIsVisible($itemName)
102
{
103
- return $isVisible = $this->_rootElement->find(
+ return $this->_rootElement->find(
104
sprintf($this->giftMessageButtonSelector, $itemName),
105
Locator::SELECTOR_XPATH
106
)->isVisible();
0 commit comments