From 2fc2a0d61379859f8bec3cb49f73db011ccbc138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 6 Jul 2023 21:27:17 +0200 Subject: [PATCH] fix(cypress): revert only toggle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- cypress/e2e/theming/admin-settings.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/theming/admin-settings.cy.ts b/cypress/e2e/theming/admin-settings.cy.ts index 63242d64f1b..5a0a81432b5 100644 --- a/cypress/e2e/theming/admin-settings.cy.ts +++ b/cypress/e2e/theming/admin-settings.cy.ts @@ -133,7 +133,7 @@ describe('Remove the default background and restore it', function() { }) }) -describe.only('Remove the default background with a bright color', function() { +describe('Remove the default background with a bright color', function() { before(function() { // Just in case previous test failed cy.resetAdminTheming()