[zanata/zanata-platform] 79e208: fix(test): Update the account functional tests (#6...

GitHub noreply at github.com
Mon Dec 4 08:09:36 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/zanata/zanata-platform
  Commit: 79e208c183b85cddcf236f6e1b4e916de04ae437
      https://github.com/zanata/zanata-platform/commit/79e208c183b85cddcf236f6e1b4e916de04ae437
  Author: Damian Jansen <djansen at redhat.com>
  Date:   2017-12-04 (Mon, 04 Dec 2017)

  Changed paths:
    M server/functional-test/src/main/java/org/zanata/page/AbstractPage.kt
    M server/functional-test/src/main/java/org/zanata/page/account/EditProfilePage.java
    M server/functional-test/src/main/java/org/zanata/page/account/EnterNewPasswordPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/InactiveAccountPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/ProfilePage.java
    M server/functional-test/src/main/java/org/zanata/page/account/RegisterPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/ResetPasswordPage.java
    M server/functional-test/src/main/java/org/zanata/page/account/SignInPage.java
    M server/functional-test/src/main/java/org/zanata/page/dashboard/dashboardsettings/DashboardAccountTab.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GoogleAccountPage.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GoogleManagePermissionsPage.java
    R server/functional-test/src/main/java/org/zanata/page/googleaccount/GooglePermissionsPage.java
    R server/functional-test/src/main/java/org/zanata/workflow/GoogleWorkFlow.java
    M server/functional-test/src/main/java/org/zanata/workflow/RegisterWorkFlow.java
    M server/functional-test/src/test/java/org/zanata/feature/account/ChangePasswordTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/EmailValidationTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/InactiveUserLoginTest.java
    M server/functional-test/src/test/java/org/zanata/feature/account/UsernameValidationTest.java
    M server/functional-test/src/test/java/org/zanata/feature/dashboard/DashboardTest.java
    M server/functional-test/src/test/java/org/zanata/feature/security/SecurityTest.java
    R server/functional-test/src/test/java/org/zanata/util/GoogleSignIn.java
    M server/zanata-war/src/main/webapp/account/register.xhtml

  Log Message:
  -----------
  fix(test): Update the account functional tests (#621)

* fix(test): document EditProfilePage
* fix(test): remove Google login
* fix(test): document EnterNewPasswordPage
* fix(test): update and document InactiveAccountPage
* fix(test): update ResetPassword and Profile pages
Also add a getText function for convenience and consistency.
* fix(test): Add id to terms of use element and update test pages
Add id to terms of use element. Document pages. Use getAttribute and
getText AbstractPage functions.
* fix(test): Document SignInPage
* fix(test): clean up and improve account tests
* fix(test): fix parameter formatting




More information about the zanata-commits mailing list