Unverified Commit a5f31505 authored by Vladimir Krivosheev's avatar Vladimir Krivosheev
Browse files

UI DSL tests — fix file path to gear icon

parent 6cae4888
Branches unavailable Tags unavailable
No related merge requests found
Showing with 2 additions and 6 deletions
+2 -6
......@@ -16,7 +16,6 @@ import com.intellij.ui.components.textFieldWithHistoryWithBrowseButton
import com.intellij.ui.layout.*
import org.junit.Assume.assumeTrue
import org.junit.Before
import org.junit.ClassRule
import org.junit.Rule
import org.junit.Test
import org.junit.rules.TestName
......@@ -36,9 +35,7 @@ class LafTest {
@Parameterized.Parameters(name = "{0}")
fun lafNames() = listOf("Darcula", "IntelliJ")
@JvmField
@ClassRule
val uiRule = UiTestRule(Paths.get(PlatformTestUtil.getPlatformTestDataPath(), "ui", "laf"))
private val uiRule = UiTestRule(Paths.get(PlatformTestUtil.getPlatformTestDataPath(), "ui", "laf"))
}
@Suppress("MemberVisibilityCanBePrivate")
......
......@@ -30,8 +30,7 @@ class UiDslTest {
@Parameterized.Parameters(name = "{0}")
fun lafNames() = listOf("Darcula", "IntelliJ")
@JvmField
val uiRule = UiTestRule(Paths.get(PlatformTestUtil.getPlatformTestDataPath(), "ui", "layout"))
private val uiRule = UiTestRule(Paths.get(PlatformTestUtil.getPlatformTestDataPath(), "ui", "layout"))
init {
System.setProperty("idea.ui.set.password.echo.char", "true")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment