You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/06/30 12:33:50 UTC

[GitHub] [submarine] noidname01 commented on a change in pull request #625: SUBMARINE-881. Sidebar page component object for e2e-test

noidname01 commented on a change in pull request #625:
URL: https://github.com/apache/submarine/pull/625#discussion_r661421491



##########
File path: submarine-test/test-e2e/src/test/java/org/apache/submarine/integration/datadictIT.java
##########
@@ -46,7 +47,9 @@ public static void tearDown(){
   // @Test TODO(kevin85421): Due to the undeterministic behavior of travis, I decide to comment it.
   public void dataDictTest() throws Exception {
     String URL = getURL("http://127.0.0.1", 8080);
-    // Login
+    Sidebars sidebars = new Sidebars(driver);
+
+      // Login

Review comment:
       Fixed




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org