mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
test: Remove .only( calls
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
8d049caf17
commit
db9db0beec
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue