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



##########
File path: 
submarine-test/test-e2e/src/test/java/org/apache/submarine/integration/experimentIT.java
##########
@@ -46,16 +47,18 @@ public static void tearDown(){
   @Test
   public void experimentNavigation() throws Exception {
     String URL = getURL("http://127.0.0.1";, 8080);
+
     LOG.info("[Test case]: experimentNavigation]");
     // Init the page object
     ExperimentPage experimentPage = new ExperimentPage(driver);
-    // Login
+    Sidebars sidebars = new Sidebars(URL);
+      // Login

Review comment:
       indentation

##########
File path: 
submarine-test/test-e2e/src/test/java/org/apache/submarine/integration/interpreterIT.java
##########
@@ -47,16 +48,16 @@ public static void tearDown(){
   @Test
   public void workspaceNavigation() throws Exception {
     String URL = getURL("http://127.0.0.1";, 8080);
-    // Login
+    Sidebars sidebars = new Sidebars(URL);
+      // Login

Review comment:
       indentation




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to