diff --git a/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt b/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt
index 93336bf54..8961626e8 100644
--- a/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt
+++ b/tests/ui-py-tests/src/test/kotlin/PyCharmTest.kt
@@ -74,7 +74,7 @@ class PyCharmTest {
       waitFor(duration = Duration.ofSeconds(30)) {
         // Waiting till the SDK will be detected by PyCharm
         this@startNewProject.findAll<ComponentFixture>(byXpath("//div[@class='SimpleColoredComponent']"))
-          .any { it.hasText { text -> text.text.contains("detected in the system") } }
+          .any { it.hasText { text -> text.text.contains("/usr/bin/python3") } }
       }
       button("Create").click()
     }