[zanata/zanata-server] fb4ec6: Fix the test pages for sign up and log in

GitHub noreply at github.com
Tue Oct 29 04:02:47 UTC 2013


  Branch: refs/heads/test-minimalist-signup
  Home:   https://github.com/zanata/zanata-server
  Commit: fb4ec6a5749b0ff2ad21ae5035e4306f1af29f93
      https://github.com/zanata/zanata-server/commit/fb4ec6a5749b0ff2ad21ae5035e4306f1af29f93
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2013-10-28 (Mon, 28 Oct 2013)

  Changed paths:
    M functional-test/src/main/java/org/zanata/page/AbstractPage.java
    M functional-test/src/main/java/org/zanata/page/BasePage.java
    A functional-test/src/main/java/org/zanata/page/CorePage.java
    M functional-test/src/main/java/org/zanata/page/account/RegisterPage.java
    M functional-test/src/main/java/org/zanata/page/account/SignInPage.java
    M functional-test/src/main/java/org/zanata/workflow/LoginWorkFlow.java
    M functional-test/src/test/java/org/zanata/feature/account/InvalidEmailAddressTest.java
    M functional-test/src/test/java/org/zanata/feature/account/RegisterTest.java
    M functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.java
    M functional-test/src/test/java/org/zanata/feature/account/ValidEmailAddressTest.java
    M functional-test/src/test/java/org/zanata/feature/project/ProjectTestSuite.java
    M functional-test/src/test/java/org/zanata/feature/security/SecurityFullTest.java
    M functional-test/src/test/java/org/zanata/feature/versionGroup/VersionGroupIDValidationTest.java

  Log Message:
  -----------
  Fix the test pages for sign up and log in

The new sign up and log in pages are minimalist, not having the
features that BasePage provides. To remove errors and element
search waits, this adds a core page with globally necessary entities.
Also, Captcha and Confirm Password fields were removed, some elements
were renamed and a new error element introduced, so the tests
now recognise these.





More information about the zanata-commits mailing list