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
path: root/test
diff options
context:
space:
mode:
authorArtur Neumann <artur@jankaritech.com>2022-01-11 13:07:09 +0300
committerGitHub <noreply@github.com>2022-01-11 13:07:09 +0300
commit31a2cc96f19ce83e57c41cd545f141a6e95b8aaa (patch)
tree4700e544c4649b2c45fb1df525d8dea1ba3d9fbd /test
parent9d2bddc241ecfe91b6458a04544f11a29464736f (diff)
wait till public link delete button is gone (#9347)
Diffstat (limited to 'test')
-rw-r--r--test/gui/shared/steps/steps.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/gui/shared/steps/steps.py b/test/gui/shared/steps/steps.py
index 914b9adc7..e0f12da6a 100644
--- a/test/gui/shared/steps/steps.py
+++ b/test/gui/shared/steps/steps.py
@@ -1192,6 +1192,10 @@ def step(context, resource):
clickButton(waitForObject(names.linkShares_QToolButton_2))
clickButton(waitForObject(names.oCC_ShareLinkWidget_Delete_QPushButton))
+ waitFor(
+ lambda: (not object.exists(names.linkShares_QToolButton_2)),
+ )
+
@When(
'the user changes the password of public link "|any|" to "|any|" using the client-UI'