it('should render policy as valid if password matches the requirements', async () => {
    const { queryByTestId, getByRole } = render(<PasswordVerifier password='asd' />, {
        wrapper: mockAppRoot()
            .withSetting('Accounts_Password_Policy_Enabled', 'true')
            .withSetting('Accounts_Password_Policy_MinLength', '2')