mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Fixed the nightly tests by adding an additional click to the HTML report testing
This commit is contained in:
parent
4b8cba6dd6
commit
f69bf58f58
@ -385,6 +385,12 @@ public class AutopsyTestCases {
|
||||
listOperator.clickOnItem(0, 1);
|
||||
jbo0.pushNoBlock();
|
||||
new Timeout("pausing", 2000).sleep();
|
||||
|
||||
// Next button on the data source selection panel
|
||||
JButtonOperator dataSourceSelectionPanelNext = new JButtonOperator(reportDialogOperator, "Next");
|
||||
dataSourceSelectionPanelNext.pushNoBlock();
|
||||
new Timeout("pausing", 2000).sleep();
|
||||
|
||||
JButtonOperator jbo1 = new JButtonOperator(reportDialogOperator, "Finish");
|
||||
jbo1.pushNoBlock();
|
||||
JDialog previewDialog = JDialogOperator.waitJDialog("Progress", false, false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user