From d0acde2c46134041a5f49ca975cb31a30615c16f Mon Sep 17 00:00:00 2001 From: Sergey Karashevich Date: Mon, 7 May 2018 22:06:22 +0300 Subject: [PATCH] [gui-test] fix typo --- .../tests/community/toolWindow/DockedModeGuiTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()