[gui-test] fix typo

This commit is contained in:
Sergey Karashevich
2018-05-07 22:06:22 +03:00
parent 13a0673bef
commit d0acde2c46
@@ -18,7 +18,7 @@ class DockedModeGuiTest : GuiTestCase() {
}
@Test
fun testDockerMode() {
fun testDockedMode() {
CommunityProjectCreator.importCommandLineAppAndOpenMain()
ideFrame {
if (!projectView.isVisible) projectView.activate()