Skip to content

Commit

Permalink
Revert "tmp: skip known attachment failures"
Browse files Browse the repository at this point in the history
This reverts commit 66d5c7d.

Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Oct 26, 2023
1 parent f4c5348 commit f37a492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/e2e/attachments.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ describe('Test all attachment insertion methods', () => {
})
})

it.skip('test if attachment folder is copied when copying a markdown file', () => {
it('test if attachment folder is copied when copying a markdown file', () => {
cy.copyFile('subFolder/test.md', 'testCopied.md')
cy.visit('/apps/files')

Expand All @@ -358,7 +358,7 @@ describe('Test all attachment insertion methods', () => {
})
})

it.skip('test if attachment folder is deleted after having deleted a markdown file', () => {
it('test if attachment folder is deleted after having deleted a markdown file', () => {
cy.copyFile('subFolder/test.md', 'testCopied.md')
cy.visit('/apps/files')
cy.getFile('testCopied.md')
Expand All @@ -374,7 +374,7 @@ describe('Test all attachment insertion methods', () => {
currentUser = recipient
})

it.skip('[share] check everything behaves correctly on the share target user side', () => {
it('[share] check everything behaves correctly on the share target user side', () => {
cy.visit('/apps/files')
// check the file list
cy.getFile('test.md')
Expand Down

0 comments on commit f37a492

Please sign in to comment.