Skip to content

Commit 8bfad15

Browse files
committed
chore: build assets
Signed-off-by: Peter Ringelmann <peter.ringelmann@nextcloud.com>
1 parent 9267ce6 commit 8bfad15

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/settings/src/components/AppNavigationGroupList.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*/
55

66
import { mount } from '@vue/test-utils'
7-
import { ref } from 'vue'
87
import { describe, expect, it, vi } from 'vitest'
8+
import { ref } from 'vue'
99
import NcAppNavigationCaption from '@nextcloud/vue/components/NcAppNavigationCaption'
1010

1111
// The component builds a real Vuex store via useStore(); mock it so this stays

apps/settings/src/components/AppNavigationGroupList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</p>
1111
<NcAppNavigationList
1212
class="account-management__group-list"
13+
:aria-label="t('settings', 'Groups')"
1314
aria-describedby="group-list-desc"
1415
data-cy-users-settings-navigation-groups="custom">
1516
<NcAppNavigationCaption

0 commit comments

Comments
 (0)