File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ui-tests/tst/software/aws/toolkits/jetbrains/uitests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ open class PreferencesDialog(
32
32
remoteComponent : RemoteComponent
33
33
) : DialogFixture(remoteRobot, remoteComponent) {
34
34
fun search (query : String ) = step(" Search $query " ) {
35
- textField(byXpath(" //div[@class='TextFieldWithProcessing']" )).text = query
35
+ textField(byXpath(" //div[@class='SettingsSearch']//div[@class=' TextFieldWithProcessing']" )).text = query
36
36
}
37
37
38
38
fun selectPreferencePage (vararg crumbs : String ) {
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class SamRunConfigTest {
97
97
find<JListFixture >(byXpath(" //div[@class='MyList']" )).clickItem(" Edit Configurations..." )
98
98
}
99
99
addRunConfig()
100
- find<ComboBoxFixture >(byXpath(" //div[@text='Runtime:']/following-sibling::div[@class='ComboBox']" )).selectItem(" java11" )
100
+ find<ComboBoxFixture >(byXpath(" ( //div[@text='Runtime:']/following-sibling::div[@class='ComboBox'])[1 ]" )).selectItem(" java11" )
101
101
findAndClick(" //div[@class='HandlerPanel']" )
102
102
keyboard { enterText(" helloworld.App::handleRequest" ) }
103
103
findAndClick(" //div[@class='MyEditorTextField']" )
You can’t perform that action at this time.
0 commit comments