File tree Expand file tree Collapse file tree 3 files changed +2
-11
lines changed
ui-tests/tst/software/aws/toolkits/jetbrains/uitests/tests Expand file tree Collapse file tree 3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,6 @@ allprojects {
30
30
mavenCentral()
31
31
gradlePluginPortal()
32
32
}
33
-
34
- // TODO: remove when 0.11.10 is available: https://github.com/JetBrains/intellij-ui-test-robot/releases/
35
- configurations.all {
36
- resolutionStrategy.eachDependency {
37
- if (requested.group == " org.apache.logging.log4j" ) {
38
- useVersion(" 2.16.0" )
39
- }
40
- }
41
- }
42
33
}
43
34
44
35
tasks.register<GenerateGithubChangeLog >(" generateChangeLog" ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ awsSdk = "2.17.76"
5
5
commonmark = " 0.17.1"
6
6
detekt = " 1.18.1"
7
7
intellijGradle = " 1.3.0"
8
- intellijRemoteRobot = " 0.11.4 "
8
+ intellijRemoteRobot = " 0.11.11 "
9
9
jackson = " 2.11.1"
10
10
jacoco = " 0.8.7"
11
11
jgit = " 5.11.0.202103091610-r"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class SamTemplateProjectWizardTest {
68
68
projectStructureDialog {
69
69
val fixture = comboBox(byXpath(" //div[@class='JdkComboBox']" ))
70
70
// TODO set based on Runtime
71
- assertThat(fixture.selectedText()).isEqualTo (" 11" )
71
+ assertThat(fixture.selectedText()).startsWith (" 11" )
72
72
}
73
73
}
74
74
}
You can’t perform that action at this time.
0 commit comments