Skip to content

Commit

Permalink
Don't encode parameters passed to WebTestHelper.buildUrl (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored and csebranek committed Feb 4, 2025
1 parent a29cfaf commit c5729d5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.labkey.remoteapi.Command;
import org.labkey.remoteapi.CommandException;
import org.labkey.remoteapi.CommandResponse;
import org.labkey.remoteapi.Connection;
Expand Down Expand Up @@ -1519,8 +1518,8 @@ private void provideBillingDataAccess() throws IOException, CommandException

private void viewBillingQueries()
{
String startDate="09%2F01%2F2011";
String endDate="09%2F30%2F2011";
String startDate="09-01-2011";
String endDate="09-30-2011";
// clickAndWait(Locator.bodyLinkContainingText("View Billing Queries"), WAIT_FOR_JAVASCRIPT); //firefox45 on teamcity does not load this page.

goToEHRFolder();
Expand Down

0 comments on commit c5729d5

Please sign in to comment.