Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-878 ZeppelinIT.testSparkInterpreterDependencyLoading fails
  3. ZEPPELIN-928

CASE I of ZeppelinIT failure - Save button not found after adding dependence to Spark interpreter

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.6.0
    • None
    • None

    Description

      CASE I "Save button not found on adding `org.apache.commons:commons-csv` dependence to Spark interpreter"
      PR #860
      https://travis-ci.org/apache/incubator-zeppelin/jobs/132702968
      See attached Screenshot-860

      23:18:41,898 ERROR org.apache.zeppelin.AbstractZeppelinIT:153 - Exception in ZeppelinIT while testSparkInterpreterDependencyLoading 
      org.openqa.selenium.ElementNotVisibleException: Element is not currently visible and so may not be interacted with
      ...
      	at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:158)
      	at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:647)
      	at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:326)
      	at org.openqa.selenium.remote.RemoteWebElement.click(RemoteWebElement.java:84)
      	at org.apache.zeppelin.integration.ZeppelinIT.testSparkInterpreterDependencyLoading(ZeppelinIT.java:209)
         

      From ZeppelinIT.testSparkInterpreterDependencyLoading

            String artifact = "org.apache.commons:commons-csv:1.1";
            depArtifact.sendKeys(artifact);
            driver.findElement(By.xpath("//div[contains(@class,'box')][contains(.,'%spark')]//form//button[1]")).click();
         

      Attachments

        1. screenshot-1.png
          176 kB
          Alexander Bezzubov

        Issue Links

          Activity

            People

              bzz Alexander Bezzubov
              bzz Alexander Bezzubov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: