mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Update test for changed string - openInFilesAction.spec.ts
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
d876008072
commit
19a9dac567
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