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:
Peter Ringelmann 2026-06-01 14:13:26 +02:00 committed by nextcloud-command
parent 352d0cc53b
commit 76818dbfa2
4 changed files with 6 additions and 5 deletions

View file

@ -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

File diff suppressed because one or more lines are too long

View file

@ -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

File diff suppressed because one or more lines are too long