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): ...@@ -1014,10 +1014,8 @@ class TestERP5Credential(ERP5TypeTestCase):
self.stepUnSetCredentialAutomaticApprovalPreferences() self.stepUnSetCredentialAutomaticApprovalPreferences()
def test_double_ERP5Site_newCredentialRequest(self): def test_double_ERP5Site_newCredentialRequest(self):
""" """Check that ERP5Site_newCredentialRequest will not create conflicting
Check that the script ERP5Site_newCredentialRequest will create one credentials."""
Credential Request correctly
"""
sequence = dict(automatic_call=True) sequence = dict(automatic_call=True)
self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence) self.stepSetCredentialRequestAutomaticApprovalPreferences(sequence)
self.stepSetCredentialAssignmentPropertyList() self.stepSetCredentialAssignmentPropertyList()
...@@ -1046,6 +1044,11 @@ class TestERP5Credential(ERP5TypeTestCase): ...@@ -1046,6 +1044,11 @@ class TestERP5Credential(ERP5TypeTestCase):
self.tic() self.tic()
self.stepUnSetCredentialAutomaticApprovalPreferences() 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): def testERP5Site_newCredentialRecoveryWithNoSecurityQuestion(self):
""" """
Check that password recovery works when security question and answer are 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