From 89e83b6cb0d1881439731f84378b0c255cef9a8f Mon Sep 17 00:00:00 2001 From: Swikriti Tripathi Date: Wed, 24 Feb 2021 14:04:34 +0545 Subject: [PATCH] scenario name rephrased --- tests/acceptance/features/apiVersions/fileVersions.feature | 2 +- tests/acceptance/features/bootstrap/WebDav.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/apiVersions/fileVersions.feature b/tests/acceptance/features/apiVersions/fileVersions.feature index 7f763cda29fc..3718b2815171 100644 --- a/tests/acceptance/features/apiVersions/fileVersions.feature +++ b/tests/acceptance/features/apiVersions/fileVersions.feature @@ -422,7 +422,7 @@ Feature: dav-versions Then the number of versions should be "0" @issue-ocis-1234 - Scenario: the number of etag and last modified element in response changes according to version of the file + Scenario: the number of etag element in response changes according to version of the file Given user "Alice" has uploaded file with content "uploaded content" to "textfile0.txt" And user "Alice" has uploaded file with content "version 1" to "textfile0.txt" And user "Alice" has uploaded file with content "version 2" to "textfile0.txt" diff --git a/tests/acceptance/features/bootstrap/WebDav.php b/tests/acceptance/features/bootstrap/WebDav.php index fad382d66d94..d538cc09a732 100644 --- a/tests/acceptance/features/bootstrap/WebDav.php +++ b/tests/acceptance/features/bootstrap/WebDav.php @@ -449,7 +449,7 @@ public function theNumberOfVersionsShouldBe($number) { } /** - * @Then the number of etag element in the response should be :arg1 + * @Then the number of etag element in the response should be :number * * @param int $number *