You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/10/03 12:25:16 UTC

[3/4] syncope git commit: Fixing test execution

Fixing test execution


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/baa7600b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/baa7600b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/baa7600b

Branch: refs/heads/2_0_X
Commit: baa7600b65f3a2c0f51bb759bde73da4e6d09ae6
Parents: 97bdc56
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Oct 3 14:24:49 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Oct 3 14:24:49 2016 +0200

----------------------------------------------------------------------
 .../org/apache/syncope/client/enduser/protractor/tests/create.js   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/baa7600b/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/tests/create.js
----------------------------------------------------------------------
diff --git a/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/tests/create.js b/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/tests/create.js
index 52674c7..27ead15 100644
--- a/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/tests/create.js
+++ b/fit/enduser-reference/src/test/resources/org/apache/syncope/client/enduser/protractor/tests/create.js
@@ -50,6 +50,8 @@ describe('syncope enduser user create', function () {
     element.all(by.id('next')).first().click();
 
     //plainSchemas
+    abstract.waitSpinner();
+    browser.wait(element(by.name('fullname')).isPresent());
     element.all(by.name('fullname')).first().sendKeys('Gaetano Donizetti');
     element.all(by.name('userId')).first().sendKeys('donizetti@apache.org');
     element.all(by.name('firstname')).first().sendKeys('Gaetano');