/* * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ import type { Locator, Page } from '@playwright/test' /** * The "Settings menu" (account / user menu) in the Nextcloud header bar. * Rendered by AccountMenu.vue using NcHeaderMenu (id="user-menu", is-nav). * * Each entry is a NcListItem rendered as an
  • inside *