fix(tests): favorites view order

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
pull/43211/head
John Molakvoæ 4 months ago
parent af3856ff08
commit 0fa226ee7c

@ -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…
Cancel
Save