mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
fix(cypress): revert only toggle
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
ebd0fcc959
commit
93096a9a9b
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue