File tree 2 files changed +3
-3
lines changed
jetpack-connect/test/__snapshots__
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ exports[`JetpackAuthorize renders as expected 1`] = `
43
43
</div >
44
44
</div >
45
45
<div
46
- class = " jetpack-connect__authorize-form"
46
+ class = " jetpack-connect__authorize-form feature-flag-woocommerce-core-profiler-passwordless-auth "
47
47
>
48
48
<div
49
49
class = " jetpack-connect__logged-in-form"
Original file line number Diff line number Diff line change 1
1
import isWooCommerceCoreProfilerFlow from 'calypso/state/selectors/is-woocommerce-core-profiler-flow' ;
2
2
3
3
describe ( 'isWooCommerceCoreProfilerFlow' , ( ) => {
4
- test ( 'should return false when no argument ' , ( ) => {
5
- expect ( isWooCommerceCoreProfilerFlow ( ) ) . toBe ( false ) ;
4
+ test ( 'should return false when state is empty ' , ( ) => {
5
+ expect ( isWooCommerceCoreProfilerFlow ( { } ) ) . toBe ( false ) ;
6
6
} ) ;
7
7
8
8
test ( 'should return false if no query present' , ( ) => {
You can’t perform that action at this time.
0 commit comments