Skip to content

Commit 5319a6f

Browse files
committed
MAGETWO-64676: Functional tests changes.
1 parent 35b64de commit 5319a6f

File tree

1 file changed

+0
-19
lines changed
  • dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage

1 file changed

+0
-19
lines changed

dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage/Review.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,10 @@
66

77
namespace Magento\Checkout\Test\Block\Onepage;
88

9-
use Magento\Mtf\Client\Locator;
10-
119
/**
1210
* One page checkout status review block.
1311
*/
1412
class Review extends AbstractReview
1513
{
16-
/**
17-
* Review gift card line locator.
18-
*
19-
* @var string
20-
*/
21-
private $giftCardTotalSelector = '//div[contains(@class, "opc-block-summary")]//tr[contains(@class, "giftcard")]';
22-
23-
/**
24-
* Return if gift card is applied.
25-
*
26-
* @return bool
27-
*/
28-
public function isGiftCardApplied()
29-
{
30-
$this->waitForElementNotVisible($this->waitElement);
3114

32-
return $this->_rootElement->find($this->giftCardTotalSelector, Locator::SELECTOR_XPATH)->isVisible();
33-
}
3415
}

0 commit comments

Comments
 (0)