Skip to content

Commit

Permalink
Merge 24.7 to 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-teamcity committed Oct 15, 2024
2 parents ca324ce + e650e41 commit cbb7e88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
import static org.labkey.test.WebTestHelper.getRemoteApiConnection;

@Category({EHR.class, WNPRC_EHR.class})
@BaseWebDriverTest.ClassTimeout(minutes = 5)
@BaseWebDriverTest.ClassTimeout(minutes = 10)
public class WNPRC_PurchasingTest extends BaseWebDriverTest implements PostgresOnlyTest
{
//folders
Expand Down Expand Up @@ -406,7 +406,7 @@ public void testPurchaseAdminWorkflow() throws IOException, CommandException

log("Create new Request - START");
goToRequesterPage();
clickButton("Create Request");
waitForElement(Locator.linkWithText("Create Request")).click();
final CreateRequestPage requestPage = new CreateRequestPage(getDriver());

requestPage.setAccountsToCharge("acct100 - Assay Services")
Expand Down

0 comments on commit cbb7e88

Please sign in to comment.