Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Sep 3, 2024
1 parent d95e323 commit 9c9b0d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/e2e/runAnalysis.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ test.beforeAll(async () => {
});

test("Can request a scenario analysis run", async ({ page, baseURL }) => {
await page.goto(`${baseURL}/`);

// const html = await page.innerHTML("body");
// await expect("body").toContain("new scenario");
await page.goto(`${baseURL}/`); // Should redirect to new scenario page
await expect(page.getByText("Simulate a new scenario")).toBeVisible();

await page.selectOption('select[id="pathogen"]', { label: "Influenza 1957" });
Expand Down

0 comments on commit 9c9b0d2

Please sign in to comment.