it("should render policy as invalid if password doesn't match the requirements", async () => {
    const { queryByTestId, getByRole } = render(<PasswordVerifier password='asd' />, {
        wrapper: mockAppRoot()
            .withSetting('Accounts_Password_Policy_Enabled', 'true')
            .withSetting('Accounts_Password_Policy_MinLength', '10')