update for test case again

This commit is contained in:
Greg DiCristofaro 2025-01-19 12:45:49 -05:00
parent b104f0b6bb
commit e8f5ff7bbe
No known key found for this signature in database

View File

@ -185,6 +185,7 @@ public class AutopsyTestCases {
new Timeout("pausing", 60000).sleep();
JComboBoxOperator comboBoxOperator = new JComboBoxOperator(wo, 0);
comboBoxOperator.setSelectedItem("(GMT-5:00) America/New_York");
new Timeout("pausing", 60000).sleep();
wo.btNext().clickMouse();
} catch (TimeoutExpiredException ex) {
logger.log(Level.SEVERE, "AutopsyTestCases.testNewCaseWizard encountered timed out", ex);