We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9e1fc commit 915ecf5Copy full SHA for 915ecf5
1 file changed
apps/files/src/views/favorites.spec.ts
@@ -75,7 +75,7 @@ describe('Favorites view definition', () => {
75
expect(favoritesView?.name).toBe('Favorites')
76
expect(favoritesView?.caption).toBeDefined()
77
expect(favoritesView?.icon).toBe('<svg>SvgMock</svg>')
78
- expect(favoritesView?.order).toBe(5)
+ expect(favoritesView?.order).toBe(15)
79
expect(favoritesView?.columns).toStrictEqual([])
80
expect(favoritesView?.getContents).toBeDefined()
81
})
0 commit comments