Skip to content
Snippets Groups Projects
Commit bc4705cb authored by Jeff Wallace's avatar Jeff Wallace
Browse files

Fixed regression test that was broken by the change of a label on a checkbox.

parent 09d3f78d
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ public void testConfigureSearch() { ...@@ -233,7 +233,7 @@ public void testConfigureSearch() {
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();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment