Skip to content

Commit a4b2315

Browse files
committed
AC-9386: fix for random failing MFTF with "Unable to locate element: {"method":"css selector","selector":"fieldset input[type='email']"}"
1 parent a225939 commit a4b2315

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/Checkout/view/frontend/web/js/view/form/element

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/form/element/email.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ define([
1313
'Magento_Checkout/js/model/quote',
1414
'Magento_Checkout/js/checkout-data',
1515
'Magento_Checkout/js/model/full-screen-loader',
16+
'Magento_Checkout/js/view/shipping',
1617
'mage/validation'
1718
], function ($, Component, ko, customer, checkEmailAvailability, loginAction, quote, checkoutData, fullScreenLoader) {
1819
'use strict';

0 commit comments

Comments
 (0)