fix(cypress): revert only toggle

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
pull/39203/head
John Molakvoæ 2023-07-06 21:27:17 +07:00
parent ebd0fcc959
commit 93096a9a9b
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
1 changed files with 1 additions and 1 deletions

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