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

GitHub noreply at github.com
Tue Oct 29 04:14:20 UTC 2013


  Branch: refs/heads/test-minimalist-signup
  Home:   https://github.com/zanata/zanata-server
  Commit: b0ef3bb12841850f5a8eccf24f870489f20b9b59
      https://github.com/zanata/zanata-server/commit/b0ef3bb12841850f5a8eccf24f870489f20b9b59
  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