Skip to content

Commit

Permalink
scenario name rephrased
Browse files Browse the repository at this point in the history
  • Loading branch information
SwikritiT committed Feb 24, 2021
1 parent d17a4f5 commit 89e83b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/acceptance/features/apiVersions/fileVersions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/WebDav.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 89e83b6

Please sign in to comment.