Skip to content

Commit

Permalink
test(files): Update tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Dec 4, 2024
1 parent f149bd0 commit 228d8c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
})
})
4 changes: 0 additions & 4 deletions cypress/e2e/files_sharing/public-share/view_view-only.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 228d8c9

Please sign in to comment.