test(files): Update tests

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2024-12-03 16:25:20 -08:00
parent f149bd0657
commit 228d8c9de6
2 changed files with 0 additions and 8 deletions

View file

@ -96,9 +96,5 @@ describe('files_sharing: Public share - View only', { testIsolation: true }, ()
// wait for file list to be ready
getRowForFile('foo.txt')
.should('be.visible')
cy.contains('button', 'New')
.should('be.visible')
.and('be.disabled')
})
})

View file

@ -78,10 +78,6 @@ describe('files_sharing: Public share - View only', { testIsolation: true }, ()
// wait for file list to be ready
getRowForFile('foo.txt')
.should('be.visible')
cy.contains('button', 'New')
.should('be.visible')
.and('be.disabled')
})
it('Only download action is actions available', () => {