Skip to content

Commit

Permalink
Test update.
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-sweta committed Feb 4, 2025
1 parent 64b7353 commit 4d023f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public void testOtherVendorRequest() throws IOException, CommandException
{
goToRequesterPage();
impersonate(REQUESTER_USER_1);
clickButton("Create Request");
waitAndClickAndWait(Locator.linkWithText("Create Request"));
CreateRequestPage requestPage = new CreateRequestPage(getDriver());
requestPage.setVendor("Other");

Expand Down Expand Up @@ -969,6 +969,7 @@ private String createRequest(Map<String, String> request, @Nullable File fileNam
else
{
DataRegionTable table = DataRegionTable.DataRegion(getDriver()).refindWhenNeeded();
sleep(500);
return table.getDataAsText(table.getDataRowCount() - 1, "rowId");
}
}
Expand Down

0 comments on commit 4d023f8

Please sign in to comment.