Skip to content

Commit

Permalink
Merge pull request #8840 from adobe-commerce-tier-4/AC-9386
Browse files Browse the repository at this point in the history
AC-9386: fix for random failing MFTF with "Unable to locate element: …
  • Loading branch information
internal-magento-queue-manager[bot] committed Apr 17, 2024
2 parents 725b648 + 21edf9a commit e1babcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ define([
'Magento_Checkout/js/model/quote',
'Magento_Checkout/js/checkout-data',
'Magento_Checkout/js/model/full-screen-loader',
'Magento_Checkout/js/view/shipping',
'mage/validation'
], function ($, Component, ko, customer, checkEmailAvailability, loginAction, quote, checkoutData, fullScreenLoader) {
'use strict';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ define(['squire', 'ko', 'jquery', 'jquery/validate'], function (Squire, ko, $) {
'getCheckedEmailValue'
]
),
'Magento_Checkout/js/model/full-screen-loader': jasmine.createSpy()
'Magento_Checkout/js/model/full-screen-loader': jasmine.createSpy(),
'Magento_Checkout/js/view/shipping': jasmine.createSpy()
},
Component;

Expand Down

0 comments on commit e1babcf

Please sign in to comment.