Commit 8e08e279 authored by Łukasz Nowak's avatar Łukasz Nowak

Mark not implemented test for double click protection.

parent 83b58b56
......@@ -1014,10 +1014,8 @@ class TestERP5Credential(ERP5TypeTestCase):
self.stepUnSetCredentialAutomaticApprovalPreferences()
def test_double_ERP5Site_newCredentialRequest(self):
"""
Check that the script ERP5Site_newCredentialRequest will create one
Credential Request correctly
"""
"""Check that ERP5Site_newCredentialRequest will not create conflicting
credentials."""
sequence = dict(automatic_call=True)
self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence)
self.stepSetCredentialAssignmentPropertyList()
......@@ -1046,6 +1044,11 @@ class TestERP5Credential(ERP5TypeTestCase):
self.tic()
self.stepUnSetCredentialAutomaticApprovalPreferences()
def test_double_ERP5Site_newCredentialRequest_double_click(self):
"""Check that ERP5Site_newCredentialRequest will react correctly on double
click"""
raise NotImplementedError
def testERP5Site_newCredentialRecoveryWithNoSecurityQuestion(self):
"""
Check that password recovery works when security question and answer are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment