Skip to content

Commit

Permalink
Merge pull request #39203 from nextcloud/fix/cypress-only-revert
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jul 6, 2023
2 parents ebd0fcc + 93096a9 commit 125b56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/theming/admin-settings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 125b56f

Please sign in to comment.