Skip to content

Commit

Permalink
Merge pull request #16 from esdc-devx/orgId
Browse files Browse the repository at this point in the history
Fixing broken text
  • Loading branch information
CalvinRodo authored Feb 26, 2019
2 parents fe7a6e8 + a86e94a commit 84abfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function runtest(page, name) {
await runtest(page, "SelectBusiness");

await page.goto(
"https://srv136.services.gc.ca/ROE-RE/ROEWeb-REWeb/pro/Searc>ssued?org_id=" + orgId + "&amend=True"
"https://srv136.services.gc.ca/ROE-RE/ROEWeb-REWeb/pro/Search/Issued?org_id=" + orgId + "&amend=True"
);
await runtest(page, "Amend");

Expand Down

0 comments on commit 84abfd7

Please sign in to comment.