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

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/webui
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2022-08-26 13:40:23 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2022-08-30 20:36:36 +0300
commit1d528fd5eb9e7e5fc6337c65c719c54453dade9a (patch)
tree6b44614324cf83227726158e7e09f85682e466c6 /webui
parent774a5f1fa9d7aba5236ca01748c219e3581569c7 (diff)
UCS: removed App Center files
Current releases of Bareos will not be integrated into Univention App Center.
Diffstat (limited to 'webui')
-rwxr-xr-xwebui/tests/selenium/webui-selenium-test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/webui/tests/selenium/webui-selenium-test.py b/webui/tests/selenium/webui-selenium-test.py
index 058b491d6..a1e73cd80 100755
--- a/webui/tests/selenium/webui-selenium-test.py
+++ b/webui/tests/selenium/webui-selenium-test.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# BAREOS - Backup Archiving REcovery Open Sourced
#
-# Copyright (C) 2018-2021 Bareos GmbH & Co. KG
+# Copyright (C) 2018-2022 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
@@ -273,7 +273,6 @@ class SeleniumTest(unittest.TestCase):
#
# set explicit window size
#
- # Used by Univention AppCenter test.
self.driver.set_window_size(self.resolution_x, self.resolution_y)
# Large resolution to show website without hamburger menu.
# self.driver.set_window_size(1920, 1080)