Skip to content

Commit c8b1e9e

Browse files
authored
Merge pull request #5144 from nextcloud/test/delete-with-attachment-again
Bring back test failing due to server issue
2 parents 5b9a591 + 7668b68 commit c8b1e9e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cypress/e2e/attachments.spec.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,7 @@ describe('Test all attachment insertion methods', () => {
371371
})
372372
})
373373

374-
// Skip as https://github.com/nextcloud/server/issues/42306 causes this to fail.
375-
it.skip('test if attachment folder is deleted after having deleted a markdown file', () => {
374+
it('test if attachment folder is deleted after having deleted a markdown file', () => {
376375
const fileName = 'deleteSource.md'
377376
cy.createMarkdown(fileName, '![git](.attachments.123/github.png)', false).then((fileId) => {
378377
const attachmentsFolder = `.attachments.${fileId}`

0 commit comments

Comments
 (0)