fix(cypress): revert only toggle

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/39205/head
John Molakvoæ 2 years ago committed by backportbot-nextcloud[bot]
parent d2be510ff1
commit c247e41006
  1. 2
      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()

Loading…
Cancel
Save