Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
This commit is contained in:
Elizabeth Danzberger 2025-07-17 17:08:14 -04:00
parent 44b17ee704
commit 304383a449
No known key found for this signature in database
GPG key ID: D64CE07FD0188C79

View file

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