From 543113cab0b2b36ba1191fda12e3be79a656173d Mon Sep 17 00:00:00 2001 From: Mitch-Budibase Date: Thu, 21 Oct 2021 18:50:09 +0100 Subject: [PATCH] Editing customThemingProperties to run all tests removing 'only' from one of the tests. Both tests in this spec will now run --- .../builder/cypress/integration/customThemingProperties.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/builder/cypress/integration/customThemingProperties.spec.js b/packages/builder/cypress/integration/customThemingProperties.spec.js index 99b03bb349..d7071e57e2 100644 --- a/packages/builder/cypress/integration/customThemingProperties.spec.js +++ b/packages/builder/cypress/integration/customThemingProperties.spec.js @@ -29,7 +29,7 @@ context("Custom Theming Properties", () => { Small = 4px Medium = 8px Large = 16px */ - it.only("should test button roundness", () => { + it("should test button roundness", () => { const buttonRoundnessValues = ["0", "4px", "8px", "16px"] cy.wait(1000) // Add button, change roundness and confirm value