Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoramrita <bunnycrestha34@gmail.com>2022-07-25 07:49:57 +0300
committeramrita <anukanxi05@gmail.com>2022-08-05 07:19:39 +0300
commita7fa630dd4e786d02d863cefdace8cf6e4317396 (patch)
treea33622fb59325a1594f0c6cce2fd88a4a856e1fb
parentbde1a74a895eba0ebd9c936ce387ca32675575c7 (diff)
Add wait-until-sync stepwait-for-sync
-rw-r--r--test/gui/tst_editFiles/test.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gui/tst_editFiles/test.feature b/test/gui/tst_editFiles/test.feature
index 9855a4e19..d739b4bcc 100644
--- a/test/gui/tst_editFiles/test.feature
+++ b/test/gui/tst_editFiles/test.feature
@@ -12,6 +12,7 @@ Feature: edit files
Scenario: Modify orignal content of a file with special character
Given user "Alice" has uploaded file with content "ownCloud test text file 0" to "S@mpleFile!With,$pecial?Characters.txt" on the server
And user "Alice" has set up a client with default settings
+ And the user has waited for file "S@mpleFile!With,$pecial?Characters.txt" to be synced
When the user overwrites the file "S@mpleFile!With,$pecial?Characters.txt" with content "overwrite ownCloud test text file"
And the user waits for file "S@mpleFile!With,$pecial?Characters.txt" to be synced
Then as "Alice" the file "S@mpleFile!With,$pecial?Characters.txt" on the server should have the content "overwrite ownCloud test text file" \ No newline at end of file