You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current importProject implementation, we use UI components to open the project. However, in the latest 2025.1 version, the Open Project window UI has changed on Windows OS, leading to failures in UI tests. To address this, we can utilize the IntelliJ API to open the project instead.
To avoid depending on the unstable UI, we can resolve the issue by calling the CommonSteps.kt method
This will resolve the initializationError in projects with Space in directory
The text was updated successfully, but these errors were encountered:
In the current
importProject
implementation, we use UI components to open the project. However, in the latest 2025.1 version, the Open Project window UI has changed on Windows OS, leading to failures in UI tests. To address this, we can utilize the IntelliJ API to open the project instead.To avoid depending on the unstable UI, we can resolve the issue by calling the CommonSteps.kt method
This will resolve the initializationError in projects with Space in directory
The text was updated successfully, but these errors were encountered: