diff --git a/app/static/tests/e2e/sensitivity.etest.ts b/app/static/tests/e2e/sensitivity.etest.ts index ea73c4dc7..1c5ae7813 100644 --- a/app/static/tests/e2e/sensitivity.etest.ts +++ b/app/static/tests/e2e/sensitivity.etest.ts @@ -16,7 +16,7 @@ test.describe("Sensitivity tests", () => { test("can edit Sensitivity options", async ({ page }) => { // Default settings are visible await expect(await page.innerText(":nth-match(#sensitivity-options li, 1)")).toBe("Parameter: beta"); - await expect(await page.innerText(":nth-match(#sensitivity-options li, 2)")).toBe("Variation Type: Percentage") + await expect(await page.innerText(":nth-match(#sensitivity-options li, 2)")).toBe("Variation Type: Percentage"); await expect(await page.innerText(":nth-match(#sensitivity-options li, 3)")).toBe("Scale Type: Arithmetic"); await expect(await page.innerText(":nth-match(#sensitivity-options li, 4)")).toBe("Variation (%): 10"); await expect(await page.innerText(":nth-match(#sensitivity-options li, 5)")).toBe("Number of runs: 10");