Merge pull request #51304 from nextcloud/backport/51302/stable31

[stable31] test: Remove `.only()` calls
pull/51515/head
Louis 2025-03-17 10:28:06 +07:00 committed by GitHub
commit 6fdcd84f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -207,7 +207,7 @@ describe('Settings: Delete a non empty group', () => {
})
})
describe.only('Settings: Sort groups in the UI', () => {
describe('Settings: Sort groups in the UI', () => {
before(() => {
// Clear state
cy.runOccCommand('group:list --output json').then((output) => {

@ -92,7 +92,7 @@ describe('Systemtags: Files integration', { testIsolation: true }, () => {
.should('contain.text', tag2)
})
it.only('See three assigned tags result in overflow entry', () => {
it('See three assigned tags result in overflow entry', () => {
const tag1 = randomBytes(4).toString('base64')
const tag2 = randomBytes(4).toString('base64')
const tag3 = randomBytes(4).toString('base64')