Skip to content

Commit a1176eb

Browse files
committed
@W-20892530 @W-20892577 Billing Address Validation and Using contact phone for user registration (#3583)
* W-20892530 Billing Address Validation * W-20892577 save contact info phone
1 parent b273607 commit a1176eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/template-retail-react-app/app/pages/checkout-one-click/partials/one-click-contact-info.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: BSD-3-Clause
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
7-
import React, {useState, useEffect} from 'react'
7+
import React from 'react'
88
import {screen, waitFor, fireEvent, act} from '@testing-library/react'
99
import ContactInfo from '@salesforce/retail-react-app/app/pages/checkout-one-click/partials/one-click-contact-info'
1010
import {renderWithProviders} from '@salesforce/retail-react-app/app/utils/test-utils'

0 commit comments

Comments
 (0)