Skip to content

Commit 9eeed56

Browse files
elzodyjuliusknorr
authored andcommitted
revert: skip failing test
Signed-off-by: Elizabeth Danzberger <elizabeth@elzody.dev>
1 parent fe42edd commit 9eeed56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/share-link.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { randHash } from '../utils/index.js'
88
const shareOwner = new User(randHash(), randHash())
99
const otherUser = new User(randHash(), randHash())
1010

11-
describe.skip('Public sharing of office documents', () => {
11+
describe('Public sharing of office documents', () => {
1212
before(function() {
1313
cy.nextcloudTestingAppConfigSet('richdocuments', 'doc_format', '')
1414
cy.createUser(shareOwner)
@@ -21,7 +21,7 @@ describe.skip('Public sharing of office documents', () => {
2121

2222
const userMatrix = [shareOwner, otherUser]
2323

24-
describe.skip('Share with users', () => {
24+
describe('Share with users', () => {
2525
describe('Readonly file', () => {
2626
for (const user of userMatrix) {
2727
it('Loads readonly file as user: ' + user.userId, () => {

0 commit comments

Comments
 (0)