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:
authorSwoichha Adhikari <swoichhaa@gmail.com>2021-06-18 13:52:45 +0300
committerGitHub <noreply@github.com>2021-06-18 13:52:45 +0300
commitf282e371beef2116c5aaf405e12671c5b5bbd3bf (patch)
tree78c5d106b8ac62fd8c278f256f6eff3395f9c89c /test/gui/shared/steps
parent93e42bec1a9922776e2bbe1d4b3e567bf16d8369 (diff)
[Tests-Only] Visually check all tabs (#8725)
Diffstat (limited to 'test/gui/shared/steps')
-rw-r--r--test/gui/shared/steps/steps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/gui/shared/steps/steps.py b/test/gui/shared/steps/steps.py
index 79b802c66..674d464f8 100644
--- a/test/gui/shared/steps/steps.py
+++ b/test/gui/shared/steps/steps.py
@@ -640,3 +640,9 @@ def step(context):
'Ser&ver Address',
)
waitForObject(AccountConnectionWizard.SERVER_ADDRESS_BOX)
+
+
+@Then("the following tabs in the toolbar should match the default baseline")
+def step(context):
+ for tabName in context.table:
+ test.vp(tabName[0])