mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Revert "Update test code to handle new column in ingest modules table"
This reverts commit 972174a9adcb701f1ed948c573d9ed02c9ba162a.
This commit is contained in:
parent
d3342d9621
commit
df7394f01c
@ -219,7 +219,7 @@ public class RegressionTest extends TestCase {
|
|||||||
WizardOperator wo = new WizardOperator("Add Data");
|
WizardOperator wo = new WizardOperator("Add Data");
|
||||||
JTableOperator jto = new JTableOperator(wo, 0);
|
JTableOperator jto = new JTableOperator(wo, 0);
|
||||||
int row = jto.findCellRow("Hash Lookup", 1, 0);
|
int row = jto.findCellRow("Hash Lookup", 1, 0);
|
||||||
jto.clickOnCell(row, 2);
|
jto.clickOnCell(row, 1);
|
||||||
JButtonOperator jbo1 = new JButtonOperator(wo, "Global Settings");
|
JButtonOperator jbo1 = new JButtonOperator(wo, "Global Settings");
|
||||||
jbo1.pushNoBlock();
|
jbo1.pushNoBlock();
|
||||||
}
|
}
|
||||||
@ -259,7 +259,7 @@ public class RegressionTest extends TestCase {
|
|||||||
WizardOperator wo = new WizardOperator("Add Data");
|
WizardOperator wo = new WizardOperator("Add Data");
|
||||||
JTableOperator jto = new JTableOperator(wo, 0);
|
JTableOperator jto = new JTableOperator(wo, 0);
|
||||||
int row = jto.findCellRow("Keyword Search", 1, 0);
|
int row = jto.findCellRow("Keyword Search", 1, 0);
|
||||||
jto.clickOnCell(row, 2);
|
jto.clickOnCell(row, 1);
|
||||||
JButtonOperator jbo1 = new JButtonOperator(wo, "Global Settings");
|
JButtonOperator jbo1 = new JButtonOperator(wo, "Global Settings");
|
||||||
jbo1.pushNoBlock();
|
jbo1.pushNoBlock();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user