mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 17:01:34 -05:00
fix(tests): favorites view order
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
af3856ff08
commit
0fa226ee7c
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ describe('Favorites view definition', () => {
|
|||
expect(favoritesView?.name).toBe('Favorites')
|
||||
expect(favoritesView?.caption).toBeDefined()
|
||||
expect(favoritesView?.icon).toBe('<svg>SvgMock</svg>')
|
||||
expect(favoritesView?.order).toBe(5)
|
||||
expect(favoritesView?.order).toBe(15)
|
||||
expect(favoritesView?.columns).toStrictEqual([])
|
||||
expect(favoritesView?.getContents).toBeDefined()
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue