Description
target/generated-test-sources is shown on UI as Test sources root
To Reproduce
- Run IntelliJ Idea Ultimate 2022.3.3
- Install plugin IU built from unit-test-bot/rc2023.3 branch
- Create a Maven project with JDK 17
- Add a sample Java class to it
- Generate and Run tests
- Open UnittestBot dialog again
- Expand Test sources root
Expected behavior
Only test sources roots of the project and suggestion to create .../src/test/utbot_tests should be displayed.
Actual behavior
target/generated-test-sources is also displayed in the Test sources root suggestions.
Visual proofs (screenshots, logs, images)

Environment
Windows 10 Pro
IntelliJ IDEA 2022.3.3
Maven, JDK 17
Description
target/generated-test-sourcesis shown on UI as Test sources rootTo Reproduce
Expected behavior
Only test sources roots of the project and suggestion to create
.../src/test/utbot_testsshould be displayed.Actual behavior
target/generated-test-sourcesis also displayed in the Test sources root suggestions.Visual proofs (screenshots, logs, images)
Environment
Windows 10 Pro
IntelliJ IDEA 2022.3.3
Maven, JDK 17