diff --git a/community-guitests/testSrc/com/intellij/testGuiFramework/tests/community/toolWindow/DockedModeGuiTest.kt b/community-guitests/testSrc/com/intellij/testGuiFramework/tests/community/toolWindow/DockedModeGuiTest.kt index f453d14fb9ce..ac336a3d7174 100644 --- a/community-guitests/testSrc/com/intellij/testGuiFramework/tests/community/toolWindow/DockedModeGuiTest.kt +++ b/community-guitests/testSrc/com/intellij/testGuiFramework/tests/community/toolWindow/DockedModeGuiTest.kt @@ -18,7 +18,7 @@ class DockedModeGuiTest : GuiTestCase() { } @Test - fun testDockerMode() { + fun testDockedMode() { CommunityProjectCreator.importCommandLineAppAndOpenMain() ideFrame { if (!projectView.isVisible) projectView.activate()