Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java')
-rw-r--r--tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java
index c14599f8f..742601e12 100644
--- a/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java
+++ b/tests/test.integration.ui/src/main/java/org/apache/directory/studio/test/integration/ui/NewEntryWizardTest.java
@@ -266,6 +266,7 @@ public class NewEntryWizardTest extends AbstractTestBase
wizardBot.clickNextButton();
DnEditorDialogBot dnEditorBot = new DnEditorDialogBot();
+ dnEditorBot.setWaitAfterClickOkButton( false );
dnEditorBot.setDnText( USER1_DN.getName() );
dnEditorBot.clickOkButton();
wizardBot.clickFinishButton();
@@ -299,6 +300,7 @@ public class NewEntryWizardTest extends AbstractTestBase
wizardBot.clickNextButton();
SubtreeSpecificationEditorDialogBot subtreeEditorBot = new SubtreeSpecificationEditorDialogBot();
+ subtreeEditorBot.setWaitAfterClickOkButton( false );
subtreeEditorBot.clickOkButton();
wizardBot.clickFinishButton();
@@ -632,6 +634,7 @@ public class NewEntryWizardTest extends AbstractTestBase
wizardBot.activate();
wizardBot.editValue( "cACertificate;binary", null );
CertificateEditorDialogBot certEditorBot = new CertificateEditorDialogBot();
+ certEditorBot.setWaitAfterClickOkButton( false );
assertTrue( certEditorBot.isVisible() );
certEditorBot.typeFile( certFile );
certEditorBot.clickOkButton();
@@ -645,6 +648,7 @@ public class NewEntryWizardTest extends AbstractTestBase
wizardBot.activate();
wizardBot.editValue( "certificateRevocationList;binary", null );
HexEditorDialogBot hexEditorBot = new HexEditorDialogBot();
+ hexEditorBot.setWaitAfterClickOkButton( false );
assertTrue( hexEditorBot.isVisible() );
hexEditorBot.typeFile( crlFile );
hexEditorBot.clickOkButton();