Skip to content

Commit b8cc80d

Browse files
MTA-3787: Add variations to CheckoutWithBraintreePaypalCartTest
1 parent 5fe2d3f commit b8cc80d

File tree

1 file changed

+3
-2
lines changed
  • dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
namespace Magento\Checkout\Test\Block\Onepage;
77

88
use Magento\Checkout\Test\Fixture\Checkout;
9+
use Magento\Customer\Test\Fixture\Customer;
910
use Magento\Mtf\Block\Form;
1011
use Magento\Mtf\Fixture\FixtureInterface;
1112

@@ -93,10 +94,10 @@ public function loginCustomer(FixtureInterface $customer)
9394
/**
9495
* Fill required fields for guest checkout.
9596
*
96-
* @param FixtureInterface $customer
97+
* @param Customer $customer
9798
* @return void
9899
*/
99-
public function fillGuestFields(FixtureInterface $customer)
100+
public function fillGuestFields(Customer $customer)
100101
{
101102
$mapping = $this->dataMapping();
102103
$this->_rootElement->find($mapping['email']['selector'], $mapping['email']['strategy'])

0 commit comments

Comments
 (0)