-
- ${minGoal.value}
-
-
-
-
Test
-
- );
-});
diff --git a/starters/e2e/e2e.attributes.e2e.ts b/starters/e2e/e2e.attributes.e2e.ts
index 76a91c2b7fe..ebd16341c11 100644
--- a/starters/e2e/e2e.attributes.e2e.ts
+++ b/starters/e2e/e2e.attributes.e2e.ts
@@ -295,15 +295,6 @@ test.describe("attributes", () => {
await expect(button).not.toHaveAttribute("aria-label");
await expect(button).not.toHaveAttribute("title");
});
-
- test("should update var prop QRL signal value", async ({ page }) => {
- const button = page.locator("#progress-btn");
- await button.click();
- const progress = page.locator("#progress-value");
- await expect(progress).toHaveText("$2500");
- await button.click();
- await expect(progress).toHaveText("$3000");
- });
}
tests();