Skip to content

Commit 5aaaf1d

Browse files
committed
Fix tests
1 parent 50c9177 commit 5aaaf1d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

client/jetpack-connect/test/__snapshots__/authorize.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exports[`JetpackAuthorize renders as expected 1`] = `
4343
</div>
4444
</div>
4545
<div
46-
class="jetpack-connect__authorize-form"
46+
class="jetpack-connect__authorize-form feature-flag-woocommerce-core-profiler-passwordless-auth"
4747
>
4848
<div
4949
class="jetpack-connect__logged-in-form"

client/login/test/controller.js

-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jest.mock( 'calypso/state/selectors/get-is-blaze-pro', () => ( {
3131
default: jest.fn(),
3232
} ) );
3333

34-
jest.mock( 'calypso/state/selectors/get-is-woo-passwordless', () => ( {
35-
__esModule: true,
36-
default: jest.fn(),
37-
} ) );
38-
3934
jest.mock( 'calypso/state/selectors/is-woo-jpc-flow', () => ( {
4035
__esModule: true,
4136
default: jest.fn(),

0 commit comments

Comments
 (0)