Skip to content

Commit

Permalink
changing given step of creating share in feature file
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Panta committed May 8, 2024
1 parent 09b1116 commit d128a3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/acceptance/features/apiLocks/lockFiles.feature
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ Feature: lock files
| spaces | shared |
| spaces | exclusive |


Scenario Outline: lock expiration
Given using <dav-path-version> DAV path
And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "textfile0.txt"
Expand Down
1 change: 0 additions & 1 deletion tests/acceptance/features/bootstrap/SharingNgContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ public function sendShareInvitation(string $user, TableNode $table, string $file
*/
public function userHasSentTheFollowingShareInvitation(string $user, TableNode $table): void {
$response = $this->sendShareInvitation($user, $table);
print_r($response->getBody()->getContents());
$this->featureContext->theHTTPStatusCodeShouldBe(200, "", $response);
}

Expand Down

0 comments on commit d128a3e

Please sign in to comment.