mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
Fixed regression test that was broken by the change of a label on a checkbox.
This commit is contained in:
parent
09d3f78d43
commit
bc4705cbd4
@ -233,7 +233,7 @@ public class RegressionTest extends TestCase {
|
|||||||
jfco0.chooseFile(words);
|
jfco0.chooseFile(words);
|
||||||
JTableOperator jto = new JTableOperator(jdo, 0);
|
JTableOperator jto = new JTableOperator(jdo, 0);
|
||||||
jto.clickOnCell(0, 0);
|
jto.clickOnCell(0, 0);
|
||||||
JCheckBoxOperator jcbo = new JCheckBoxOperator(jdo, "Enable for ingest", 0);
|
JCheckBoxOperator jcbo = new JCheckBoxOperator(jdo, "Use during ingest", 0);
|
||||||
if (!jcbo.isSelected()) {
|
if (!jcbo.isSelected()) {
|
||||||
jcbo.doClick();
|
jcbo.doClick();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user