Skip to content

Commit 2deecec

Browse files
committed
Update
1 parent 8631f1a commit 2deecec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr/WNPRC_EHRTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private void loadEHRBillingExtensibleCols()
324324
log("Setup the EHR Billing table definitions");
325325
EHRAdminPage.beginAt(this,getContainerPath());
326326
click(Locator.linkWithText("EHR EXTENSIBLE COLUMNS"));
327-
fillAnInputByName("ehrbilling_container", "/WNPRC/EHR");
327+
fillAnInputByName("ehrbilling_container", "/" + EHR_FOLDER_PATH);
328328
click(Locator.linkWithText("Load EHR_Billing table definitions"));
329329
waitForElement(Locator.tagWithClass("span", "x4-window-header-text").withText("Success"));
330330
assertExt4MsgBox("EHR_Billing tables updated successfully.", "OK");
@@ -3272,7 +3272,7 @@ public void populateAnimalRequestTableLookups() throws IOException, CommandExcep
32723272

32733273
}
32743274

3275-
public WebElement fillAnInputByName(String name, String value)
3275+
private WebElement fillAnInputByName(String name, String value)
32763276
{
32773277
WebElement el = Locator.name(name).findElement(getDriver());
32783278
el.click();

0 commit comments

Comments
 (0)