mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04:00
Update test for changed string - openInFilesAction.spec.ts
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
32761660cd
commit
d384ade402
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ describe('Open in files action conditions tests', () => {
|
|||
|
||||
expect(action).toBeInstanceOf(FileAction)
|
||||
expect(action.id).toBe('open-in-files-external-storage')
|
||||
expect(action.displayName([storage], externalStorageView)).toBe('Open in files')
|
||||
expect(action.displayName([storage], externalStorageView)).toBe('Open in Files')
|
||||
expect(action.iconSvgInline([storage], externalStorageView)).toBe('')
|
||||
expect(action.default).toBe(DefaultType.HIDDEN)
|
||||
expect(action.order).toBe(-1000)
|
||||
|
|
|
|||
Loading…
Reference in a new issue