You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Leemoonsoo <gi...@git.apache.org> on 2017/10/06 09:58:59 UTC

[GitHub] zeppelin pull request #2609: [ZEPPELIN-2975] Fix e2e CI test profile

GitHub user Leemoonsoo opened a pull request:

    https://github.com/apache/zeppelin/pull/2609

    [ZEPPELIN-2975] Fix e2e CI test profile

    ### What is this PR for?
    e2e CI test profile is failing after merge https://github.com/apache/zeppelin/pull/2569.
    There were [css class list change] for paragraph add button element.
    That results e2e test unable to locate the button element.
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    * [x] - Fix 
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-2975
    
    ### How should this be tested?
    CI green
    
    ### Questions:
    * Does the licenses files need update? no
    * Is there breaking changes for older versions? no
    * Does this needs documentation? no


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Leemoonsoo/zeppelin fix/ci_selenium

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2609.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2609
    
----
commit 55ed4041c9e88e570dbff917b0ffe2e3178bd6c5
Author: Lee moon soo <mo...@apache.org>
Date:   2017-10-05T21:43:27Z

    locate add paragraph button correctly after https://github.com/apache/zeppelin/pull/2569

----


---

[GitHub] zeppelin issue #2609: [ZEPPELIN-2975] Fix e2e CI test profile

Posted by Leemoonsoo <gi...@git.apache.org>.
Github user Leemoonsoo commented on the issue:

    https://github.com/apache/zeppelin/pull/2609
  
    Thanks @1ambda @felixcheung for review. I'm merging this guy to master.


---

[GitHub] zeppelin pull request #2609: [ZEPPELIN-2975] Fix e2e CI test profile

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zeppelin/pull/2609


---

[GitHub] zeppelin issue #2609: [ZEPPELIN-2975] Fix e2e CI test profile

Posted by 1ambda <gi...@git.apache.org>.
Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/2609
  
    LGTM.


---