mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +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);
|
||||
JTableOperator jto = new JTableOperator(jdo, 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()) {
|
||||
jcbo.doClick();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user