mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 21:12:14 +01:00
testing
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
parent
44b17ee704
commit
304383a449
1 changed files with 0 additions and 2 deletions
|
|
@ -25,13 +25,11 @@ describe('Global templates', function() {
|
|||
fileName: 'systemtemplate.otp',
|
||||
mimeType: 'application/vnd.oasis.opendocument.presentation-template',
|
||||
})
|
||||
/*
|
||||
cy.wait('@templateUploadRequest').then(({ response }) => {
|
||||
expect(response.statusCode).to.equal(201)
|
||||
expect(response.body.data.name).to.equal('systemtemplate.otp')
|
||||
expect(response.body.data.type).to.equal('presentation')
|
||||
})
|
||||
*/
|
||||
})
|
||||
|
||||
it.skip('Can prevent uploading a duplicate', function() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue