From edbc5e1ffa7a556cbafe88a94de91877a86825e6 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Mon, 18 Oct 2021 14:55:14 +0200 Subject: [PATCH] Update tests/acceptance/features/apiSpaces/ListSpaces.feature Co-authored-by: Artur Neumann --- tests/acceptance/features/apiSpaces/ListSpaces.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiSpaces/ListSpaces.feature b/tests/acceptance/features/apiSpaces/ListSpaces.feature index 6bee716143..e01f20ee6a 100644 --- a/tests/acceptance/features/apiSpaces/ListSpaces.feature +++ b/tests/acceptance/features/apiSpaces/ListSpaces.feature @@ -8,7 +8,7 @@ Feature: List and create spaces Scenario: list own spaces Given user "Alice" has been created with default attributes and without skeleton files - And user "Alice" lists all available spaces via the GraphApi + When user "Alice" lists all available spaces via the GraphApi Then the HTTP status code should be "200" And the webDavUrl of the personal space has been found And user "Alice" lists the content of the personal space root using the WebDav Api