mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
Add timeout to regression test to allow for setup of ingest job settings panel
This commit is contained in:
parent
b296e751e4
commit
bbfa4689e8
@ -215,6 +215,12 @@ public class RegressionTest extends TestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void testConfigureIngest1() {
|
public void testConfigureIngest1() {
|
||||||
|
/*
|
||||||
|
* This timeout is to allow the setup for the ingest job settings panel
|
||||||
|
* to complete.
|
||||||
|
*/
|
||||||
|
new Timeout("pausing", 10000).sleep();
|
||||||
|
|
||||||
logger.info("Looking for hash lookup module in ingest job settings panel");
|
logger.info("Looking for hash lookup module in ingest job settings panel");
|
||||||
WizardOperator wo = new WizardOperator("Add Data");
|
WizardOperator wo = new WizardOperator("Add Data");
|
||||||
JTableOperator jto = new JTableOperator(wo, 0);
|
JTableOperator jto = new JTableOperator(wo, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user