ParkGyeongTae opened a new pull request, #5020: URL: https://github.com/apache/zeppelin/pull/5020
### What is this PR for? This PR fixes the run-e2e-tests-in-zeppelin-web CI job, which previously failed due to repeated Angular synchronization errors in Protractor tests. Key changes include: - Adjusting the Maven build and test commands to ensure correct profile activation. - Improving the job’s step names for better readability in CI logs. - Ensuring that the headless E2E tests run reliably in the GitHub Actions environment. As a result, persistent errors like: both angularJS testability and angular testability are undefined no longer occur, and all E2E tests pass successfully. ### What type of PR is it? Bug Fix ### Todos * [x] - Update Maven commands to ensure correct profile activation in CI * [x] - Improve CI step names for better readability in logs * [x] - Fix Protractor Angular sync errors in E2E tests ### What is the Jira issue? * Jira: https://issues.apache.org/jira/browse/ZEPPELIN-6272 ### How should this be tested? N/A ### Screenshots (if appropriate) N/A ### Questions: * Does the license files need to update? No. * Is there breaking changes for older versions? No. * Does this needs documentation? No. -- 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org