Skip to content

Commit f3b22e7

Browse files
committed
2080: updated SharedSteps.kt asn gradle plugin version
1 parent 2ee1355 commit f3b22e7

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,9 @@ dependencies {
5252

5353
bundledPlugins(providers.gradleProperty("platformBundledPlugins").map { it.split(',') })
5454
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
55-
plugin("com.intellij.lang.jsgraphql", "252.18003.27")
5655
pluginVerifier()
5756
zipSigner()
5857
testFramework(TestFrameworkType.Platform)
59-
60-
phpstorm("252.18003.43")
6158
}
6259
}
6360

@@ -175,6 +172,8 @@ intellijPlatformTesting {
175172
"-Dide.mac.message.dialogs.as.sheets=false",
176173
"-Djb.privacy.policy.text=<!--999.999-->",
177174
"-Djb.consents.confirmation.enabled=false",
175+
"-Deap.require.license=false",
176+
"-Dide.show.tips.on.startup.default.value=false"
178177
)
179178
}
180179
}
@@ -209,7 +208,6 @@ tasks.withType(Pmd::class).configureEach {
209208
// Specify all files that should be checked
210209
classpath = files()
211210
setSource("${project.rootDir}")
212-
maxHeapSize = "12g"
213211
}
214212

215213
// Execute PMD on all files

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginSinceBuild = 251.*
66
pluginUntilBuild = 258.*
77
platformType = PS
88
platformVersion = 252.18003.43
9-
platformPlugins =
9+
platformPlugins = com.intellij.lang.jsgraphql:252.18003.27
1010
platformBundledPlugins = com.intellij.modules.json,com.jetbrains.php,JavaScript,com.intellij.copyright
1111
gradleVersion = 8.10.2
1212
kotlin.stdlib.default.dependency = false

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ junit = "4.13.2"
44

55
# plugins
66
changelog = "2.2.1"
7-
intelliJPlatform = "2.4.0"
8-
kotlin = "2.0.0"
7+
intelliJPlatform = "2.6.0"
8+
kotlin = "2.1.0"
99
kover = "0.8.3"
1010
qodana = "2024.2.3"
1111

src/test/kotlin/com/magento/idea/magento2plugin/steps/SharedSteps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class SharedSteps(private val remoteRobot: RemoteRobot) {
3535
ContainerFixture::class.java,
3636
byXpath("//div[@visible_text='New Project']")
3737
)
38-
newProjectButton.click()
38+
newProjectButton.click(Point(15, -15))
3939
Thread.sleep(2_000)
4040

4141
val jTextFieldFixture = find<JTextFieldFixture>(byXpath("//div[@class='TextFieldWithBrowseButton']"))

0 commit comments

Comments
 (0)