Skip to content

Commit 37dc0d3

Browse files
committed
fixup!
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent bde1c55 commit 37dc0d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cypress/e2e/files_sharing/public-share/download-files.cy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe('files_sharing: Public share - downloading files', { testIsolation: tru
3030
it('can download the file', () => {
3131
getRowForFileId(fileId)
3232
.should('be.visible')
33+
getRowForFileId(fileId)
3334
.find('[data-cy-files-list-row-name]')
3435
.should((el) => expect(el.text()).to.match(/file\s*\.txt/)) // extension is sparated so there might be a space between
3536
triggerActionForFileId(fileId, 'download')

0 commit comments

Comments
 (0)