From: John Molakvoæ Date: Thu, 6 Jul 2023 19:27:17 +0000 (+0200) Subject: fix(cypress): revert only toggle X-Git-Tag: v26.0.4rc1~25^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F39206%2Fhead;p=nextcloud-server.git fix(cypress): revert only toggle Signed-off-by: John Molakvoæ --- 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()