Remove all of the test.skip() calls.

This commit is contained in:
Jade Welton
2026-07-10 14:14:19 -07:00
parent fec40b7dff
commit d3d6bbe572
22 changed files with 621 additions and 681 deletions
@@ -29,7 +29,6 @@ test.describe("Computed Properties", () => {
});
test("Add valid computed property", async ({ page }) => {
test.skip();
await clearComputedPropertiesTextBoxContent({ page });
// Create computed property
@@ -55,7 +54,6 @@ test.describe("Computed Properties", () => {
});
test("Add computed property with invalid query", async ({ page }) => {
test.skip();
await clearComputedPropertiesTextBoxContent({ page });
// Create computed property with no VALUE keyword in query
@@ -81,7 +79,6 @@ test.describe("Computed Properties", () => {
});
test("Add computed property with invalid json", async ({ page }) => {
test.skip();
await clearComputedPropertiesTextBoxContent({ page });
// Create computed property with no VALUE keyword in query