Skip to content

Commit 5b0aa93

Browse files
committed
comment
1 parent 31e28c6 commit 5b0aa93

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ehr/test/src/org/labkey/test/util/ehr/EHRTestHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,13 +239,15 @@ public Locator.XPathLocator openBulkEdit(Ext4GridRef grid)
239239
return bulkEditWindow;
240240
}
241241

242+
// This method toggles the bulk edit field that CONTAINS the label parameter in the label
242243
public void toggleBulkEditField(String label)
243244
{
244245
Locator.XPathLocator l = Ext4Helper.Locators.window("Bulk Edit").append(Locator.tagContainingText("label", label + ":").withClass("x4-form-item-label"));
245246
_test.shortWait().until(ExpectedConditions.numberOfElementsToBe(l, 1)).get(0).click();
246247
_test.waitForElement(l.enabled());
247248
}
248249

250+
// This method toggles the bulk edit field that has the exact label
249251
public void toggleBulkEditExactField(String label)
250252
{
251253
Locator.XPathLocator l = Ext4Helper.Locators.window("Bulk Edit").append(Locator.tagWithText("label", label + ":").withClass("x4-form-item-label"));

0 commit comments

Comments
 (0)