mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Update testing/RegressionTest for ingest job settings panel button label change
This commit is contained in:
parent
8ebf0efa3b
commit
88f2a0d08e
@ -220,7 +220,7 @@ public class RegressionTest extends TestCase {
|
||||
JTableOperator jto = new JTableOperator(wo, 0);
|
||||
int row = jto.findCellRow("Hash Lookup", 1, 0);
|
||||
jto.clickOnCell(row, 1);
|
||||
JButtonOperator jbo1 = new JButtonOperator(wo, "Advanced");
|
||||
JButtonOperator jbo1 = new JButtonOperator(wo, "Global Settings");
|
||||
jbo1.pushNoBlock();
|
||||
}
|
||||
|
||||
@ -260,7 +260,7 @@ public class RegressionTest extends TestCase {
|
||||
JTableOperator jto = new JTableOperator(wo, 0);
|
||||
int row = jto.findCellRow("Keyword Search", 1, 0);
|
||||
jto.clickOnCell(row, 1);
|
||||
JButtonOperator jbo1 = new JButtonOperator(wo, "Advanced");
|
||||
JButtonOperator jbo1 = new JButtonOperator(wo, "Global Settings");
|
||||
jbo1.pushNoBlock();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user