Skip to content

Commit 768b37e

Browse files
authored
Merge pull request #51302 from nextcloud/artonge/test/remove_only_calls
test: Remove `.only()` calls
2 parents 4c92c91 + d579ec2 commit 768b37e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress/e2e/settings/users_groups.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ describe('Settings: Delete a non empty group', () => {
207207
})
208208
})
209209

210-
describe.only('Settings: Sort groups in the UI', () => {
210+
describe('Settings: Sort groups in the UI', () => {
211211
before(() => {
212212
// Clear state
213213
cy.runOccCommand('group:list --output json').then((output) => {

cypress/e2e/systemtags/files-inline-action.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('Systemtags: Files integration', { testIsolation: true }, () => {
9292
.should('contain.text', tag2)
9393
})
9494

95-
it.only('See three assigned tags result in overflow entry', () => {
95+
it('See three assigned tags result in overflow entry', () => {
9696
const tag1 = randomBytes(4).toString('base64')
9797
const tag2 = randomBytes(4).toString('base64')
9898
const tag3 = randomBytes(4).toString('base64')

0 commit comments

Comments
 (0)