WenDing-Y commented on code in PR #17421:
URL: 
https://github.com/apache/dolphinscheduler/pull/17421#discussion_r2289710580


##########
dolphinscheduler-api-test/dolphinscheduler-api-test-case/pom.xml:
##########
@@ -46,5 +50,16 @@
             <artifactId>dolphinscheduler-api</artifactId>
             <version>dev-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-chrome-driver</artifactId>
+            <version>${selenium.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.seleniumhq.selenium</groupId>
+            <artifactId>selenium-support</artifactId>
+            <version>${selenium.version}</version>
+        </dependency>

Review Comment:
   > We don't need this since `api-test` only test against api. Not UI.
   
   A simulated user login page is required in order to obtain the authorization 
code



-- 
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