We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd81b60 commit 7dae0e1Copy full SHA for 7dae0e1
1 file changed
tests/unit/components/MultifactorAuthentication/config/scenarios/index.test.ts
@@ -108,7 +108,7 @@ describe('MultifactorAuthentication Scenarios Config', () => {
108
const setPinScenario = config[CONST.MULTIFACTOR_AUTHENTICATION.SCENARIO.SET_PIN_ORDER_CARD];
109
110
expect(setPinScenario).toBeDefined();
111
- expect(setPinScenario.allowedAuthenticationMethods).toStrictEqual([CONST.MULTIFACTOR_AUTHENTICATION.TYPE.BIOMETRICS]);
+ expect(setPinScenario.allowedAuthenticationMethods).toStrictEqual([CONST.MULTIFACTOR_AUTHENTICATION.TYPE.BIOMETRICS, CONST.MULTIFACTOR_AUTHENTICATION.TYPE.PASSKEYS]);
112
expect(setPinScenario.action).toBeDefined();
113
expect(setPinScenario.callback).toBeDefined();
114
expect(typeof setPinScenario.callback).toBe('function');
0 commit comments