mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix: tests
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
352d0cc53b
commit
76818dbfa2
4 changed files with 6 additions and 5 deletions
|
|
@ -191,7 +191,8 @@ describe('core: AppMenu', () => {
|
|||
})
|
||||
const wrapper = mount(AppMenu, { attachTo: document.body })
|
||||
expect(wrapper.find('.app-menu__current-app').exists()).toBe(true)
|
||||
expect(wrapper.find('.app-menu__current-app-name').text()).toBe('Administration settings')
|
||||
// Settings sub-section names are collapsed to a single "Settings" label.
|
||||
expect(wrapper.find('.app-menu__current-app-name').text()).toBe('Settings')
|
||||
})
|
||||
|
||||
it('prefers the active app over a settings entry when both are marked active', () => {
|
||||
|
|
|
|||
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.license
vendored
2
dist/core-main.js.license
vendored
|
|
@ -209,7 +209,7 @@ This file is generated from multiple sources. Included packages:
|
|||
- version: 11.3.0
|
||||
- license: MIT
|
||||
- axios
|
||||
- version: 1.15.0
|
||||
- version: 1.16.1
|
||||
- license: MIT
|
||||
- base64-js
|
||||
- version: 1.5.1
|
||||
|
|
|
|||
2
dist/core-main.js.map
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue