File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
dev/tests/functional/tests/app/Magento/Checkout/Test/Block/Onepage Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Checkout \Test \Block \Onepage ;
7
7
8
8
use Magento \Checkout \Test \Fixture \Checkout ;
9
+ use Magento \Customer \Test \Fixture \Customer ;
9
10
use Magento \Mtf \Block \Form ;
10
11
use Magento \Mtf \Fixture \FixtureInterface ;
11
12
@@ -93,10 +94,10 @@ public function loginCustomer(FixtureInterface $customer)
93
94
/**
94
95
* Fill required fields for guest checkout.
95
96
*
96
- * @param FixtureInterface $customer
97
+ * @param Customer $customer
97
98
* @return void
98
99
*/
99
- public function fillGuestFields (FixtureInterface $ customer )
100
+ public function fillGuestFields (Customer $ customer )
100
101
{
101
102
$ mapping = $ this ->dataMapping ();
102
103
$ this ->_rootElement ->find ($ mapping ['email ' ]['selector ' ], $ mapping ['email ' ]['strategy ' ])
You can’t perform that action at this time.
0 commit comments