blob: b2195489263ebc0cd1b69887cc2563da598eb3be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
Feature: principal-property-search
Background:
Given user "user0" exists
Given As an "admin"
Given invoking occ with "app:enable --force testing"
Scenario: Find a principal by a given displayname
When searching for a principal matching "user0"
Then The search HTTP status code should be "207"
And The search response should contain "<d:href>/remote.php/dav/principals/users/user0/</d:href>"
|