Files
openide/plugins/performanceTesting/remote-driver
Maxim.Kolmakov 96c9a37b41 [driver] Reduce waiting time on each popup
On each call to select element the following is happening: JComboBoxDropDownListFinder.findDropDownList tries to find JPopupMenu with  30 seconds default timeout and for some lists it can't although the next code JComboBoxSetSelectedIndexTask.setSelectedIndex works fine but 30 seconds are lost.

GitOrigin-RevId: e65a22c64163b11c5f6f88d4a2c8c7beb93604ed
2024-07-10 09:11:00 +00:00
..