diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-07-06 21:27:17 +0200 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-07-06 20:40:44 +0000 |
commit | c247e410068701c1d8b469e102f1445278e02aea (patch) | |
tree | 30b2008698c05a1bd7d54330a3fc116dd6bd2470 /cypress | |
parent | d2be510ff134bd5934c2857be82027945bf081c9 (diff) | |
download | nextcloud-server-c247e410068701c1d8b469e102f1445278e02aea.tar.gz nextcloud-server-c247e410068701c1d8b469e102f1445278e02aea.zip |
fix(cypress): revert only toggle
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'cypress')
-rw-r--r-- | cypress/e2e/theming/admin-settings.cy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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() |