mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
fixes
This commit is contained in:
parent
bba10d45ba
commit
ddc6c9be63
@ -206,9 +206,6 @@ public class AutopsyTestCases {
|
||||
new Timeout("pausing", 1000).sleep(); // give it a second (or five) to process
|
||||
}
|
||||
|
||||
// pass by host menu with auto-generate host (which should already be selected)
|
||||
wo.btNext().clickMouse();
|
||||
|
||||
logger.log(Level.INFO, "Add image took {0}ms", (System.currentTimeMillis() - start));
|
||||
wo.btFinish().clickMouse();
|
||||
} catch (TimeoutExpiredException ex) {
|
||||
@ -231,9 +228,6 @@ public class AutopsyTestCases {
|
||||
new Timeout("pausing", 1000).sleep(); // give it a second till the Add Data Source dialog enabled
|
||||
}
|
||||
|
||||
// pass by host menu with auto-generate host (which should already be selected)
|
||||
wo.btNext().clickMouse();
|
||||
|
||||
JTableOperator jto = new JTableOperator(wo, 0);
|
||||
int row = jto.findCellRow("Hash Lookup", 2, 0);
|
||||
jto.clickOnCell(row, 1);
|
||||
@ -294,9 +288,6 @@ public class AutopsyTestCases {
|
||||
new Timeout("pausing", 1000).sleep(); // give it a second till the Add Data Source dialog enabled
|
||||
}
|
||||
|
||||
// pass by host menu with auto-generate host (which should already be selected)
|
||||
wo.btNext().clickMouse();
|
||||
|
||||
JTableOperator jto = new JTableOperator(wo, 0);
|
||||
int row = jto.findCellRow("Keyword Search", 2, 0);
|
||||
jto.clickOnCell(row, 1);
|
||||
@ -336,10 +327,6 @@ public class AutopsyTestCases {
|
||||
jbo2.pushNoBlock();
|
||||
WizardOperator wo = new WizardOperator("Add Data Source");
|
||||
new Timeout("pausing", 10000).sleep(); // let things catch up
|
||||
|
||||
// pass by host menu with auto-generate host (which should already be selected)
|
||||
wo.btNext().clickMouse();
|
||||
|
||||
wo.btNext().clickMouse();
|
||||
} catch (TimeoutExpiredException ex) {
|
||||
screenshot("TimeoutScreenshot");
|
||||
|
Loading…
x
Reference in New Issue
Block a user