diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-07-06 22:34:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 22:34:26 +0200 |
commit | 125b56f42b24031b612f99788f25bff4497b7b7d (patch) | |
tree | 6565266c4fc80f5d6f4f9d660a8634591d8f6385 | |
parent | ebd0fcc9593db6bdf05525d8aa015c8088f4c49e (diff) | |
parent | 93096a9a9b9e30efee42dcf14cfe11d8bf27b5cc (diff) | |
download | nextcloud-server-125b56f42b24031b612f99788f25bff4497b7b7d.tar.gz nextcloud-server-125b56f42b24031b612f99788f25bff4497b7b7d.zip |
Merge pull request #39203 from nextcloud/fix/cypress-only-revert
-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() |