Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
david-mears-2 committed Sep 3, 2024
1 parent 02bef86 commit 83228cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/runAnalysis.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ test("Can request a scenario analysis run", async ({ page, baseURL }) => {

await page.click('button:has-text("Run")');

await expect(page.getByText("Simulate a new scenario")).not.toBeVisible();
await expect(page.getByText("results")).toBeVisible();
// TODO: Continue writing test
// await expect(page.getByText("Simulate a new scenario")).not.toBeVisible();
});

0 comments on commit 83228cd

Please sign in to comment.