Open ragudiko opened 1 year ago
For more information refer to https://github.com/OpenLiberty/liberty-tools-vscode/pull/262#discussion_r1224334441
When i test manually, there is no issue in “View test report”. But in automation testing there is a problem in “View test report”. In the command pallet -> Liberty>View test report -> it is not listing the projects ->thats why it is not clicking the project. That is why it is showing "ElementNotInteractableError". This issue is only with View test report. But for Liberty>Start... and for other commands - there is no issues.
While running automation test to view Integration test report, in command palette after enter the command 'Liberty: View integration test report' corresponding project pom.xml is not getting listed. Instead it is showing 'No liberty projects found' as below.
https://github.com/user-attachments/assets/8c78ce35-7c38-421e-943a-eaef41f699ae
List of projects that can be started is getting empty.
Most of the times ElementNotInteractableError and few times it goes fine. The reason for this error is the project context is list. The control in Extension window expects to select project context from input box. Because context is lost, "No liberty projects found." error is thrown in extension window.