mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
test(files): Update tests
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
f149bd0657
commit
228d8c9de6
2 changed files with 0 additions and 8 deletions
|
|
@ -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')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue