Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
0d715c11
Commit
0d715c11
authored
Feb 23, 2016
by
Thomas Müller
Browse files
Merge pull request #20876 from owncloud/reproducing-test-for-20686
Behat test for update of a shared file
parents
9a0950f1
45e24759
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/integration/features/sharing-v1.feature
View file @
0d715c11
...
...
@@ -495,3 +495,14 @@ Feature: sharing
And
user
"user2"
does not exist
And
user
"user1"
should see following elements
|
/myFOLDER/myTMP/
|
Scenario
:
Check quota of owners parent directory of a shared file
Given
using dav path
"remote.php/webdav"
And
As an
"admin"
And
user
"user0"
exists
And
user
"user1"
exists
And
user
"user1"
has a quota of
"0"
And
User
"user0"
moved file
"/welcome.txt"
to
"/myfile.txt"
And
file
"myfile.txt"
of user
"user0"
is shared with user
"user1"
When
User
"user1"
uploads file
"data/textfile.txt"
to
"/myfile.txt"
Then
the HTTP status code should be
"204"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment