fix(cypress): revert only toggle

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/39206/head
John Molakvoæ 11 months ago committed by backportbot-nextcloud[bot]
parent e4e608caac
commit 2fc2a0d613

@ -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