test: Remove .only( calls

Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
Louis Chemineau 2025-03-06 11:30:05 +01:00 committed by backportbot[bot]
parent 8d049caf17
commit db9db0beec
2 changed files with 2 additions and 2 deletions

View file

@ -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) => {

View file

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