mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
update for test case again
This commit is contained in:
parent
b104f0b6bb
commit
e8f5ff7bbe
@ -185,6 +185,7 @@ public class AutopsyTestCases {
|
|||||||
new Timeout("pausing", 60000).sleep();
|
new Timeout("pausing", 60000).sleep();
|
||||||
JComboBoxOperator comboBoxOperator = new JComboBoxOperator(wo, 0);
|
JComboBoxOperator comboBoxOperator = new JComboBoxOperator(wo, 0);
|
||||||
comboBoxOperator.setSelectedItem("(GMT-5:00) America/New_York");
|
comboBoxOperator.setSelectedItem("(GMT-5:00) America/New_York");
|
||||||
|
new Timeout("pausing", 60000).sleep();
|
||||||
wo.btNext().clickMouse();
|
wo.btNext().clickMouse();
|
||||||
} catch (TimeoutExpiredException ex) {
|
} catch (TimeoutExpiredException ex) {
|
||||||
logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex);
|
logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user