Skip to content
Snippets Groups Projects
Commit b8cc80d8 authored by Vasyl Kozyrenko's avatar Vasyl Kozyrenko
Browse files

MTA-3787: Add variations to CheckoutWithBraintreePaypalCartTest

parent 5fe2d3ff
Branches
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
namespace Magento\Checkout\Test\Block\Onepage; namespace Magento\Checkout\Test\Block\Onepage;
use Magento\Checkout\Test\Fixture\Checkout; use Magento\Checkout\Test\Fixture\Checkout;
use Magento\Customer\Test\Fixture\Customer;
use Magento\Mtf\Block\Form; use Magento\Mtf\Block\Form;
use Magento\Mtf\Fixture\FixtureInterface; use Magento\Mtf\Fixture\FixtureInterface;
...@@ -93,10 +94,10 @@ class Login extends Form ...@@ -93,10 +94,10 @@ class Login extends Form
/** /**
* Fill required fields for guest checkout. * Fill required fields for guest checkout.
* *
* @param FixtureInterface $customer * @param Customer $customer
* @return void * @return void
*/ */
public function fillGuestFields(FixtureInterface $customer) public function fillGuestFields(Customer $customer)
{ {
$mapping = $this->dataMapping(); $mapping = $this->dataMapping();
$this->_rootElement->find($mapping['email']['selector'], $mapping['email']['strategy']) $this->_rootElement->find($mapping['email']['selector'], $mapping['email']['strategy'])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment