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:
authorArtur Neumann <artur@jankaritech.com>2021-05-10 14:03:43 +0300
committerGitHub <noreply@github.com>2021-05-10 14:03:43 +0300
commit5910860538453056f67f0a5010c8e860966d5073 (patch)
treef213db8967a9a18fce1a95f700d1f6d332ad8957 /test/gui/shared/steps
parent55f5856589eff2218c9a4654bbce65cef8cd32ec (diff)
open sharing dialog in step (#8620)
Diffstat (limited to 'test/gui/shared/steps')
-rw-r--r--test/gui/shared/steps/steps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/gui/shared/steps/steps.py b/test/gui/shared/steps/steps.py
index fa3626e95..b5f30427b 100644
--- a/test/gui/shared/steps/steps.py
+++ b/test/gui/shared/steps/steps.py
@@ -444,6 +444,7 @@ def step(context):
def step(context, receiver, resource):
resource = sanitizePath(substituteInLineCodes(context, resource))
waitFor(lambda: isFolderSynced(resource), context.userData['clientSyncTimeout'] * 1000)
+ waitFor(lambda: shareResource(resource), context.userData['clientSyncTimeout'] * 1000)
@Then('the error text "|any|" should be displayed in the sharing dialog')